23 #ifndef VTKVIEWER_CELLLOCATIONS_H
24 #define VTKVIEWER_CELLLOCATIONS_H
28 #include <vtkVersion.h>
30 #if ((VTK_MAJOR_VERSION == 4) && (VTK_MINOR_VERSION >= 4)) || (VTK_MAJOR_VERSION > 4)
31 # include <vtkIdTypeArray.h>
32 # define TCellLocationsArray vtkIdTypeArray
34 # include <vtkLongLongArray.h>
35 # define TCellLocationsArray vtkIntArray
45 #undef TCellLocationsArray
#define VTKVIEWER_EXPORT
Definition: VTKViewer.h:33
#define TCellLocationsArray
Definition: VTKViewer_CellLocationsArray.h:35
Definition: VTKViewer_CellLocationsArray.h:39
static VTKViewer_CellLocationsArray * New()