#include "VISU_ConvertorUtils.hxx"
#include "VTKViewer_AppendFilter.h"
#include "VISU_MergeFilter.hxx"
+#include "VTKViewer_CellLocationsArray.h"
#include <vtkPoints.h>
#include <vtkUnstructuredGrid.h>
#include <vtkIdList.h>
#include <vtkCellType.h>
-#include <vtkIdTypeArray.h>
#include <vtkCellArray.h>
#include <vtkFloatArray.h>
#include <vtkUnsignedCharArray.h>
}
vtkIdType *pts = 0, npts = 0;
- vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New();
+ VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New();
aCellLocationsArray->SetNumberOfComponents(1);
aCellLocationsArray->SetNumberOfTuples(aNbCells);
aConnectivity->InitTraversal();
}
}
vtkIdType *pts = 0, npts = 0;
- vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New();
+ VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New();
aCellLocationsArray->SetNumberOfComponents(1);
aCellLocationsArray->SetNumberOfTuples(aNbCells);
aConnectivity->InitTraversal();
}
vtkIdType *pts = 0, npts = 0;
- vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New();
+ VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New();
aCellLocationsArray->SetNumberOfComponents(1);
aCellLocationsArray->SetNumberOfTuples(aNbCells);
}
anIdList->Delete();
- vtkIdTypeArray* aCellLocationsArray = vtkIdTypeArray::New();
+ VTKViewer_CellLocationsArray* aCellLocationsArray = VTKViewer_CellLocationsArray::New();
aCellLocationsArray->SetNumberOfComponents(1);
aCellLocationsArray->SetNumberOfTuples(aNbCells);