#include <VectorValue.h>
Inheritance diagram for CVectorValue:
Public Methods | |
virtual void | SetValue (CValue* newval) |
void | SetVector (double newvec[]) |
void | Configure (CValue* menuvalue) |
virtual double* | GetVector3 (bool bGetTransformedVec=false) |
virtual float | GetNumber () |
CValue* | Calc (VALUE_OPERATOR op, CValue *val) |
CValue* | CalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val) |
CVectorValue (double vec[],CCString name,AllocationTYPE alloctype=CValue::HEAPVALUE) | |
CVectorValue () | |
CVectorValue (double vec[],AllocationTYPE alloctype=CValue::HEAPVALUE) | |
CVectorValue (float x,float y,float z, AllocationTYPE alloctype = CValue::HEAPVALUE) | |
virtual | ~CVectorValue () |
void | AddConfigurationData (CValue* menuvalue) |
virtual CValue* | GetReplica () |
virtual const CCString& | GetText () |
Protected Attributes | |
double | m_vec [3] |
double | m_transformedvec [3] |
|
Definition at line 46 of file VectorValue.cpp. |
|
Definition at line 45 of file VectorValue.h. Referenced by GetReplica(). |
|
Definition at line 63 of file VectorValue.cpp. |
|
Definition at line 32 of file VectorValue.cpp. |
|
Definition at line 79 of file VectorValue.cpp. |
|
|
|
Reimplemented from CValue. Definition at line 37 of file VectorValue.h. |
|
Reimplemented from CValue. Definition at line 84 of file VectorValue.cpp. |
|
|
|
Reimplemented from CValue. Definition at line 154 of file VectorValue.cpp. |
|
Reimplemented from CValue. Definition at line 200 of file VectorValue.cpp. |
|
Reimplemented from CValue. Definition at line 194 of file VectorValue.cpp. |
|
Reimplemented from CValue. Definition at line 160 of file VectorValue.cpp. |
|
Reimplemented from CValue. Definition at line 182 of file VectorValue.cpp. |
|
Definition at line 172 of file VectorValue.cpp. |
|
Definition at line 81 of file VectorValue.h. |
|
Definition at line 80 of file VectorValue.h. |