VTK  9.3.20240328
Public Attributes | List of all members
vtkDIYGhostUtilities::UnstructuredGridInformation Struct Reference

#include <vtkDIYGhostUtilities.h>

Inheritance diagram for vtkDIYGhostUtilities::UnstructuredGridInformation:
[legend]
Collaboration diagram for vtkDIYGhostUtilities::UnstructuredGridInformation:
[legend]

Public Attributes

vtkIdType CurrentFacesSize = 0
 This is a cursor telling the amount of faces information, that has already been added to the output. More...
 
vtkIdType CurrentMaxFaceId = 0
 This is a cursor telling the amount of faces information, that has already been added to the output. More...
 
vtkIdType CurrentConnectivitySize = 0
 This is a cursor telling how much the output connectivity array is filled. More...
 
vtkCellArrayFaces = nullptr
 
vtkCellArrayFaceLocations = nullptr
 
vtkUnstructuredGridInput
 
vtkIdType InputConnectivitySize = 0
 Cell connectivity array size of the input if the ghost cells are removed. More...
 
vtkIdType InputFacesSize = 0
 Faces array size of the input if the ghost cells are removed. More...
 
vtkIdType InputNumberOfFaces = 0
 Number of Faces stored in Faces array of the input if the ghost cells are removed. More...
 
- Public Attributes inherited from vtkDIYGhostUtilities::UnstructuredDataInformation
vtkBoundingBox BoundingBox
 Bounding box of input. More...
 
vtkSmartPointer< vtkIdListOutputToInputCellIdRedirectionMap = 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< vtkAlgorithmInterfaceExtractor
 Filter that is being used to extract the surface of the input. More...
 
vtkIdTypeArrayInterfacePointIds
 Handle to the local point ids of the surface of the input. More...
 
vtkDataArrayInterfacePoints
 Handle to the points of the surface of the input. More...
 
vtkSmartPointer< vtkIdTypeArrayInterfaceGlobalPointIds
 Handle to the point ids of the input surface, if present. More...
 
vtkSmartPointer< vtkIdListInputToOutputPointIdRedirectionMap = 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< vtkIdListOutputToInputPointIdRedirectionMap = 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

- Public Member Functions inherited from vtkDIYGhostUtilities::UnstructuredDataInformation
bool InputNeedsGhostsPeeledOff () const
 

Detailed Description

Definition at line 563 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ CurrentFacesSize

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.

◆ CurrentMaxFaceId

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.

◆ CurrentConnectivitySize

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.

◆ Faces

vtkCellArray* vtkDIYGhostUtilities::UnstructuredGridInformation::Faces = nullptr

Definition at line 583 of file vtkDIYGhostUtilities.h.

◆ FaceLocations

vtkCellArray* vtkDIYGhostUtilities::UnstructuredGridInformation::FaceLocations = nullptr

Definition at line 584 of file vtkDIYGhostUtilities.h.

◆ Input

vtkUnstructuredGrid* vtkDIYGhostUtilities::UnstructuredGridInformation::Input

Definition at line 586 of file vtkDIYGhostUtilities.h.

◆ InputConnectivitySize

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.

◆ InputFacesSize

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.

◆ InputNumberOfFaces

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.


The documentation for this struct was generated from the following file: