OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I686LINUX / util / I686LINUX / include / vtk / vtkIOInstantiator.h
1 #ifndef __vtkIOInstantiator_h
2 #define __vtkIOInstantiator_h
3
4 #include "vtkInstantiator.h"
5
6 class VTK_IO_EXPORT vtkIOInstantiator
7 {
8 public:
9   vtkIOInstantiator();
10   ~vtkIOInstantiator();
11 private:
12   static void ClassInitialize();
13   static void ClassFinalize();
14   static unsigned int Count;
15 };
16
17 static vtkIOInstantiator vtkIOInstantiatorInitializer;
18
19 #endif