PatchSurface.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _PATCHSURFACE_H
00015 #define _PATCHSURFACE_H
00016 
00017 #include "Geometry.h"
00018 
00024 class XSIEXPORT CSLPatchSurface
00025     : public CSLGeometry
00026 {
00027 
00028 //@START_USER2
00029 //@END_USER2
00030 
00031 // Members
00032 private:
00033 
00034 protected:
00035 
00036 public:
00037 
00038 // Methods
00039 private:
00040 
00041 protected:
00042 
00043 public:
00044 
00051     CSLPatchSurface(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate) :
00052       CSLGeometry(in_pScene, in_pModel, in_pTemplate) {};
00053 
00056     virtual ~CSLPatchSurface();
00057 };
00058 
00059 #endif
00060 
00061 
00062 #ifdef CB_INLINES
00063 #ifndef _PATCHSURFACE_H_INLINES
00064 #define _PATCHSURFACE_H_INLINES
00065 
00066 //@START_USER3
00067 //@END_USER3
00068 
00069 #endif
00070 #endif