VTK
9.4.20241225
|
#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 421 of file vtkDIYGhostUtilities.h.
|
inline |
Definition at line 423 of file vtkDIYGhostUtilities.h.
vtkBoundingBox vtkDIYGhostUtilities::UnstructuredDataInformation::BoundingBox |
Bounding box of input.
Definition at line 431 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 437 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 444 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 445 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 453 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 460 of file vtkDIYGhostUtilities.h.
vtkDataArray* vtkDIYGhostUtilities::UnstructuredDataInformation::InterfacePoints |
Handle to the points of the surface of the input.
Definition at line 465 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdTypeArray> vtkDIYGhostUtilities::UnstructuredDataInformation::InterfaceGlobalPointIds |
Handle to the point ids of the input surface, if present.
Definition at line 470 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::CurrentMaxPointId |
Definition at line 478 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::CurrentMaxCellId |
Definition at line 479 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::NumberOfInputPoints |
Number of input points / cell in the input when ghosts are removed.
Definition at line 486 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::UnstructuredDataInformation::NumberOfInputCells |
Number of input points / cell in the input when ghosts are removed.
Definition at line 487 of file vtkDIYGhostUtilities.h.