Version: 6.5.0
Functions
Advanced methods

Functions

void MEDMEM::SUPPORT::blending (const SUPPORT *mySupport) throw (MEDEXCEPTION)
void MEDMEM::SUPPORT::getBoundaryElements () throw (MEDEXCEPTION)
void MEDMEM::SUPPORT::intersecting (const SUPPORT *mySupport) throw (MEDEXCEPTION)

Detailed Description

Function Documentation

void SUPPORT::blending ( const SUPPORT mySupport) throw (MEDEXCEPTION)

Blends the given SUPPORT mySupport into the calling object SUPPORT. Example :

SUPPORT mySupport ;
SUPPORT myOtherSupport ;
...
mySupport.blending(myOtherSupport) ;

Support mySupport now contains a union of the elements originally contained in mySupport and myOtherSupport.

Referenced by MEDMEM::GMESH::mergeSupports().

void SUPPORT::getBoundaryElements ( ) throw (MEDEXCEPTION)
void SUPPORT::intersecting ( const SUPPORT mySupport) throw (MEDEXCEPTION)

Intersects mySupport into the calling SUPPORT object. If A.intersecting(B) is called, on output, $ A $ contains $A \cap B$.

Referenced by MEDMEM::GMESH::intersectSupports().

Copyright © 2007-2012 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