This is the complete list of members for MEDMEM::GRID, including all inherited members.
| _coordinate | MEDMEM::GRID | protected |
| _description | MEDMEM::GMESH | protected |
| _drivers | MEDMEM::GMESH | protected |
| _entitySupport | MEDMEM::GMESH | protected |
| _familyCell | MEDMEM::GMESH | protected |
| _familyEdge | MEDMEM::GMESH | protected |
| _familyFace | MEDMEM::GMESH | protected |
| _familyNode | MEDMEM::GMESH | protected |
| _gridType | MEDMEM::GRID | protected |
| _groupCell | MEDMEM::GMESH | protected |
| _groupEdge | MEDMEM::GMESH | protected |
| _groupFace | MEDMEM::GMESH | protected |
| _groupNode | MEDMEM::GMESH | protected |
| _iArray | MEDMEM::GRID | protected |
| _iArrayLength | MEDMEM::GRID | protected |
| _is_default_gridType | MEDMEM::GRID | protected |
| _jArray | MEDMEM::GRID | protected |
| _jArrayLength | MEDMEM::GRID | protected |
| _kArray | MEDMEM::GRID | protected |
| _kArrayLength | MEDMEM::GRID | protected |
| _name | MEDMEM::GMESH | protected |
| _spaceDimension | MEDMEM::GMESH | protected |
| addDriver(driverTypes driverType, const std::string &fileName="Default File Name.med", const std::string &driverName="Default Mesh Name", MED_EN::med_mode_acces access=MED_EN::RDWR) | MEDMEM::GMESH | |
| addDriver(GENDRIVER &driver) | MEDMEM::GMESH | |
| buildSupportOnElementsFromElementList(const std::list< int > &listOfElt, MED_EN::medEntityMesh entity) const | MEDMEM::GMESH | virtual |
| buildSupportOnNodeFromElementList(const std::list< int > &listOfElt, MED_EN::medEntityMesh entity) const | MEDMEM::GRID | virtual |
| convertInMESH() const | MEDMEM::GRID | virtual |
| createFamilies() | MEDMEM::GMESH | |
| createGroups() | MEDMEM::GMESH | |
| deepCompare(const GMESH &other) const | MEDMEM::GRID | virtual |
| ENSIGHT_MESH_RDONLY_DRIVER class | MEDMEM::GRID | friend |
| fillSupportOnNodeFromElementList(const std::list< int > &listOfElt, SUPPORT *supportToFill) const | MEDMEM::GRID | virtual |
| getArea(const SUPPORT *Support) const | MEDMEM::GRID | virtual |
| getArrayLength(const int Axis) const | MEDMEM::GRID | |
| getArrayValue(const int Axis, const int i) const | MEDMEM::GRID | |
| getBarycenter(const SUPPORT *Support) const | MEDMEM::GRID | virtual |
| getBoundaryElements(MED_EN::medEntityMesh Entity) const | MEDMEM::GRID | virtual |
| getBoundingBox() const | MEDMEM::GRID | virtual |
| getCellNumber(const int i, const int j=0, const int k=0) const | MEDMEM::GRID | |
| getCellPosition(const int Number, int &i, int &j, int &k) const | MEDMEM::GRID | |
| getCoordinatesNames() const | MEDMEM::GRID | virtual |
| getCoordinatesSystem() const | MEDMEM::GRID | virtual |
| getCoordinatesUnits() const | MEDMEM::GRID | virtual |
| getDescription() const | MEDMEM::GMESH | |
| getEdgeNumber(const int Axis, const int i, const int j=0, const int k=0) const | MEDMEM::GRID | |
| getEdgePosition(const int Number, int &Axis, int &i, int &j, int &k) const | MEDMEM::GRID | |
| getElementType(MED_EN::medEntityMesh Entity, int Number) const | MEDMEM::GRID | virtual |
| getFaceNumber(const int Axis, const int i, const int j=0, const int k=0) const | MEDMEM::GRID | |
| getFacePosition(const int Number, int &Axis, int &i, int &j, int &k) const | MEDMEM::GRID | |
| getFamilies(MED_EN::medEntityMesh Entity) const | MEDMEM::GMESH | virtual |
| getFamily(MED_EN::medEntityMesh Entity, int i) const | MEDMEM::GMESH | virtual |
| getGridType() const | MEDMEM::GRID | |
| getGroup(MED_EN::medEntityMesh Entity, int i) const | MEDMEM::GMESH | virtual |
| getGroup(const std::string &name) const | MEDMEM::GMESH | virtual |
| getGroups(MED_EN::medEntityMesh Entity) const | MEDMEM::GMESH | virtual |
| getIsAGrid() const | MEDMEM::GRID | virtual |
| getLength(const SUPPORT *Support) const | MEDMEM::GRID | virtual |
| getMeshDimension() const | MEDMEM::GRID | virtual |
| getName() const | MEDMEM::GMESH | |
| getNodeNumber(const int i, const int j=0, const int k=0) const | MEDMEM::GRID | |
| getNodePosition(const int Number, int &i, int &j, int &k) const | MEDMEM::GRID | |
| getNormal(const SUPPORT *Support) const | MEDMEM::GRID | virtual |
| getNumberOfElements(MED_EN::medEntityMesh Entity, MED_EN::medGeometryElement Type) const | MEDMEM::GRID | virtual |
| getNumberOfFamilies(MED_EN::medEntityMesh Entity) const | MEDMEM::GMESH | virtual |
| getNumberOfGroups(MED_EN::medEntityMesh Entity) const | MEDMEM::GMESH | virtual |
| getNumberOfNodes() const | MEDMEM::GRID | virtual |
| getNumberOfTypes(MED_EN::medEntityMesh Entity) const | MEDMEM::GRID | virtual |
| getSkin(const SUPPORT *Support3D) | MEDMEM::GRID | virtual |
| getSpaceDimension() const | MEDMEM::GMESH | |
| getSupportOnAll(MED_EN::medEntityMesh Entity) const | MEDMEM::GMESH | virtual |
| getTypes(MED_EN::medEntityMesh Entity) const | MEDMEM::GRID | virtual |
| getVolume(const SUPPORT *Support, bool isAbs=true) const | MEDMEM::GRID | virtual |
| GMESH() | MEDMEM::GMESH | |
| GMESH(GMESH &m) | MEDMEM::GMESH | |
| GRID() | MEDMEM::GRID | |
| GRID(const MED_EN::med_grid_type type) | MEDMEM::GRID | |
| GRID(const GRID &m) | MEDMEM::GRID | |
| GRID(driverTypes driverType, const string &fileName, const string &meshName) | MEDMEM::GRID | |
| GRID(const std::vector< std::vector< double > > &xyz_array, const std::vector< std::string > &coord_name, const std::vector< std::string > &coord_unit, const MED_EN::med_grid_type type=MED_EN::MED_CARTESIAN) | MEDMEM::GRID | |
| init() | MEDMEM::GRID | virtual |
| intersectSupports(const std::vector< SUPPORT * > Supports) | MEDMEM::GMESH | static |
| isEmpty() const | MEDMEM::GRID | protectedvirtual |
| MED_MESH_RDONLY_DRIVER class | MEDMEM::GRID | friend |
| MED_MESH_WRONLY_DRIVER class | MEDMEM::GRID | friend |
| mergeFields(const std::vector< FIELD< T > * > &others, bool meshCompare=false) | MEDMEM::GMESH | static |
| mergeSupports(const std::vector< SUPPORT * > Supports) | MEDMEM::GMESH | static |
| operator=(const GRID &m) | MEDMEM::GRID | |
| MEDMEM::GMESH::operator=(const GMESH &m) | MEDMEM::GMESH | |
| operator==(const GMESH &other) const | MEDMEM::GMESH | virtual |
| printMySelf(std::ostream &os) const | MEDMEM::GRID | virtual |
| read(int index=0) | MEDMEM::GMESH | virtual |
| read(const GENDRIVER &genDriver) | MEDMEM::GMESH | virtual |
| read(driverTypes driverType, const std::string &filename, const std::string &meshname) | MEDMEM::GMESH | virtual |
| rmDriver(int index=0) | MEDMEM::GMESH | |
| setDescription(std::string description) | MEDMEM::GMESH | |
| setGridType(MED_EN::med_grid_type gridType) | MEDMEM::GRID | |
| setName(std::string name) | MEDMEM::GMESH | |
| write(int index=0) const | MEDMEM::GMESH | virtual |
| write(const GENDRIVER &genDriver, MED_EN::med_mode_acces medMode=MED_EN::WRONLY) const | MEDMEM::GMESH | virtual |
| write(driverTypes driverType, const std::string &filename, const std::string &meshname="", MED_EN::med_mode_acces medMode=MED_EN::WRONLY) const | MEDMEM::GMESH | virtual |
| ~GMESH() | MEDMEM::GMESH | virtual |
| ~GRID() | MEDMEM::GRID | virtual |