#include <EmptyValue.h>
Inheritance diagram for CEmptyValue:
Public Methods | |
CEmptyValue () | |
virtual | ~CEmptyValue () |
virtual const CCString& | GetText () |
virtual float | GetNumber () |
CListValue* | GetPolySoup () |
virtual double* | GetVector3 (bool bGetTransformedVec=false) |
bool | IsInside (CValue* testpoint,bool bBorderInclude=true) |
CValue* | Calc (VALUE_OPERATOR op, CValue *val) |
CValue* | CalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val) |
virtual CValue* | GetReplica () |
|
Definition at line 32 of file EmptyValue.cpp. Referenced by GetReplica(). |
|
Definition at line 41 of file EmptyValue.cpp. |
|
Reimplemented from CValue. Definition at line 50 of file EmptyValue.cpp. |
|
Reimplemented from CValue. Definition at line 61 of file EmptyValue.cpp. |
|
Reimplemented from CValue. Definition at line 72 of file EmptyValue.cpp. |
|
Definition at line 77 of file EmptyValue.cpp. |
|
Reimplemented from CValue. Definition at line 125 of file EmptyValue.cpp. |
|
Reimplemented from CValue. Definition at line 120 of file EmptyValue.cpp. |
|
Reimplemented from CValue. Definition at line 31 of file EmptyValue.h. |
|
Definition at line 84 of file EmptyValue.cpp. |