Class containing a tuplet of a source region and a target region. More...
#include <RegionNode.hxx>
Public Member Functions | |
| RegionNode () | |
| ~RegionNode () | |
| MeshRegion< ConnType > & | getSrcRegion () |
| Accessor to source region. | |
| MeshRegion< ConnType > & | getTargetRegion () |
| Accessor to target region. | |
Private Attributes | |
| MeshRegion< ConnType > | _srcRegion |
| source region | |
| MeshRegion< ConnType > | _targetRegion |
| target region | |
Class containing a tuplet of a source region and a target region.
This is used as the object to put on the stack in the depth-first search in the bounding-box filtering process.
| INTERP_KERNEL.RegionNode< ConnType >.RegionNode | ( | ) |
| INTERP_KERNEL.RegionNode< ConnType >.~RegionNode | ( | ) |
References INTERP_KERNEL.RegionNode< ConnType >._srcRegion.
| MeshRegion<ConnType>& INTERP_KERNEL.RegionNode< ConnType >.getSrcRegion | ( | ) |
Accessor to source region.
References INTERP_KERNEL.RegionNode< ConnType >._targetRegion.
| MeshRegion<ConnType>& INTERP_KERNEL.RegionNode< ConnType >.getTargetRegion | ( | ) |
Accessor to target region.
MeshRegion<ConnType> INTERP_KERNEL.RegionNode< ConnType >._srcRegion [private] |
source region
MeshRegion<ConnType> INTERP_KERNEL.RegionNode< ConnType >._targetRegion [private] |
target region