VTK
9.4.20250113
|
#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 | CurrentMaxFaceId = 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. | |
vtkCellArray * | Faces = nullptr |
vtkCellArray * | 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. | |
vtkIdType | InputNumberOfFaces = 0 |
Number of Faces stored in Faces array of the input if the ghost cells are removed. | |
Public Attributes inherited from vtkDIYGhostUtilities::UnstructuredDataInformation | |
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 | |
Public Member Functions inherited from vtkDIYGhostUtilities::UnstructuredDataInformation | |
bool | InputNeedsGhostsPeeledOff () const |
Definition at line 563 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 569 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::CurrentMaxFaceId = 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 575 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 581 of file vtkDIYGhostUtilities.h.
vtkCellArray* vtkDIYGhostUtilities::UnstructuredGridInformation::Faces = nullptr |
Definition at line 583 of file vtkDIYGhostUtilities.h.
vtkCellArray* vtkDIYGhostUtilities::UnstructuredGridInformation::FaceLocations = nullptr |
Definition at line 584 of file vtkDIYGhostUtilities.h.
vtkUnstructuredGrid* vtkDIYGhostUtilities::UnstructuredGridInformation::Input |
Definition at line 586 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 591 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::InputFacesSize = 0 |
Faces array size of the input if the ghost cells are removed.
Definition at line 596 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::InputNumberOfFaces = 0 |
Number of Faces stored in Faces array of the input if the ghost cells are removed.
Definition at line 601 of file vtkDIYGhostUtilities.h.