#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 <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkVersion.h>#include "utilities.h"
Defines | |
| #define | VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
Functions | |
| vtkStandardNewMacro (VTKViewer_ExtractUnstructuredGrid) | |
| void | InsertCell (vtkUnstructuredGrid *theInput, vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdTypeArray *&theFaces, vtkIdTypeArray *&theFaceLocations, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId, VTKViewer_ExtractUnstructuredGrid::TMapId &theIn2OutId) |
| void | InsertPointCell (vtkCellArray *theConnectivity, vtkUnsignedCharArray *theCellTypesArray, vtkIdType theCellId, vtkIdList *theIdList, bool theStoreMapping, vtkIdType theOutId, VTKViewer_ExtractUnstructuredGrid::TVectorId &theOut2InId, VTKViewer_ExtractUnstructuredGrid::TMapId &theIn2OutId) |
| #define VTK_XVERSION (VTK_MAJOR_VERSION*10000+VTK_MINOR_VERSION*100+VTK_BUILD_VERSION) |
| vtkStandardNewMacro | ( | VTKViewer_ExtractUnstructuredGrid | ) |
| void InsertCell | ( | vtkUnstructuredGrid * | theInput, |
| vtkCellArray * | theConnectivity, | ||
| vtkUnsignedCharArray * | theCellTypesArray, | ||
| vtkIdTypeArray *& | theFaces, | ||
| vtkIdTypeArray *& | theFaceLocations, | ||
| vtkIdType | theCellId, | ||
| vtkIdList * | theIdList, | ||
| bool | theStoreMapping, | ||
| vtkIdType | theOutId, | ||
| VTKViewer_ExtractUnstructuredGrid::TVectorId & | theOut2InId, | ||
| VTKViewer_ExtractUnstructuredGrid::TMapId & | theIn2OutId | ||
| ) |
| void InsertPointCell | ( | vtkCellArray * | theConnectivity, |
| vtkUnsignedCharArray * | theCellTypesArray, | ||
| vtkIdType | theCellId, | ||
| vtkIdList * | theIdList, | ||
| bool | theStoreMapping, | ||
| vtkIdType | theOutId, | ||
| VTKViewer_ExtractUnstructuredGrid::TVectorId & | theOut2InId, | ||
| VTKViewer_ExtractUnstructuredGrid::TMapId & | theIn2OutId | ||
| ) |