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

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