MeshLink
Computational geometry access
MeshModel Member List

This is the complete list of members for MeshModel, including all inherited members.

addEdge(MLINT i1, MLINT i2, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, ParamVertex *pv2, bool mapID)MeshModel
addEdge(std::string &ref, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, ParamVertex *pv2, bool mapID)MeshModel
addEdgePoint(MLINT i1, MLINT mid, MLINT aref, MLINT gref, ParamVertex *pv1)MeshModel
addFace(MLINT i1, MLINT i2, MLINT i3, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, ParamVertex *pv2, ParamVertex *pv3, bool mapID)MeshModel
addFace(std::string &ref, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, ParamVertex *pv2, ParamVertex *pv3, bool mapID)MeshModel
addFace(MLINT i1, MLINT i2, MLINT i3, MLINT i4, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, ParamVertex *pv2, ParamVertex *pv3, ParamVertex *pv4, bool mapID)MeshModel
addFace(std::string &ref, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, ParamVertex *pv2, ParamVertex *pv3, ParamVertex *pv4, bool mapID)MeshModel
addFaceEdge(MLINT i1, MLINT i2, MLINT mid, MLINT aref, MLINT gref, ParamVertex *pv1, ParamVertex *pv2)MeshModel
addFaceEdgePoint(MLINT i1, MLINT mid, MLINT aref, MLINT gref, ParamVertex *pv1)MeshModel
addMeshSheet(MeshSheet *meshSheet, bool mapID=false)MeshModel
addMeshString(MeshString *meshString, bool mapID=false)MeshModel
addParamVertex(ParamVertex *pv, bool mapID)MeshTopovirtual
addPoint(MLINT i1, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, bool mapID)MeshModel
addPoint(std::string &ref, MLINT mid, MLINT aref, MLINT gref, std::string &name, ParamVertex *pv1, bool mapID)MeshModel
aref_MeshTopoprotected
deleteEdgeByInds(MLINT i1, MLINT i2)MeshModel
deleteEdgeByRef(const std::string &ref)MeshModel
deleteEdgeByRef(MLINT iref)MeshModel
deleteFaceByInds(MLINT i1, MLINT i2, MLINT i3, MLINT i4=MESH_TOPO_INDEX_UNUSED)MeshModel
deleteFaceByRef(const std::string &ref)MeshModel
deleteFaceByRef(MLINT iref)MeshModel
deletePointByInd(MLINT i1)MeshModel
deletePointByRef(const std::string &ref)MeshModel
deletePointByRef(MLINT iref)MeshModel
edgeMap_MeshModelprivate
edgePointMap_MeshModelprivate
faceEdgeMap_MeshModelprivate
faceEdgePointMap_MeshModelprivate
faceMap_MeshModelprivate
findEdgeByInds(MLINT i1, MLINT i2) constMeshModel
findEdgePointByInd(MLINT i1) constMeshModel
findFaceByInds(MLINT i1, MLINT i2, MLINT i3, MLINT i4=MESH_TOPO_INDEX_UNUSED)MeshModel
findFaceEdgeByInds(MLINT i1, MLINT i2) constMeshModel
findFaceEdgePointByInd(MLINT i1) constMeshModel
findHighestTopoPointByInd(MLINT i1) constMeshModel
findLowestTopoEdgeByInds(MLINT i1, MLINT i2) constMeshModel
findLowestTopoPointByInd(MLINT i1) constMeshModel
findPointByInd(MLINT i1) constMeshModel
getAref() constMeshTopovirtual
getAttributeIDs(const MeshAssociativity &meshAssoc) constMeshTopo
getBaseName() constMeshModelvirtual
getGref() constMeshTopovirtual
getID() constMeshTopovirtual
getMeshEdgeByName(const std::string &name) constMeshModel
getMeshEdgeByRef(const std::string &ref) constMeshModel
getMeshEdges(std::vector< const MeshEdge * > &edges) constMeshModel
getMeshFaceByName(const std::string &name) constMeshModel
getMeshFaceByRef(const std::string &ref) constMeshModel
getMeshFaces(std::vector< const MeshFace * > &faces) constMeshModel
getMeshPointByID(MLINT id) constMeshModel
getMeshPointByName(const std::string &name) constMeshModel
getMeshPointByRef(const std::string &ref) constMeshModel
getMeshPointRefs() constMeshModel
getMeshSheetByID(MLINT id) constMeshModel
getMeshSheetByName(const std::string &name) constMeshModel
getMeshSheetByRef(const std::string &ref) constMeshModel
getMeshSheetCount() constMeshModel
getMeshSheets(std::vector< MeshSheet * > &sheets) constMeshModel
getMeshStringByID(MLINT id) constMeshModel
getMeshStringByName(const std::string &name) constMeshModel
getMeshStringByRef(const std::string &ref) constMeshModel
getMeshStringCount() constMeshModel
getMeshStrings(std::vector< MeshString * > &strings) constMeshModel
getName(const char **name) constMeshTopovirtual
getName() constMeshTopovirtual
getNameCounter()MeshModelvirtual
getNextName()MeshTopo
getNumEdges() constMeshModel
getNumFaces() constMeshModel
getNumParamVerts() constMeshTopovirtual
getOrderCounter() constMeshTopo
getParamVertByID(MLINT id) constMeshTopovirtual
getParamVertByVref(const std::string &vref) constMeshTopovirtual
getParamVerts(std::vector< const ParamVertex * > &pv) constMeshTopo
getParamVertVrefMap() constMeshTopovirtual
getRef() constMeshTopovirtual
gref_MeshTopoprotected
hasAref() constMeshTopo
hasGref() constMeshTopo
hasID() constMeshTopo
MeshAssociativity classMeshModelfriend
meshEdgeIDToNameMap_MeshModelprivate
meshEdgeNameMap_MeshModelprivate
meshEdgeRefToNameMap_MeshModelprivate
meshFaceIDToNameMap_MeshModelprivate
meshFaceNameMap_MeshModelprivate
meshFaceRefToNameMap_MeshModelprivate
MeshModel(std::string &ref, MLINT mid, MLINT aref, MLINT gref, std::string &name)MeshModel
MeshModel()MeshModelinlineprivate
meshPointIDToNameMap_MeshModelprivate
meshPointNameMap_MeshModelprivate
meshPointRefToNameMap_MeshModelprivate
meshSheetIDToNameMap_MeshModelprivate
meshSheetNameMap_MeshModelprivate
meshSheetRefToNameMap_MeshModelprivate
meshStringIDToNameMap_MeshModelprivate
meshStringNameMap_MeshModelprivate
meshStringRefToNameMap_MeshModelprivate
MeshTopo(MLINT mid, MLINT aref, MLINT gref, const std::string &name)MeshTopo
MeshTopo(const std::string &ref, MLINT mid, MLINT aref, MLINT gref, const std::string &name)MeshTopo
MeshTopo()MeshTopo
mid_MeshTopoprotected
name_MeshTopoprotected
nameCounter_MeshModelprivatestatic
OrderCompare(const MeshTopo *topo1, const MeshTopo *topo2)MeshTopostatic
orderCounter_MeshTopoprotected
paramVertIDToVrefMap_MeshTopoprotected
paramVertVrefMap_MeshTopoprotected
pointMap_MeshModelprivate
ref_MeshTopoprotected
setAref(MLINT aref)MeshTopovirtual
setGref(MLINT gref)MeshTopovirtual
setID(MLINT id)MeshTopovirtual
setName(const std::string &name)MeshTopo
setName(const char *name)MeshTopo
setOrderCounter(MLUINT counter)MeshTopo
setRef(const char *ref)MeshTopovirtual
~MeshModel()MeshModel
~MeshTopo()MeshTopo