#include <Model_space_point_.hpp>
Inheritance diagram for CModel_space_point_Base:


Definition at line 68 of file Model_space_point_.hpp.
Public Types | |
| typedef int | TScale_factor |
| typedef int | TX |
| typedef int | TY |
| typedef int | TZ |
Public Member Functions | |
| CModel_space_point_Base (void) | |
| virtual | ~CModel_space_point_Base (void) |
| DECLARE_INTERNAL_TYPE_INFO () | |
| bool | IsSetScale_factor (void) const |
| Check if a value has been assigned to Scale_factor data member. | |
| bool | CanGetScale_factor (void) const |
| Check if it is safe to call GetScale_factor method. | |
| void | ResetScale_factor (void) |
| Reset Scale_factor data member. | |
| TScale_factor | GetScale_factor (void) const |
| Get the Scale_factor member data. | |
| void | SetScale_factor (TScale_factor value) |
| Assign a value to Scale_factor data member. | |
| TScale_factor & | SetScale_factor (void) |
| Assign a value to Scale_factor data member. | |
| bool | IsSetX (void) const |
| Check if a value has been assigned to X data member. | |
| bool | CanGetX (void) const |
| Check if it is safe to call GetX method. | |
| void | ResetX (void) |
| Reset X data member. | |
| TX | GetX (void) const |
| Get the X member data. | |
| void | SetX (TX value) |
| Assign a value to X data member. | |
| TX & | SetX (void) |
| Assign a value to X data member. | |
| bool | IsSetY (void) const |
| Check if a value has been assigned to Y data member. | |
| bool | CanGetY (void) const |
| Check if it is safe to call GetY method. | |
| void | ResetY (void) |
| Reset Y data member. | |
| TY | GetY (void) const |
| Get the Y member data. | |
| void | SetY (TY value) |
| Assign a value to Y data member. | |
| TY & | SetY (void) |
| Assign a value to Y data member. | |
| bool | IsSetZ (void) const |
| Check if a value has been assigned to Z data member. | |
| bool | CanGetZ (void) const |
| Check if it is safe to call GetZ method. | |
| void | ResetZ (void) |
| Reset Z data member. | |
| TZ | GetZ (void) const |
| Get the Z member data. | |
| void | SetZ (TZ value) |
| Assign a value to Z data member. | |
| TZ & | SetZ (void) |
| Assign a value to Z data member. | |
| virtual void | Reset (void) |
| Reset the whole object. | |
Private Types | |
| typedef CSerialObject | Tparent |
Private Member Functions | |
| CModel_space_point_Base (const CModel_space_point_Base &) | |
| CModel_space_point_Base & | operator= (const CModel_space_point_Base &) |
Private Attributes | |
| Uint4 | m_set_State [1] |
| TScale_factor | m_Scale_factor |
| TX | m_X |
| TY | m_Y |
| TZ | m_Z |
|
|
Reimplemented in CModel_space_point. Definition at line 70 of file Model_space_point_.hpp. |
|
|
Definition at line 81 of file Model_space_point_.hpp. |
|
|
Definition at line 82 of file Model_space_point_.hpp. |
|
|
Definition at line 83 of file Model_space_point_.hpp. |
|
|
Definition at line 84 of file Model_space_point_.hpp. |
|
|
Definition at line 70 of file Model_space_point_.cpp. References m_set_State. |
|
|
Definition at line 77 of file Model_space_point_.cpp. |
|
|
|
|
|
Check if it is safe to call GetScale_factor method.
Definition at line 270 of file Model_space_point_.hpp. References IsSetScale_factor(). Referenced by GetScale_factor(). |
|
|
Check if it is safe to call GetX method.
Definition at line 317 of file Model_space_point_.hpp. References IsSetX(). Referenced by GetX(). |
|
|
Check if it is safe to call GetY method.
Definition at line 364 of file Model_space_point_.hpp. References IsSetY(). Referenced by GetY(). |
|
|
Check if it is safe to call GetZ method.
Definition at line 411 of file Model_space_point_.hpp. References IsSetZ(). Referenced by GetZ(). |
|
|
|
|
|
Get the Scale_factor member data.
Definition at line 283 of file Model_space_point_.hpp. References CanGetScale_factor(), m_Scale_factor, and CSerialObject::ThrowUnassigned(). Referenced by ModelPoint2Vector(). |
|
|
Get the X member data.
Definition at line 330 of file Model_space_point_.hpp. References CanGetX(), m_X, and CSerialObject::ThrowUnassigned(). Referenced by ModelPoint2Vector(). |
|
|
Get the Y member data.
Definition at line 377 of file Model_space_point_.hpp. References CanGetY(), m_Y, and CSerialObject::ThrowUnassigned(). Referenced by ModelPoint2Vector(). |
|
|
Get the Z member data.
Definition at line 424 of file Model_space_point_.hpp. References CanGetZ(), m_Z, and CSerialObject::ThrowUnassigned(). Referenced by ModelPoint2Vector(). |
|
|
Check if a value has been assigned to Scale_factor data member. Data member Scale_factor is mandatory; its type is defined as 'typedef int TScale_factor'
Definition at line 264 of file Model_space_point_.hpp. References m_set_State. Referenced by CanGetScale_factor(), and SetScale_factor(). |
|
|
Check if a value has been assigned to X data member. Data member X is mandatory; its type is defined as 'typedef int TX'
Definition at line 311 of file Model_space_point_.hpp. References m_set_State. |
|
|
Check if a value has been assigned to Y data member. Data member Y is mandatory; its type is defined as 'typedef int TY'
Definition at line 358 of file Model_space_point_.hpp. References m_set_State. |
|
|
Check if a value has been assigned to Z data member. Data member Z is mandatory; its type is defined as 'typedef int TZ'
Definition at line 405 of file Model_space_point_.hpp. References m_set_State. |
|
|
|
|
|
Reset the whole object.
Definition at line 50 of file Model_space_point_.cpp. References ResetScale_factor(), ResetX(), ResetY(), and ResetZ(). |
|
|
Reset Scale_factor data member.
Definition at line 276 of file Model_space_point_.hpp. References m_Scale_factor, and m_set_State. Referenced by Reset(). |
|
|
Reset X data member.
Definition at line 323 of file Model_space_point_.hpp. References m_set_State, and m_X. Referenced by Reset(). |
|
|
Reset Y data member.
Definition at line 370 of file Model_space_point_.hpp. References m_set_State, and m_Y. Referenced by Reset(). |
|
|
Reset Z data member.
Definition at line 417 of file Model_space_point_.hpp. References m_set_State, and m_Z. Referenced by Reset(). |
|
|
Assign a value to Scale_factor data member.
Definition at line 299 of file Model_space_point_.hpp. References IsSetScale_factor(), m_Scale_factor, m_set_State, and CSerialObject::ms_UnassignedByte. |
|
|
Assign a value to Scale_factor data member.
Definition at line 292 of file Model_space_point_.hpp. References m_Scale_factor, and m_set_State. |
|
|
Assign a value to X data member.
Definition at line 346 of file Model_space_point_.hpp. References IsSetX(), m_set_State, m_X, and CSerialObject::ms_UnassignedByte. |
|
|
Assign a value to X data member.
Definition at line 339 of file Model_space_point_.hpp. References m_set_State, and m_X. |
|
|
Assign a value to Y data member.
Definition at line 393 of file Model_space_point_.hpp. References IsSetY(), m_set_State, m_Y, and CSerialObject::ms_UnassignedByte. |
|
|
Assign a value to Y data member.
Definition at line 386 of file Model_space_point_.hpp. References m_set_State, and m_Y. |
|
|
Assign a value to Z data member.
Definition at line 440 of file Model_space_point_.hpp. References IsSetZ(), m_set_State, m_Z, and CSerialObject::ms_UnassignedByte. |
|
|
Assign a value to Z data member.
Definition at line 433 of file Model_space_point_.hpp. References m_set_State, and m_Z. |
|
|
Definition at line 248 of file Model_space_point_.hpp. Referenced by GetScale_factor(), ResetScale_factor(), and SetScale_factor(). |
|
|
Definition at line 247 of file Model_space_point_.hpp. Referenced by CModel_space_point_Base(), IsSetScale_factor(), IsSetX(), IsSetY(), IsSetZ(), ResetScale_factor(), ResetX(), ResetY(), ResetZ(), SetScale_factor(), SetX(), SetY(), and SetZ(). |
|
|
Definition at line 249 of file Model_space_point_.hpp. |
|
|
Definition at line 250 of file Model_space_point_.hpp. |
|
|
Definition at line 251 of file Model_space_point_.hpp. |
1.4.6
Modified on Wed Dec 09 08:19:28 2009 by modify_doxy.py rev. 173732