VTKViewer_Algorithm.h
VTKViewer_ArcBuilder.h
VTKViewer_CellCenters.h
- VTKViewer_CellLocationsArray.h
VTKViewer_ConvexTool.h
VTKViewer_DataSetMapper.h
VTKViewer_ExtractUnstructuredGrid.h
VTKViewer_AppendFilter.cxx
VTKViewer_ArcBuilder.cxx
VTKViewer_CellCenters.cxx
- VTKViewer_CellLocationsArray.cxx
VTKViewer_ConvexTool.cxx
VTKViewer_DataSetMapper.cxx
VTKViewer_ExtractUnstructuredGrid.cxx
# include <vtkIdTypeArray.h>
# define TCellLocationsArray vtkIdTypeArray
#else
-# include <vtkIntArray.h>
+# include <vtkLongLongArray.h>
# define TCellLocationsArray vtkIntArray
#endif
// Author: Alexey PETROV
#include "VTKViewer_ExtractUnstructuredGrid.h"
-#include "VTKViewer_CellLocationsArray.h"
+//#include "VTKViewer_CellLocationsArray.h"
#include <vtkUnsignedCharArray.h>
#include <vtkUnstructuredGrid.h>
}
}
if ( vtkIdType newNbElems = aConnectivity->GetNumberOfCells() ) {
- VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New();
+ vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New();
aCellLocationsArray->SetNumberOfComponents(1);
aCellLocationsArray->SetNumberOfTuples(newNbElems);
aConnectivity->InitTraversal();
}
}
if (vtkIdType newNbElems = aConnectivity->GetNumberOfCells() ) {
- VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New();
+ vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New();
aCellLocationsArray->SetNumberOfComponents(1);
aCellLocationsArray->SetNumberOfTuples( newNbElems );
aConnectivity->InitTraversal();