Version: 6.3.1
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)

Function Documentation

void SUPPORT::blending ( const SUPPORT mySupport) throw (MEDEXCEPTION) [inherited]

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.

References BEGIN_OF_MED, END_OF_MED, LOCALIZED, MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_NODE, MESSAGE_MED, and test_NonCoincidentDEC.size.

void SUPPORT::getBoundaryElements ( ) throw (MEDEXCEPTION) [inherited]
void SUPPORT::intersecting ( const SUPPORT mySupport) throw (MEDEXCEPTION) [inherited]

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

References BEGIN_OF_MED, END_OF_MED, LOCALIZED, MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_NODE, MESSAGE_MED, and test_NonCoincidentDEC.size.

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