PatchSurface.h



Your Ad Here

00001 //***************************************************************************************
00002 //
00003 // File supervisor: Softimage 3D Games & 3D Bridge team
00004 //
00005 // (c) Copyright 2001-2002 Avid Technology, Inc. . All rights reserved.
00006 //
00007 //***************************************************************************************
00008 
00009 /****************************************************************************************
00010 THIS CODE IS PUBLISHED AS A SAMPLE ONLY AND IS PROVIDED "AS IS".
00011 IN NO EVENT SHALL SOFTIMAGE, AVID TECHNOLOGY, INC. AND/OR THEIR RESPECTIVE
00012 SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
00013 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
00014 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
00015 CONNECTION WITH THE USE OR PERFORMANCE OF THIS CODE .
00016 
00017 COPYRIGHT NOTICE. Copyright © 1999-2002 Avid Technology Inc. . All rights reserved. 
00018 
00019 SOFTIMAGE is a registered trademark of Avid Technology Inc. or its subsidiaries 
00020 or divisions. Windows NT is a registered trademark of Microsoft Corp. All other
00021 trademarks contained herein are the property of their respective owners. 
00022 ****************************************************************************************/
00023 
00024 #ifndef _PATCHSURFACE_H
00025 #define _PATCHSURFACE_H
00026 
00027 #include "Geometry.h"
00028 
00030 class XSIEXPORT CSLPatchSurface
00031     : public CSLGeometry
00032 {
00033 
00034 //@START_USER2
00035 //@END_USER2
00036 
00037 // Members
00038 private:
00039 
00040 protected:
00041 
00042 public:
00043 
00044 // Methods
00045 private:
00046 
00047 protected:
00048 
00049 public:
00050 
00057     CSLPatchSurface(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate) :
00058       CSLGeometry(in_pScene, in_pModel, in_pTemplate) {};
00059 
00062     virtual ~CSLPatchSurface();
00063 };
00064 
00065 #endif
00066 
00067 
00068 #ifdef CB_INLINES
00069 #ifndef _PATCHSURFACE_H_INLINES
00070 #define _PATCHSURFACE_H_INLINES
00071 
00072 //@START_USER3
00073 //@END_USER3
00074 
00075 #endif
00076 #endif

Return to Softimage XSI Index


Your Ad Here