#include "VTKViewer_ExtractUnstructuredGrid.h"#include "VTKViewer_CellLocationsArray.h"#include <vtkUnsignedCharArray.h>#include <vtkUnstructuredGrid.h>#include <vtkObjectFactory.h>#include <vtkCellArray.h>#include <vtkIdList.h>#include <vtkCell.h>#include <vtkCellData.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkVersion.h>#include "utilities.h"Macros | |
| #define | VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
Functions | |
| vtkStandardNewMacro (VTKViewer_ExtractUnstructuredGrid) | |
| int | InsertCell (vtkUnstructuredGrid *theInput, vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdTypeArray *&theFaces, vtkIdTypeArray *&theFaceLocations, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId) |
| void | InsertPointCell (vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId) |
| #define VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
|
inline |
|
inline |
| vtkStandardNewMacro | ( | VTKViewer_ExtractUnstructuredGrid | ) |