| begin(XAO::Dimension dim) | XAO::Geometry | |
| BrepGeometry() | XAO::BrepGeometry | |
| BrepGeometry(const std::string &name) | XAO::BrepGeometry | |
| changeEdgeName(int id, const std::string &name) | XAO::BrepGeometry | |
| changeFaceName(int id, const std::string &name) | XAO::BrepGeometry | |
| changeSolidName(int id, const std::string &name) | XAO::BrepGeometry | |
| changeVertexName(int id, const std::string &name) | XAO::BrepGeometry | |
| checkReadOnly() | XAO::Geometry | protected |
| countEdges() const | XAO::Geometry | inline |
| countElements(XAO::Dimension dim) const | XAO::Geometry | |
| countFaces() const | XAO::Geometry | inline |
| countFaceWires(int faceIndex) | XAO::BrepGeometry | |
| countGeometricalElements(const TopoDS_Shape &shape, const TopAbs_ShapeEnum &shapeType) | XAO::BrepGeometry | private |
| countSolids() const | XAO::Geometry | inline |
| countSolidShells(int solidIndex) | XAO::BrepGeometry | |
| 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 | |
| findEdge(int id) | XAO::BrepGeometry | |
| findEdgeName(int id) | XAO::BrepGeometry | |
| findElement(XAO::Dimension dim, int id) | XAO::BrepGeometry | private |
| findFace(int id) | XAO::BrepGeometry | |
| findFaceName(int id) | XAO::BrepGeometry | |
| findSolid(int id) | XAO::BrepGeometry | |
| findSolidName(int id) | XAO::BrepGeometry | |
| findVertex(int id) | XAO::BrepGeometry | |
| findVertexName(int id) | XAO::BrepGeometry | |
| Geometry(const std::string &name) | XAO::Geometry | protected |
| getEdgeID(int index) | XAO::BrepGeometry | |
| getEdgeIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getEdgeLength(int index) | XAO::BrepGeometry | |
| getEdgeName(int index) | XAO::Geometry | inline |
| getEdgeReference(int index) | XAO::Geometry | inline |
| getEdgeVertices(int edgeIndex, int &vertexA, int &vertexB) | XAO::BrepGeometry | |
| getElementIndexByReference(XAO::Dimension dim, const std::string &reference) | XAO::Geometry | |
| getElementReference(XAO::Dimension dim, int index) | XAO::Geometry | |
| getFaceArea(int index) | XAO::BrepGeometry | |
| getFaceEdges(int faceIndex, int wireIndex) | XAO::BrepGeometry | |
| getFaceID(int index) | XAO::BrepGeometry | |
| getFaceIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getFaceName(int index) | XAO::Geometry | inline |
| getFaceReference(int index) | XAO::Geometry | inline |
| getFormat() | XAO::BrepGeometry | inlinevirtual |
| getGeometricalElements(const TopoDS_Shape &shape, const TopAbs_ShapeEnum &shapeType, XAO::Dimension dim) | XAO::BrepGeometry | private |
| getName() | XAO::Geometry | inline |
| getShapeString() | XAO::BrepGeometry | virtual |
| getSolidFaces(int solidIndex, int shellIndex) | XAO::BrepGeometry | |
| getSolidID(int index) | XAO::BrepGeometry | |
| getSolidIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getSolidName(int index) | XAO::Geometry | inline |
| getSolidReference(int index) | XAO::Geometry | inline |
| getSolidVolume(int index) | XAO::BrepGeometry | |
| getSubShape(const TopoDS_Shape &mainShape, const TopAbs_ShapeEnum &shapeType, int shapeIndex) | XAO::BrepGeometry | private |
| getTopoDS_Shape() | XAO::BrepGeometry | |
| getVertexID(int index) | XAO::BrepGeometry | |
| getVertexIndexByReference(const std::string &reference) | XAO::Geometry | inline |
| getVertexName(int index) | XAO::Geometry | inline |
| getVertexReference(int index) | XAO::Geometry | inline |
| getVertexXYZ(int vertexIndex, double &xCoord, double &yCoord, double &zCoord) | XAO::BrepGeometry | |
| hasEdgeName(int index) | XAO::Geometry | inline |
| hasFaceName(int index) | XAO::Geometry | inline |
| hasSolidName(int index) | XAO::Geometry | inline |
| hasVertexName(int index) | XAO::Geometry | inline |
| initIds() | XAO::BrepGeometry | private |
| initListIds(const TopAbs_ShapeEnum &shapeType, GeometricElementList &eltList) | XAO::BrepGeometry | private |
| 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_shape | XAO::BrepGeometry | private |
| m_solids | XAO::Geometry | protected |
| m_vertices | XAO::Geometry | protected |
| readShapeFile(const std::string &fileName) | XAO::BrepGeometry | 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 | |
| setEdgeID(int index, int id) | XAO::BrepGeometry | |
| 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 | |
| setFaceID(int index, int id) | XAO::BrepGeometry | |
| 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) | XAO::BrepGeometry | virtual |
| setSolid(int index, const std::string &name, const std::string &reference) | XAO::Geometry | |
| setSolidID(int index, int id) | XAO::BrepGeometry | |
| setSolidName(int index, const std::string &name) | XAO::Geometry | inline |
| setSolidReference(int index, const std::string &reference) | XAO::Geometry | |
| setTopoDS_Shape(const TopoDS_Shape &shape) | XAO::BrepGeometry | |
| setVertex(int index, const std::string &name, const std::string &reference) | XAO::Geometry | |
| setVertexID(int index, int id) | XAO::BrepGeometry | |
| setVertexName(int index, const std::string &name) | XAO::Geometry | inline |
| setVertexReference(int index, const std::string &reference) | XAO::Geometry | |
| writeShapeFile(const std::string &fileName) | XAO::BrepGeometry | virtual |
| ~BrepGeometry() | XAO::BrepGeometry | inlinevirtual |
| ~Geometry() | XAO::Geometry | virtual |