Version: 6.3.1
Public Member Functions | Private Attributes

INTERP_KERNEL.RegionNode< ConnType > Class Template Reference

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

Detailed Description

template<class ConnType>
class INTERP_KERNEL::RegionNode< ConnType >

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.


Constructor & Destructor Documentation

template<class ConnType >
INTERP_KERNEL.RegionNode< ConnType >.RegionNode ( )
template<class ConnType >
INTERP_KERNEL.RegionNode< ConnType >.~RegionNode ( )

Member Function Documentation

template<class ConnType >
MeshRegion<ConnType>& INTERP_KERNEL.RegionNode< ConnType >.getSrcRegion ( )

Accessor to source region.

Returns:
reference to source region

References INTERP_KERNEL.RegionNode< ConnType >._targetRegion.

template<class ConnType >
MeshRegion<ConnType>& INTERP_KERNEL.RegionNode< ConnType >.getTargetRegion ( )

Accessor to target region.

Returns:
reference to target region

Field Documentation

template<class ConnType >
MeshRegion<ConnType> INTERP_KERNEL.RegionNode< ConnType >._srcRegion [private]

source region

template<class ConnType >
MeshRegion<ConnType> INTERP_KERNEL.RegionNode< ConnType >._targetRegion [private]

target region

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS