VTK
9.1.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. | |
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. | |
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. | |
Definition at line 511 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 517 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 523 of file vtkDIYGhostUtilities.h.
vtkIdTypeArray* vtkDIYGhostUtilities::UnstructuredGridInformation::Faces = nullptr |
Definition at line 525 of file vtkDIYGhostUtilities.h.
vtkIdTypeArray* vtkDIYGhostUtilities::UnstructuredGridInformation::FaceLocations = nullptr |
Definition at line 526 of file vtkDIYGhostUtilities.h.
vtkUnstructuredGrid* vtkDIYGhostUtilities::UnstructuredGridInformation::Input |
Definition at line 528 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 533 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredGridInformation::InputFacesSize = 0 |
Faces array size of the input if the ghost cells are removed.
Definition at line 538 of file vtkDIYGhostUtilities.h.