Go to the documentation of this file.
   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 <vtkIntArray.h> 
   35 #  define TCellLocationsArray vtkIntArray 
   45 #undef TCellLocationsArray