Null.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _NULL_H
00015 #define _NULL_H
00016 
00017 #include "Template.h"
00018 #include "Primitive.h"
00019 
00025 class XSIEXPORT CSLNull
00026     : public CSLPrimitive
00027 {
00028 public:
00035     CSLNull(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate);
00036 
00038     virtual ~CSLNull();
00039 
00040 
00044     virtual SI_Error Synchronize();
00045 
00049     CSLTemplate::ETemplateType Type();
00050 
00051 };
00052 
00053 #endif