VTK
9.3.0
|
#include <vtkDIYGhostUtilities.h>
Public Attributes | |
vtkIdType | CurrentFacesSize = 0 |
This is a cursor telling the amount of faces information, that has already been added to the output. | |
vtkIdType | CurrentConnectivitySize = 0 |
This is a cursor telling how much the output connectivity array is filled. | |
vtkIdTypeArray * | Faces = nullptr |
vtkIdTypeArray * | FaceLocations = nullptr |
vtkUnstructuredGrid * | Input |
vtkIdType | InputConnectivitySize = 0 |
Cell connectivity array size of the input if the ghost cells are removed. | |
vtkIdType | InputFacesSize = 0 |
Faces array size of the input if the ghost cells are removed. | |
![]() | |
vtkBoundingBox | BoundingBox |
Bounding box of input. | |
vtkSmartPointer< vtkIdList > | OutputToInputCellIdRedirectionMap = nullptr |
When the input has ghosts, this map is being used to copy input cells / cell data into the output (with input ghosts peeled off). | |
vtkSmartPointer< vtkAlgorithm > | InterfaceExtractor |
Filter that is being used to extract the surface of the input. | |
vtkIdTypeArray * | InterfacePointIds |
Handle to the local point ids of the surface of the input. | |
vtkDataArray * | InterfacePoints |
Handle to the points of the surface of the input. | |
vtkSmartPointer< vtkIdTypeArray > | InterfaceGlobalPointIds |
Handle to the point ids of the input surface, if present. | |
vtkSmartPointer< vtkIdList > | InputToOutputPointIdRedirectionMap = nullptr |
When the input has ghosts, this map is being used to copy input points / point data into the output (with input ghosts peeled off). | |
vtkSmartPointer< vtkIdList > | OutputToInputPointIdRedirectionMap = nullptr |
When the input has ghosts, this map is being used to copy input points / point data into the output (with input ghosts peeled off). | |
vtkIdType | CurrentMaxPointId |
vtkIdType | CurrentMaxCellId |
vtkIdType | NumberOfInputPoints |
Number of input points / cell in the input when ghosts are removed. | |
vtkIdType | NumberOfInputCells |
Number of input points / cell in the input when ghosts are removed. | |
Additional Inherited Members | |
![]() | |
bool | InputNeedsGhostsPeeledOff () const |
Definition at line 561 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::CurrentFacesSize = 0 |
This is a cursor telling the amount of faces information, that has already been added to the output.
This variable is used at the very end of the pipeline.
Definition at line 567 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::CurrentConnectivitySize = 0 |
This is a cursor telling how much the output connectivity array is filled.
This is used at the very end of the pipeline.
Definition at line 573 of file vtkDIYGhostUtilities.h.
vtkIdTypeArray* vtkDIYGhostUtilities::UnstructuredGridInformation::Faces = nullptr |
Definition at line 575 of file vtkDIYGhostUtilities.h.
vtkIdTypeArray* vtkDIYGhostUtilities::UnstructuredGridInformation::FaceLocations = nullptr |
Definition at line 576 of file vtkDIYGhostUtilities.h.
vtkUnstructuredGrid* vtkDIYGhostUtilities::UnstructuredGridInformation::Input |
Definition at line 578 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::InputConnectivitySize = 0 |
Cell connectivity array size of the input if the ghost cells are removed.
Definition at line 583 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::InputFacesSize = 0 |
Faces array size of the input if the ghost cells are removed.
Definition at line 588 of file vtkDIYGhostUtilities.h.