MESH_BaseSFFace.h

Go to the documentation of this file.
00001 #ifndef X3DTK_MESH_BASESFFACE_H
00002 #define X3DTK_MESH_BASESFFACE_H
00003 
00004 #include "Platform.h"
00005 
00006 namespace X3DTK {
00007 namespace MESH {
00008 
00015 class BaseSFFace
00016 {
00017 public:
00019   inline unsigned int getIndex() const {return _index;};
00020 
00021 protected:
00023   BaseSFFace(unsigned int i);
00025   virtual ~BaseSFFace() = 0;
00026   
00027 private:
00028   const unsigned int _index;
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6