This is the complete list of members for XAO::BrepGeometry, including all inherited members.
begin(const XAO::Dimension &dim) | XAO::Geometry | |
BrepGeometry() | XAO::BrepGeometry | |
BrepGeometry(const std::string &name) | XAO::BrepGeometry | |
changeEdgeName(const int &id, const std::string &name) | XAO::BrepGeometry | |
changeFaceName(const int &id, const std::string &name) | XAO::BrepGeometry | |
changeSolidName(const int &id, const std::string &name) | XAO::BrepGeometry | |
changeVertexName(const int &id, const std::string &name) | XAO::BrepGeometry | |
checkReadOnly() | XAO::Geometry | protected |
countEdges() const | XAO::Geometry | inline |
countElements(const XAO::Dimension &dim) const | XAO::Geometry | |
countFaces() const | XAO::Geometry | inline |
countFaceWires(const int &faceIndex) | XAO::BrepGeometry | |
countGeometricalElements(const TopoDS_Shape &shape, const TopAbs_ShapeEnum &shapeType) | XAO::BrepGeometry | private |
countSolids() const | XAO::Geometry | inline |
countSolidShells(const int &solidIndex) | XAO::BrepGeometry | |
countVertices() const | XAO::Geometry | inline |
createGeometry(const XAO::Format &format) | XAO::Geometry | static |
createGeometry(const XAO::Format &format, const std::string &name) | XAO::Geometry | static |
end(const XAO::Dimension &dim) | XAO::Geometry | |
findEdge(const int &id) | XAO::BrepGeometry | |
findEdgeName(const int &id) | XAO::BrepGeometry | |
findElement(const XAO::Dimension &dim, const int &id) | XAO::BrepGeometry | private |
findFace(const int &id) | XAO::BrepGeometry | |
findFaceName(const int &id) | XAO::BrepGeometry | |
findSolid(const int &id) | XAO::BrepGeometry | |
findSolidName(const int &id) | XAO::BrepGeometry | |
findVertex(const int &id) | XAO::BrepGeometry | |
findVertexName(const int &id) | XAO::BrepGeometry | |
Geometry(const std::string &name) | XAO::Geometry | protected |
getEdgeID(const int &index) | XAO::BrepGeometry | |
getEdgeIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getEdgeLength(const int &index) | XAO::BrepGeometry | |
getEdgeName(const int &index) | XAO::Geometry | inline |
getEdgeReference(const int &index) | XAO::Geometry | inline |
getEdgeVertices(const int &edgeIndex, int &vertexA, int &vertexB) | XAO::BrepGeometry | |
getElementIndexByReference(const XAO::Dimension &dim, const std::string &reference) | XAO::Geometry | |
getElementReference(const XAO::Dimension &dim, const int &index) | XAO::Geometry | |
getFaceArea(const int &index) | XAO::BrepGeometry | |
getFaceEdges(const int &faceIndex, const int &wireIndex) | XAO::BrepGeometry | |
getFaceID(const int &index) | XAO::BrepGeometry | |
getFaceIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getFaceName(const int &index) | XAO::Geometry | inline |
getFaceReference(const int &index) | XAO::Geometry | inline |
getFormat() | XAO::BrepGeometry | inlinevirtual |
getGeometricalElements(const TopoDS_Shape &shape, const TopAbs_ShapeEnum &shapeType, const XAO::Dimension &dim) | XAO::BrepGeometry | private |
getName() | XAO::Geometry | inline |
getShapeString() | XAO::BrepGeometry | virtual |
getSolidFaces(const int &solidIndex, const int &shellIndex) | XAO::BrepGeometry | |
getSolidID(const int &index) | XAO::BrepGeometry | |
getSolidIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getSolidName(const int &index) | XAO::Geometry | inline |
getSolidReference(const int &index) | XAO::Geometry | inline |
getSolidVolume(const int &index) | XAO::BrepGeometry | |
getSubShape(const TopoDS_Shape &mainShape, const TopAbs_ShapeEnum &shapeType, const int &shapeIndex) | XAO::BrepGeometry | private |
getTopoDS_Shape() | XAO::BrepGeometry | |
getVertexID(const int &index) | XAO::BrepGeometry | |
getVertexIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getVertexName(const int &index) | XAO::Geometry | inline |
getVertexReference(const int &index) | XAO::Geometry | inline |
getVertexXYZ(const int &vertexIndex, double &xCoord, double &yCoord, double &zCoord) | XAO::BrepGeometry | |
hasEdgeName(const int &index) | XAO::Geometry | inline |
hasFaceName(const int &index) | XAO::Geometry | inline |
hasSolidName(const int &index) | XAO::Geometry | inline |
hasVertexName(const 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(const int &nb) | XAO::Geometry | |
setCountFaces(const int &nb) | XAO::Geometry | |
setCountSolids(const int &nb) | XAO::Geometry | |
setCountVertices(const int &nb) | XAO::Geometry | |
setEdge(const int &index, const std::string &name, const std::string &reference) | XAO::Geometry | |
setEdgeID(const int &index, const int &id) | XAO::BrepGeometry | |
setEdgeName(const int &index, const std::string &name) | XAO::Geometry | inline |
setEdgeReference(const int &index, const std::string &reference) | XAO::Geometry | |
setFace(const int &index, const std::string &name, const std::string &reference) | XAO::Geometry | |
setFaceID(const int &index, const int &id) | XAO::BrepGeometry | |
setFaceName(const int &index, const std::string &name) | XAO::Geometry | inline |
setFaceReference(const 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(const int &index, const std::string &name, const std::string &reference) | XAO::Geometry | |
setSolidID(const int &index, const int &id) | XAO::BrepGeometry | |
setSolidName(const int &index, const std::string &name) | XAO::Geometry | inline |
setSolidReference(const int &index, const std::string &reference) | XAO::Geometry | |
setTopoDS_Shape(const TopoDS_Shape &shape) | XAO::BrepGeometry | |
setVertex(const int &index, const std::string &name, const std::string &reference) | XAO::Geometry | |
setVertexID(const int &index, const int &id) | XAO::BrepGeometry | |
setVertexName(const int &index, const std::string &name) | XAO::Geometry | inline |
setVertexReference(const int &index, const std::string &reference) | XAO::Geometry | |
writeShapeFile(const std::string &fileName) | XAO::BrepGeometry | virtual |
~BrepGeometry() | XAO::BrepGeometry | inlinevirtual |
~Geometry() | XAO::Geometry | virtual |