OSDN Git Service

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