This is the complete list of members for XAO::Geometry, including all inherited members.
| begin(XAO::Dimension dim) | XAO::Geometry | |
| checkReadOnly() | XAO::Geometry | protected |
| countEdges() const | XAO::Geometry | inline |
| countElements(XAO::Dimension dim) const | XAO::Geometry | |
| countFaces() const | XAO::Geometry | inline |
| countSolids() const | XAO::Geometry | inline |
| countVertices() const | XAO::Geometry | inline |
| createGeometry(XAO::Format format) | XAO::Geometry | static |
| createGeometry(XAO::Format format, const std::string &name) | XAO::Geometry | static |
| end(XAO::Dimension dim) | XAO::Geometry | |
| Geometry(const std::string &name) | XAO::Geometry | protected |
| getEdgeIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getEdgeName(int index) | XAO::Geometry | inline |
| getEdgeReference(int index) | XAO::Geometry | inline |
| getElementIndexByReference(XAO::Dimension dim, const std::string &reference) | XAO::Geometry | |
| getElementReference(XAO::Dimension dim, int index) | XAO::Geometry | |
| getFaceIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getFaceName(int index) | XAO::Geometry | inline |
| getFaceReference(int index) | XAO::Geometry | inline |
| getFormat()=0 | XAO::Geometry | pure virtual |
| getName() | XAO::Geometry | inline |
| getShapeString()=0 | XAO::Geometry | pure virtual |
| getSolidIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getSolidName(int index) | XAO::Geometry | inline |
| getSolidReference(int index) | XAO::Geometry | inline |
| getVertexIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getVertexName(int index) | XAO::Geometry | inline |
| getVertexReference(int index) | XAO::Geometry | inline |
| hasEdgeName(int index) | XAO::Geometry | inline |
| hasFaceName(int index) | XAO::Geometry | inline |
| hasSolidName(int index) | XAO::Geometry | inline |
| hasVertexName(int index) | XAO::Geometry | inline |
| isReadOnly() | XAO::Geometry | inline |
| m_edges | XAO::Geometry | protected |
| m_faces | XAO::Geometry | protected |
| m_name | XAO::Geometry | protected |
| m_readOnly | XAO::Geometry | protected |
| m_solids | XAO::Geometry | protected |
| m_vertices | XAO::Geometry | protected |
| readShapeFile(const std::string &fileName)=0 | XAO::Geometry | pure virtual |
| setCountEdges(int nb) | XAO::Geometry | |
| setCountFaces(int nb) | XAO::Geometry | |
| setCountSolids(int nb) | XAO::Geometry | |
| setCountVertices(int nb) | XAO::Geometry | |
| setEdge(int index, const std::string &name, const std::string &reference) | XAO::Geometry | |
| setEdgeName(int index, const std::string &name) | XAO::Geometry | inline |
| setEdgeReference(int index, const std::string &reference) | XAO::Geometry | |
| setFace(int index, const std::string &name, const std::string &reference) | XAO::Geometry | |
| setFaceName(int index, const std::string &name) | XAO::Geometry | inline |
| setFaceReference(int index, const std::string &reference) | XAO::Geometry | |
| setName(const std::string &name) | XAO::Geometry | inline |
| setReadOnly() | XAO::Geometry | inline |
| setShapeString(const std::string &shape)=0 | XAO::Geometry | pure virtual |
| setSolid(int index, const std::string &name, const std::string &reference) | XAO::Geometry | |
| setSolidName(int index, const std::string &name) | XAO::Geometry | inline |
| setSolidReference(int index, const std::string &reference) | XAO::Geometry | |
| setVertex(int index, const std::string &name, const std::string &reference) | XAO::Geometry | |
| setVertexName(int index, const std::string &name) | XAO::Geometry | inline |
| setVertexReference(int index, const std::string &reference) | XAO::Geometry | |
| writeShapeFile(const std::string &fileName)=0 | XAO::Geometry | pure virtual |
| ~Geometry() | XAO::Geometry | virtual |