00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef _PATCHSURFACE_H
00013 #define _PATCHSURFACE_H
00014
00015 #include "Geometry.h"
00016
00020 class XSIEXPORT CSLPatchSurface
00021 : public CSLGeometry
00022 {
00023
00024
00025
00026
00027
00028 private:
00029
00030 protected:
00031
00032 public:
00033
00034
00035 private:
00036
00037 protected:
00038
00039 public:
00040
00047 CSLPatchSurface(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate) :
00048 CSLGeometry(in_pScene, in_pModel, in_pTemplate) {};
00049
00052 virtual ~CSLPatchSurface();
00053 };
00054
00055 #endif
00056
00057
00058 #ifdef CB_INLINES
00059 #ifndef _PATCHSURFACE_H_INLINES
00060 #define _PATCHSURFACE_H_INLINES
00061
00062
00063
00064
00065 #endif
00066 #endif