00001 #ifndef __vtkXNDTagTable_h 00002 #define __vtkXNDTagTable_h 00003 00004 #include <vtkRemoteIOConfigure.h> 00005 #include "vtkRemoteIO.h" 00006 #include "vtkObject.h" 00007 #include "vtkTagTable.h" 00008 #include "vtkMRML.h" 00009 00010 class VTK_RemoteIO_EXPORT vtkXNDTagTable : public vtkTagTable 00011 { 00012 public: 00014 static vtkXNDTagTable *New(); 00015 vtkTypeRevisionMacro(vtkXNDTagTable, vtkTagTable); 00016 void PrintSelf(ostream& os, vtkIndent indent); 00017 00020 void Initialize(); 00021 00022 private: 00023 00024 protected: 00025 vtkXNDTagTable(); 00026 virtual ~vtkXNDTagTable(); 00027 vtkXNDTagTable(const vtkXNDTagTable&); 00028 void operator=(const vtkXNDTagTable&); 00029 00030 }; 00031 00032 #endif 00033 00034 00035 00036 00037 00038
1.6.1