Salome HOME
7th step - Update doc.
[tools/medcoupling.git] / doc / user / doxygen / doxfiles / reference / meshes / MEDCouplingPointSet.dox
1
2 /*!
3   \page MEDCouplingPointSetPage Point set mesh
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 MEDCoupling::MEDCouplingPointSet.
9 Instantiable class MEDCoupling::MEDCouplingUMesh inherits from MEDCoupling::MEDCouplingPointSet.
10
11 Some of most important implemented methods by \ref MEDCoupling::MEDCouplingPointSet "MEDCouplingPointSet" class are :
12
13 - \ref MEDCoupling::MEDCouplingPointSet::getSpaceDimension "getSpaceDimension"
14 - \ref MEDCoupling::MEDCouplingPointSet::getNumberOfNodes "getNumberOfNodes"
15 - \ref MEDCoupling::MEDCouplingPointSet::rotate "rotate"
16 - \ref MEDCoupling::MEDCouplingPointSet::translate "translate"
17 - \ref MEDCoupling::MEDCouplingPointSet::scale "scale"
18 - \ref MEDCoupling::MEDCouplingPointSet::findCommonNodes "findCommonNodes"
19 - \ref MEDCoupling::MEDCouplingPointSet::renumberNodes "renumberNodes"
20 - \ref MEDCoupling::MEDCouplingPointSet::getBoundingBox "getBoundingBox"
21 */