#include <Null.h>
Inheritance diagram for CSLNull:

Public Member Functions |
|
| CSLNull (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLNull () |
| Destructor. |
|
| virtual SI_Error | Synchronize () |
| CSLTemplate::ETemplateType | Type () |
Describes a null object (see the SI_Null template reference).
| CSLNull | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| [in] | in_pScene | Parent scene |
| [in] | in_pModel | Parent model |
| [in] | in_pTemplate | Template containing the null |
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this null instance with its IO layer representation
| SI_Error::SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLTemplate.
| CSLTemplate::ETemplateType Type | ( | ) | [virtual] |
Returns the template type of the null
| CSLTemplate::SI_NULL_OBJECT | the template type |
Implements CSLTemplate.