Salome HOME
Correction of bug EDF10723 for 0D mesh.
[modules/med.git] / doc / doxygen / doxfiles / medcoupling / MEDCouplingPointSet.dox
1
2 /*!
3   \page MEDCouplingPointSetPage Point set meshes in MEDCoupling
4
5 This is a \b non \b instantiable class that implements many algorithm working only on a set of points without any connectivity aspect.
6 The presence of this class is only for factorization reasons.
7
8 The class that incarnates this concept in \ref medcoupling "MEDCoupling" is : \ref ParaMEDMEM::MEDCouplingPointSet.
9 Instantiable class ParaMEDMEM::MEDCouplingUMesh inherits from ParaMEDMEM::MEDCouplingPointSet.
10
11 Some of most important implemented methods by \ref ParaMEDMEM::MEDCouplingPointSet "MEDCouplingPointSet" class are :
12
13 - \ref ParaMEDMEM::MEDCouplingPointSet::getSpaceDimension "getSpaceDimension"
14 - \ref ParaMEDMEM::MEDCouplingPointSet::getNumberOfNodes "getNumberOfNodes"
15 - \ref ParaMEDMEM::MEDCouplingPointSet::rotate "rotate"
16 - \ref ParaMEDMEM::MEDCouplingPointSet::translate "translate"
17 - \ref ParaMEDMEM::MEDCouplingPointSet::scale "scale"
18 - \ref ParaMEDMEM::MEDCouplingPointSet::findCommonNodes "findCommonNodes"
19 - \ref ParaMEDMEM::MEDCouplingPointSet::renumberNodes "renumberNodes"
20 - \ref ParaMEDMEM::MEDCouplingPointSet::getBoundingBox "getBoundingBox"
21 */