#include <Vector3D.h>
Public Member Functions |
|
| CSLVector3DProxy (CdotXSITemplate *in_pTemplate, SI_Long in_lIndexX, SI_Long in_lIndexY, SI_Long in_lIndexZ) | |
| Constructor. |
|
| CSLVector3DProxy & | operator= (const CSIBCVector3D &in_rVector) |
| Set the 3D vector. |
|
| operator CSIBCVector3D () | |
| Get the 3D vector. |
|
| CSLFloatProxy & | X () |
| Get the X value. |
|
| CSLFloatProxy & | Y () |
| Get the Y value. |
|
| CSLFloatProxy & | Z () |
| Get the Z value. |
|
| void | Connect (CdotXSITemplate *in_pTemplate, SI_Long in_lIndexX, SI_Long in_lIndexY, SI_Long in_lIndexZ) |
| Connect to a template. |
|
| CSLVector3DProxy | ( | CdotXSITemplate * | in_pTemplate, | |
| SI_Long | in_lIndexX, | |||
| SI_Long | in_lIndexY, | |||
| SI_Long | in_lIndexZ | |||
| ) |
Constructor.
| in_pTemplate | Template that contains the vector values | |
| in_lIndexX | Index in the template for the X value | |
| in_lIndexY | Index in the template for the Y value | |
| in_lIndexZ | Index in the template for the Z value |