This is the complete list of members for XAO::Geometry, including all inherited members.
begin(const XAO::Dimension &dim) | XAO::Geometry | |
checkReadOnly() | XAO::Geometry | protected |
countEdges() const | XAO::Geometry | inline |
countElements(const XAO::Dimension &dim) const | XAO::Geometry | |
countFaces() const | XAO::Geometry | inline |
countSolids() const | XAO::Geometry | inline |
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 | |
Geometry(const std::string &name) | XAO::Geometry | protected |
getEdgeIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getEdgeName(const int &index) | XAO::Geometry | inline |
getEdgeReference(const int &index) | XAO::Geometry | inline |
getElementIndexByReference(const XAO::Dimension &dim, const std::string &reference) | XAO::Geometry | |
getElementReference(const XAO::Dimension &dim, const int &index) | XAO::Geometry | |
getFaceIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getFaceName(const int &index) | XAO::Geometry | inline |
getFaceReference(const 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(const int &index) | XAO::Geometry | inline |
getSolidReference(const int &index) | XAO::Geometry | inline |
getVertexIndexByReference(const std::string &reference) | XAO::Geometry | inline |
getVertexName(const int &index) | XAO::Geometry | inline |
getVertexReference(const int &index) | XAO::Geometry | inline |
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 |
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(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 | |
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 | |
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)=0 | XAO::Geometry | pure virtual |
setSolid(const int &index, const std::string &name, const std::string &reference) | XAO::Geometry | |
setSolidName(const int &index, const std::string &name) | XAO::Geometry | inline |
setSolidReference(const int &index, const std::string &reference) | XAO::Geometry | |
setVertex(const int &index, const std::string &name, const std::string &reference) | XAO::Geometry | |
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)=0 | XAO::Geometry | pure virtual |
~Geometry() | XAO::Geometry | virtual |