VTK
9.3.0
|
#include <vtkDIYGhostUtilities.h>
Public Member Functions | |
bool | InputNeedsGhostsPeeledOff () const |
Public Attributes | |
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. | |
Definition at line 419 of file vtkDIYGhostUtilities.h.
|
inline |
Definition at line 421 of file vtkDIYGhostUtilities.h.
vtkBoundingBox vtkDIYGhostUtilities::UnstructuredDataInformation::BoundingBox |
Bounding box of input.
Definition at line 429 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdList> vtkDIYGhostUtilities::UnstructuredDataInformation::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).
Definition at line 435 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdList> vtkDIYGhostUtilities::UnstructuredDataInformation::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).
Definition at line 442 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdList> vtkDIYGhostUtilities::UnstructuredDataInformation::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).
Definition at line 443 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkAlgorithm> vtkDIYGhostUtilities::UnstructuredDataInformation::InterfaceExtractor |
Filter that is being used to extract the surface of the input.
The surface is used to check how the interface of the input matches the ones of its neighboring blocks.
Definition at line 451 of file vtkDIYGhostUtilities.h.
vtkIdTypeArray* vtkDIYGhostUtilities::UnstructuredDataInformation::InterfacePointIds |
Handle to the local point ids of the surface of the input.
Those point ids are being used to rapidly match points of the surface to their original location in the input.
Definition at line 458 of file vtkDIYGhostUtilities.h.
vtkDataArray* vtkDIYGhostUtilities::UnstructuredDataInformation::InterfacePoints |
Handle to the points of the surface of the input.
Definition at line 463 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdTypeArray> vtkDIYGhostUtilities::UnstructuredDataInformation::InterfaceGlobalPointIds |
Handle to the point ids of the input surface, if present.
Definition at line 468 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::CurrentMaxPointId |
Definition at line 476 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::CurrentMaxCellId |
Definition at line 477 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::NumberOfInputPoints |
Number of input points / cell in the input when ghosts are removed.
Definition at line 484 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::NumberOfInputCells |
Number of input points / cell in the input when ghosts are removed.
Definition at line 485 of file vtkDIYGhostUtilities.h.