PatchSurface.h

00001 //***************************************************************************************
00002 //
00003 // File supervisor: Crosswalk team
00004 //
00005 // Copyright 2008 Autodesk, Inc.  All rights reserved.
00006 // Use of this software is subject to the terms of the Autodesk license agreement
00007 // provided at the time of installation or download, or which otherwise accompanies
00008 // this software in either electronic or hard copy form.
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 //@START_USER2
00025 //@END_USER2
00026 
00027 // Members
00028 private:
00029 
00030 protected:
00031 
00032 public:
00033 
00034 // Methods
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 //@START_USER3
00063 //@END_USER3
00064 
00065 #endif
00066 #endif