VTK
9.2.6
|
Block structure to be used for diy communication. More...
#include <vtkDIYGhostUtilities.h>
Public Types | |
typedef BlockStructureT | BlockStructureType |
Typedef handle on block structure and block information. | |
typedef InformationT | InformationType |
Typedef handle on block structure and block information. |
Public Attributes | |
BlockMapType< BlockStructureType > | BlockStructures |
BlockStructures maps a neighboring block globald id to its block structure. | |
InformationType | Information |
InformationT holds any information from the current block that is necessary to exchange ghosts. | |
BlockMapType< vtkBoundingBox > | NeighborBoundingBoxes |
vtkBoundingBox | BoundingBox |
vtkSmartPointer< vtkUnsignedCharArray > | GhostCellArray |
vtkSmartPointer< vtkUnsignedCharArray > | GhostPointArray |
Block structure to be used for diy communication.
This is a generic structure split into 3 main components:
Definition at line 724 of file vtkDIYGhostUtilities.h.
typedef BlockStructureT vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::BlockStructureType |
Typedef handle on block structure and block information.
Definition at line 730 of file vtkDIYGhostUtilities.h.
typedef InformationT vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::InformationType |
Typedef handle on block structure and block information.
Definition at line 731 of file vtkDIYGhostUtilities.h.
BlockMapType<BlockStructureType> vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::BlockStructures |
BlockStructures maps a neighboring block globald id to its block structure.
Definition at line 737 of file vtkDIYGhostUtilities.h.
InformationType vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::Information |
InformationT holds any information from the current block that is necessary to exchange ghosts.
This is typically used when sending ghosts to neighboring blocks.
Definition at line 743 of file vtkDIYGhostUtilities.h.
BlockMapType<vtkBoundingBox> vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::NeighborBoundingBoxes |
Definition at line 745 of file vtkDIYGhostUtilities.h.
vtkBoundingBox vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::BoundingBox |
Definition at line 747 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkUnsignedCharArray> vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::GhostCellArray |
Definition at line 749 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkUnsignedCharArray> vtkDIYGhostUtilities::Block< BlockStructureT, InformationT >::GhostPointArray |
Definition at line 750 of file vtkDIYGhostUtilities.h.