VTK
9.2.6
|
#include <vtkDIYGhostUtilities.h>
Public Attributes | |
vtkPolyData * | Input |
vtkIdType | CurrentPolyConnectivitySize |
This is a cursor telling how much the corresponding output connectivity array is filled. More... | |
vtkIdType | CurrentStripConnectivitySize |
This is a cursor telling how much the corresponding output connectivity array is filled. More... | |
vtkIdType | CurrentLineConnectivitySize |
This is a cursor telling how much the corresponding output connectivity array is filled. More... | |
vtkIdType | CurrentMaxPolyId = 0 |
This is a cursor telling how many cells of corresponding types have been added so far. More... | |
vtkIdType | CurrentMaxStripId = 0 |
This is a cursor telling how many cells of corresponding types have been added so far. More... | |
vtkIdType | CurrentMaxLineId = 0 |
This is a cursor telling how many cells of corresponding types have been added so far. More... | |
vtkIdType | NumberOfInputVerts |
Number of cells of respective type when the input has its ghost cells removed. More... | |
vtkIdType | NumberOfInputPolys |
Number of cells of respective type when the input has its ghost cells removed. More... | |
vtkIdType | NumberOfInputStrips |
Number of cells of respective type when the input has its ghost cells removed. More... | |
vtkIdType | NumberOfInputLines |
Number of cells of respective type when the input has its ghost cells removed. More... | |
vtkIdType | InputVertConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed. More... | |
vtkIdType | InputPolyConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed. More... | |
vtkIdType | InputStripConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed. More... | |
vtkIdType | InputLineConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed. More... | |
vtkNew< vtkIdList > | OutputToInputVertCellIdRedirectionMap |
In the event that the input has ghost cells, this maps the output cells (with input ghosts removed) to the input cells. More... | |
vtkNew< vtkIdList > | OutputToInputLineCellIdRedirectionMap |
Cell connectivity array size of the input if ghost cells are removed. More... | |
vtkNew< vtkIdList > | OutputToInputPolyCellIdRedirectionMap |
Cell connectivity array size of the input if ghost cells are removed. More... | |
vtkNew< vtkIdList > | OutputToInputStripCellIdRedirectionMap |
Cell connectivity array size of the input if ghost cells are removed. More... | |
![]() | |
vtkBoundingBox | BoundingBox |
Bounding box of input. More... | |
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). More... | |
vtkSmartPointer< vtkAlgorithm > | InterfaceExtractor |
Filter that is being used to extract the surface of the input. More... | |
vtkIdTypeArray * | InterfacePointIds |
Handle to the local point ids of the surface of the input. More... | |
vtkDataArray * | InterfacePoints |
Handle to the points of the surface of the input. More... | |
vtkSmartPointer< vtkIdTypeArray > | InterfaceGlobalPointIds |
Handle to the point ids of the input surface, if present. More... | |
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). More... | |
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). More... | |
vtkIdType | CurrentMaxPointId |
vtkIdType | CurrentMaxCellId |
vtkIdType | NumberOfInputPoints |
Number of input points / cell in the input when ghosts are removed. More... | |
vtkIdType | NumberOfInputCells |
Number of input points / cell in the input when ghosts are removed. More... | |
Additional Inherited Members | |
![]() | |
bool | InputNeedsGhostsPeeledOff () const |
Definition at line 617 of file vtkDIYGhostUtilities.h.
vtkPolyData* vtkDIYGhostUtilities::PolyDataInformation::Input |
Definition at line 619 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::CurrentPolyConnectivitySize |
This is a cursor telling how much the corresponding output connectivity array is filled.
This is used at the very end of the pipeline.
Definition at line 626 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::CurrentStripConnectivitySize |
This is a cursor telling how much the corresponding output connectivity array is filled.
This is used at the very end of the pipeline.
Definition at line 627 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::CurrentLineConnectivitySize |
This is a cursor telling how much the corresponding output connectivity array is filled.
This is used at the very end of the pipeline.
Definition at line 628 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::CurrentMaxPolyId = 0 |
This is a cursor telling how many cells of corresponding types have been added so far.
This is used at the very end of the pipeline.
Definition at line 636 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::CurrentMaxStripId = 0 |
This is a cursor telling how many cells of corresponding types have been added so far.
This is used at the very end of the pipeline.
Definition at line 637 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::CurrentMaxLineId = 0 |
This is a cursor telling how many cells of corresponding types have been added so far.
This is used at the very end of the pipeline.
Definition at line 638 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::NumberOfInputVerts |
Number of cells of respective type when the input has its ghost cells removed.
Definition at line 645 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::NumberOfInputPolys |
Number of cells of respective type when the input has its ghost cells removed.
Definition at line 646 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::NumberOfInputStrips |
Number of cells of respective type when the input has its ghost cells removed.
Definition at line 647 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::NumberOfInputLines |
Number of cells of respective type when the input has its ghost cells removed.
Definition at line 648 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::InputVertConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 655 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::InputPolyConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 656 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::InputStripConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 657 of file vtkDIYGhostUtilities.h.
vtkIdType vtkDIYGhostUtilities::PolyDataInformation::InputLineConnectivitySize |
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 658 of file vtkDIYGhostUtilities.h.
In the event that the input has ghost cells, this maps the output cells (with input ghosts removed) to the input cells.
Definition at line 666 of file vtkDIYGhostUtilities.h.
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 667 of file vtkDIYGhostUtilities.h.
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 668 of file vtkDIYGhostUtilities.h.
Cell connectivity array size of the input if ghost cells are removed.
Definition at line 669 of file vtkDIYGhostUtilities.h.