#include <MEDCouplingCMesh.hxx>

Public Member Functions | |
| MEDCouplingMesh * | deepCpy () const |
| MEDCouplingCMesh * | clone (bool recDeepCpy) const |
| void | updateTime () const |
| MEDCouplingMeshType | getType () const |
| void | copyTinyStringsFrom (const MEDCouplingMesh *other) throw (INTERP_KERNEL::Exception) |
| bool | isEqual (const MEDCouplingMesh *other, double prec) const |
| bool | isEqualWithoutConsideringStr (const MEDCouplingMesh *other, double prec) const |
| void | checkDeepEquivalWith (const MEDCouplingMesh *other, int cellCompPol, double prec, DataArrayInt *&cellCor, DataArrayInt *&nodeCor) const throw (INTERP_KERNEL::Exception) |
| void | checkDeepEquivalOnSameNodesWith (const MEDCouplingMesh *other, int cellCompPol, double prec, DataArrayInt *&cellCor) const throw (INTERP_KERNEL::Exception) |
| void | checkCoherency () const throw (INTERP_KERNEL::Exception) |
| void | checkCoherency1 (double eps=1e-12) const throw (INTERP_KERNEL::Exception) |
| void | checkCoherency2 (double eps=1e-12) const throw (INTERP_KERNEL::Exception) |
| int | getNumberOfCells () const |
| int | getNumberOfNodes () const |
| int | getSpaceDimension () const |
| int | getMeshDimension () const |
| int | getCellIdFromPos (int i, int j, int k) const |
| int | getNodeIdFromPos (int i, int j, int k) const |
| INTERP_KERNEL::NormalizedCellType | getTypeOfCell (int cellId) const |
| std::set < INTERP_KERNEL::NormalizedCellType > | getAllGeoTypes () const |
| int | getNumberOfCellsWithType (INTERP_KERNEL::NormalizedCellType type) const |
| void | getNodeIdsOfCell (int cellId, std::vector< int > &conn) const |
| void | getCoordinatesOfNode (int nodeId, std::vector< double > &coo) const |
| std::string | simpleRepr () const |
| std::string | advancedRepr () const |
| const DataArrayDouble * | getCoordsAt (int i) const throw (INTERP_KERNEL::Exception) |
| DataArrayDouble * | getCoordsAt (int i) throw (INTERP_KERNEL::Exception) |
| void | setCoordsAt (int i, const DataArrayDouble *arr) throw (INTERP_KERNEL::Exception) |
| void | setCoords (const DataArrayDouble *coordsX, const DataArrayDouble *coordsY=0, const DataArrayDouble *coordsZ=0) |
| DataArrayInt * | checkTypeConsistencyAndContig (const std::vector< int > &code, const std::vector< const DataArrayInt * > &idsPerType) const throw (INTERP_KERNEL::Exception) |
| void | splitProfilePerType (const DataArrayInt *profile, std::vector< int > &code, std::vector< DataArrayInt * > &globIdsPerType, std::vector< DataArrayInt * > &idsPerType) const throw (INTERP_KERNEL::Exception) |
| MEDCouplingUMesh * | buildUnstructured () const throw (INTERP_KERNEL::Exception) |
| MEDCouplingMesh * | buildPart (const int *start, const int *end) const |
| MEDCouplingMesh * | buildPartAndReduceNodes (const int *start, const int *end, DataArrayInt *&arr) const |
| DataArrayInt * | simplexize (int policy) throw (INTERP_KERNEL::Exception) |
| void | getBoundingBox (double *bbox) const |
| MEDCouplingFieldDouble * | getMeasureField (bool isAbs) const |
| MEDCouplingFieldDouble * | getMeasureFieldOnNode (bool isAbs) const |
| MEDCouplingFieldDouble * | buildOrthogonalField () const |
| int | getCellContainingPoint (const double *pos, double eps) const |
| void | rotate (const double *center, const double *vector, double angle) |
| void | translate (const double *vector) |
| void | scale (const double *point, double factor) |
| MEDCouplingMesh * | mergeMyselfWith (const MEDCouplingMesh *other) const |
| DataArrayDouble * | getCoordinatesAndOwner () const |
| DataArrayDouble * | getBarycenterAndOwner () const |
| void | renumberCells (const int *old2NewBg, bool check) throw (INTERP_KERNEL::Exception) |
| void | fill1DUnstructuredMesh (MEDCouplingUMesh *m) const |
| void | fill2DUnstructuredMesh (MEDCouplingUMesh *m) const |
| void | fill3DUnstructuredMesh (MEDCouplingUMesh *m) const |
| void | getSplitCellValues (int *res) const |
| void | getSplitNodeValues (int *res) const |
| void | getTinySerializationInformation (std::vector< double > &tinyInfoD, std::vector< int > &tinyInfo, std::vector< std::string > &littleStrings) const |
| void | resizeForUnserialization (const std::vector< int > &tinyInfo, DataArrayInt *a1, DataArrayDouble *a2, std::vector< std::string > &littleStrings) const |
| void | serialize (DataArrayInt *&a1, DataArrayDouble *&a2) const |
| void | unserialization (const std::vector< double > &tinyInfoD, const std::vector< int > &tinyInfo, const DataArrayInt *a1, DataArrayDouble *a2, const std::vector< std::string > &littleStrings) |
Static Public Member Functions | |
| static MEDCouplingCMesh * | New () |
| static void | GetPosFromId (int nodeId, int spaceDim, const int *split, int *res) |
Private Member Functions | |
| MEDCouplingCMesh () | |
| MEDCouplingCMesh (const MEDCouplingCMesh &other, bool deepCpy) | |
| ~MEDCouplingCMesh () | |
Private Attributes | |
| DataArrayDouble * | _x_array |
| DataArrayDouble * | _y_array |
| DataArrayDouble * | _z_array |
| MEDCouplingCMesh::MEDCouplingCMesh | ( | ) | [private] |
| MEDCouplingCMesh::MEDCouplingCMesh | ( | const MEDCouplingCMesh & | other, |
| bool | deepCpy | ||
| ) | [private] |
| MEDCouplingCMesh::~MEDCouplingCMesh | ( | ) | [private] |
| MEDCouplingCMesh * MEDCouplingCMesh::New | ( | ) | [static] |
References ParaMEDMEM.MEDCouplingCMesh.MEDCouplingCMesh().
| MEDCouplingMesh * MEDCouplingCMesh::deepCpy | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh.clone().
| MEDCouplingCMesh * MEDCouplingCMesh::clone | ( | bool | recDeepCpy | ) | const |
References ParaMEDMEM.MEDCouplingCMesh.MEDCouplingCMesh().
| void MEDCouplingCMesh::updateTime | ( | ) | const [virtual] |
| MEDCouplingMeshType ParaMEDMEM.MEDCouplingCMesh.getType | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.CARTESIAN.
| void MEDCouplingCMesh::copyTinyStringsFrom | ( | const MEDCouplingMesh * | other | ) | throw (INTERP_KERNEL::Exception) [virtual] |
This method copyies all tiny strings from other (name and components name).
| if | other and this have not same mesh type. |
Reimplemented from ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, and ParaMEDMEM.MEDCouplingMesh.copyTinyStringsFrom().
| bool MEDCouplingCMesh::isEqual | ( | const MEDCouplingMesh * | other, |
| double | prec | ||
| ) | const [virtual] |
Reimplemented from ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, and ParaMEDMEM.MEDCouplingMesh.isEqual().
| bool MEDCouplingCMesh::isEqualWithoutConsideringStr | ( | const MEDCouplingMesh * | other, |
| double | prec | ||
| ) | const [virtual] |
| void MEDCouplingCMesh::checkDeepEquivalWith | ( | const MEDCouplingMesh * | other, |
| int | cellCompPol, | ||
| double | prec, | ||
| DataArrayInt *& | cellCor, | ||
| DataArrayInt *& | nodeCor | ||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| void MEDCouplingCMesh::checkDeepEquivalOnSameNodesWith | ( | const MEDCouplingMesh * | other, |
| int | cellCompPol, | ||
| double | prec, | ||
| DataArrayInt *& | cellCor | ||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| void MEDCouplingCMesh::checkCoherency | ( | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
| void MEDCouplingCMesh::checkCoherency1 | ( | double | eps = 1e-12 | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| void MEDCouplingCMesh::checkCoherency2 | ( | double | eps = 1e-12 | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| int MEDCouplingCMesh::getNumberOfCells | ( | ) | const [virtual] |
| int MEDCouplingCMesh::getNumberOfNodes | ( | ) | const [virtual] |
| int MEDCouplingCMesh::getSpaceDimension | ( | ) | const [virtual] |
| int MEDCouplingCMesh::getMeshDimension | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh.getSpaceDimension().
| void MEDCouplingCMesh::GetPosFromId | ( | int | nodeId, |
| int | spaceDim, | ||
| const int * | split, | ||
| int * | res | ||
| ) | [static] |
| INTERP_KERNEL::NormalizedCellType MEDCouplingCMesh::getTypeOfCell | ( | int | cellId | ) | const [virtual] |
| std::set< INTERP_KERNEL::NormalizedCellType > MEDCouplingCMesh::getAllGeoTypes | ( | ) | const [virtual] |
| int MEDCouplingCMesh::getNumberOfCellsWithType | ( | INTERP_KERNEL::NormalizedCellType | type | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| std::string MEDCouplingCMesh::simpleRepr | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, ParaMEDMEM.MEDCouplingMesh.getDescription(), ParaMEDMEM.MEDCouplingMesh.getName(), ParaMEDMEM.MEDCouplingCMesh.getSpaceDimension(), ParaMEDMEM.MEDCouplingMesh.getTime(), ParaMEDMEM.MEDCouplingMesh.getTimeUnit(), ParaMEDMEM.DataArrayDouble.reprZipWithoutNameStream(), and testMEDMEM.ret.
| std::string MEDCouplingCMesh::advancedRepr | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh.simpleRepr().
| const DataArrayDouble * MEDCouplingCMesh::getCoordsAt | ( | int | i | ) | const throw (INTERP_KERNEL::Exception) |
| DataArrayDouble * MEDCouplingCMesh::getCoordsAt | ( | int | i | ) | throw (INTERP_KERNEL::Exception) |
| void MEDCouplingCMesh::setCoordsAt | ( | int | i, |
| const DataArrayDouble * | arr | ||
| ) | throw (INTERP_KERNEL::Exception) |
| void MEDCouplingCMesh::setCoords | ( | const DataArrayDouble * | coordsX, |
| const DataArrayDouble * | coordsY = 0, |
||
| const DataArrayDouble * | coordsZ = 0 |
||
| ) |
| DataArrayInt * MEDCouplingCMesh::checkTypeConsistencyAndContig | ( | const std::vector< int > & | code, |
| const std::vector< const DataArrayInt * > & | idsPerType | ||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
See MEDCouplingUMesh.checkTypeConsistencyAndContig for more information
Implements ParaMEDMEM.MEDCouplingMesh.
References batchmode_medcorba_test.nbNodes, and INTERP_KERNEL.NORM_ERROR.
| void MEDCouplingCMesh::splitProfilePerType | ( | const DataArrayInt * | profile, |
| std::vector< int > & | code, | ||
| std::vector< DataArrayInt * > & | globIdsPerType, | ||
| std::vector< DataArrayInt * > & | idsPerType | ||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
See MEDCouplingUMesh.splitProfilePerType for more information
Implements ParaMEDMEM.MEDCouplingMesh.
| MEDCouplingUMesh * MEDCouplingCMesh::buildUnstructured | ( | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References coords, ParaMEDMEM.RefCountObject.decrRef(), ParaMEDMEM.MEDCouplingCMesh.fill1DUnstructuredMesh(), ParaMEDMEM.MEDCouplingCMesh.fill2DUnstructuredMesh(), ParaMEDMEM.MEDCouplingCMesh.fill3DUnstructuredMesh(), ParaMEDMEM.MEDCouplingCMesh.getCoordinatesAndOwner(), ParaMEDMEM.MEDCouplingMesh.getName(), ParaMEDMEM.MEDCouplingCMesh.getSpaceDimension(), ParaMEDMEM.MEDCouplingCMesh.New(), testMEDMEM.ret, ParaMEDMEM.MEDCouplingPointSet.setCoords(), and batchmode_medcorba_test.spaceDim.
| MEDCouplingMesh * MEDCouplingCMesh::buildPart | ( | const int * | start, |
| const int * | end | ||
| ) | const [virtual] |
| MEDCouplingMesh * MEDCouplingCMesh::buildPartAndReduceNodes | ( | const int * | start, |
| const int * | end, | ||
| DataArrayInt *& | arr | ||
| ) | const [virtual] |
| DataArrayInt * MEDCouplingCMesh::simplexize | ( | int | policy | ) | throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| void MEDCouplingCMesh::getBoundingBox | ( | double * | bbox | ) | const [virtual] |
| MEDCouplingFieldDouble * MEDCouplingCMesh::getMeasureField | ( | bool | isAbs | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, ParaMEDMEM.DataArrayDouble.alloc(), ParaMEDMEM.RefCountObject.decrRef(), MED_test2.field, ParaMEDMEM.MEDCouplingMesh.getName(), ParaMEDMEM.MEDCouplingCMesh.getNumberOfCells(), ParaMEDMEM.DataArrayDouble.getPointer(), ParaMEDMEM.MEDCouplingCMesh.GetPosFromId(), ParaMEDMEM.MEDCouplingCMesh.getSpaceDimension(), ParaMEDMEM.MEDCouplingCMesh.getSplitCellValues(), medClient_test.name, ParaMEDMEM.MEDCouplingCMesh.New(), ParaMEDMEM.ON_CELLS, ParaMEDMEM.MEDCouplingFieldDouble.setArray(), ParaMEDMEM.MEDCouplingField.setMesh(), and ParaMEDMEM.MEDCouplingField.setName().
| MEDCouplingFieldDouble * MEDCouplingCMesh::getMeasureFieldOnNode | ( | bool | isAbs | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| MEDCouplingFieldDouble * MEDCouplingCMesh::buildOrthogonalField | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.DataArrayDouble.alloc(), ParaMEDMEM.RefCountObject.decrRef(), ParaMEDMEM.MEDCouplingCMesh.getMeshDimension(), ParaMEDMEM.MEDCouplingCMesh.getNumberOfCells(), ParaMEDMEM.DataArrayDouble.getPointer(), ParaMEDMEM.MEDCouplingCMesh.New(), ParaMEDMEM.NO_TIME, ParaMEDMEM.ON_CELLS, testMEDMEM.ret, ParaMEDMEM.MEDCouplingFieldDouble.setArray(), and ParaMEDMEM.MEDCouplingField.setMesh().
| void MEDCouplingCMesh::rotate | ( | const double * | center, |
| const double * | vector, | ||
| double | angle | ||
| ) | [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| void MEDCouplingCMesh::translate | ( | const double * | vector | ) | [virtual] |
| MEDCouplingMesh * MEDCouplingCMesh::mergeMyselfWith | ( | const MEDCouplingMesh * | other | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| DataArrayDouble * MEDCouplingCMesh::getCoordinatesAndOwner | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.DataArrayDouble.alloc(), ParaMEDMEM.DataArrayDouble.getConstPointer(), ParaMEDMEM.MEDCouplingCMesh.getCoordsAt(), ParaMEDMEM.MEDCouplingCMesh.getNumberOfNodes(), ParaMEDMEM.DataArrayDouble.getPointer(), ParaMEDMEM.MEDCouplingCMesh.GetPosFromId(), ParaMEDMEM.MEDCouplingCMesh.getSpaceDimension(), ParaMEDMEM.MEDCouplingCMesh.getSplitNodeValues(), batchmode_medcorba_test.nbNodes, ParaMEDMEM.MEDCouplingCMesh.New(), testMEDMEM.ret, ParaMEDMEM.DataArray.setInfoOnComponent(), and batchmode_medcorba_test.spaceDim.
| DataArrayDouble * MEDCouplingCMesh::getBarycenterAndOwner | ( | ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.DataArrayDouble.alloc(), med_test1.begin, med_test1.end, ParaMEDMEM.DataArrayDouble.getConstPointer(), ParaMEDMEM.MEDCouplingCMesh.getCoordsAt(), ParaMEDMEM.DataArray.getNbOfElems(), ParaMEDMEM.MEDCouplingCMesh.getNumberOfCells(), ParaMEDMEM.DataArrayDouble.getPointer(), ParaMEDMEM.MEDCouplingCMesh.GetPosFromId(), ParaMEDMEM.MEDCouplingCMesh.getSpaceDimension(), ParaMEDMEM.MEDCouplingCMesh.getSplitCellValues(), ParaMEDMEM.MEDCouplingCMesh.New(), testMEDMEM.ret, ParaMEDMEM.DataArray.setInfoOnComponent(), and batchmode_medcorba_test.spaceDim.
| void MEDCouplingCMesh::renumberCells | ( | const int * | old2NewBg, |
| bool | check | ||
| ) | throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
| void MEDCouplingCMesh::fill1DUnstructuredMesh | ( | MEDCouplingUMesh * | m | ) | const |
References ParaMEDMEM.DataArrayInt.alloc(), testRenumbering.conn, ParaMEDMEM.RefCountObject.decrRef(), ParaMEDMEM.MEDCouplingCMesh.getCoordsAt(), ParaMEDMEM.DataArray.getNbOfElems(), ParaMEDMEM.DataArrayInt.getPointer(), ParaMEDMEM.MEDCouplingCMesh.New(), INTERP_KERNEL.NORM_SEG2, and ParaMEDMEM.MEDCouplingUMesh.setConnectivity().
| void MEDCouplingCMesh::fill2DUnstructuredMesh | ( | MEDCouplingUMesh * | m | ) | const |
References ParaMEDMEM.DataArrayInt.alloc(), TestMedCorba5.c1, TestMedCorba5.c2, testRenumbering.conn, ParaMEDMEM.RefCountObject.decrRef(), ParaMEDMEM.MEDCouplingCMesh.getCoordsAt(), ParaMEDMEM.DataArray.getNbOfElems(), ParaMEDMEM.DataArrayInt.getPointer(), TestMedCorba4.n1, TestMedCorba4.n2, ParaMEDMEM.MEDCouplingCMesh.New(), INTERP_KERNEL.NORM_QUAD4, and ParaMEDMEM.MEDCouplingUMesh.setConnectivity().
| void MEDCouplingCMesh::fill3DUnstructuredMesh | ( | MEDCouplingUMesh * | m | ) | const |
References ParaMEDMEM.DataArrayInt.alloc(), TestMedCorba5.c1, TestMedCorba5.c2, testRenumbering.conn, ParaMEDMEM.RefCountObject.decrRef(), ParaMEDMEM.MEDCouplingCMesh.getCoordsAt(), ParaMEDMEM.DataArray.getNbOfElems(), ParaMEDMEM.DataArrayInt.getPointer(), TestMedCorba4.n1, TestMedCorba4.n2, med_test_grid.n3, ParaMEDMEM.MEDCouplingCMesh.New(), INTERP_KERNEL.NORM_HEXA8, and ParaMEDMEM.MEDCouplingUMesh.setConnectivity().
| void MEDCouplingCMesh::getSplitCellValues | ( | int * | res | ) | const |
| void MEDCouplingCMesh::getSplitNodeValues | ( | int * | res | ) | const |
| void MEDCouplingCMesh::getTinySerializationInformation | ( | std::vector< double > & | tinyInfoD, |
| std::vector< int > & | tinyInfo, | ||
| std::vector< std::string > & | littleStrings | ||
| ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, ParaMEDMEM.MEDCouplingMesh.getDescription(), ParaMEDMEM.DataArray.getInfoOnComponent(), ParaMEDMEM.MEDCouplingMesh.getName(), ParaMEDMEM.DataArray.getNumberOfTuples(), ParaMEDMEM.MEDCouplingMesh.getTime(), ParaMEDMEM.MEDCouplingMesh.getTimeUnit(), Med_Gen_test.it, and medClient_test.time.
| void MEDCouplingCMesh::resizeForUnserialization | ( | const std::vector< int > & | tinyInfo, |
| DataArrayInt * | a1, | ||
| DataArrayDouble * | a2, | ||
| std::vector< std::string > & | littleStrings | ||
| ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.DataArrayDouble.alloc(), and ParaMEDMEM.DataArrayInt.alloc().
| void MEDCouplingCMesh::serialize | ( | DataArrayInt *& | a1, |
| DataArrayDouble *& | a2 | ||
| ) | const [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, ParaMEDMEM.DataArrayDouble.alloc(), ParaMEDMEM.DataArrayInt.alloc(), ParaMEDMEM.DataArray.getNumberOfTuples(), ParaMEDMEM.DataArrayDouble.getPointer(), and ParaMEDMEM.MEDCouplingCMesh.New().
| void MEDCouplingCMesh::unserialization | ( | const std::vector< double > & | tinyInfoD, |
| const std::vector< int > & | tinyInfo, | ||
| const DataArrayInt * | a1, | ||
| DataArrayDouble * | a2, | ||
| const std::vector< std::string > & | littleStrings | ||
| ) | [virtual] |
Implements ParaMEDMEM.MEDCouplingMesh.
References ParaMEDMEM.MEDCouplingCMesh._x_array, ParaMEDMEM.MEDCouplingCMesh._y_array, ParaMEDMEM.MEDCouplingCMesh._z_array, ParaMEDMEM.DataArrayDouble.getConstPointer(), ParaMEDMEM.MEDCouplingCMesh.New(), ParaMEDMEM.MEDCouplingMesh.setDescription(), ParaMEDMEM.MEDCouplingMesh.setName(), ParaMEDMEM.MEDCouplingMesh.setTime(), and ParaMEDMEM.MEDCouplingMesh.setTimeUnit().