MeVisLab Toolbox Reference
|
This is the complete list of members for Graph, including all inherited members.
_action | Graph | protected |
_actionCBObject | Graph | protected |
_bFlag | Graph | protected |
_edges | Graph | protected |
_imgExt | Graph | protected |
_isContainedInImageExtent(const Vector3 &pos, const Matrix4 &toVoxelMatrix) | Graph | protected |
_isWorld | Graph | protected |
_nodes | Graph | protected |
_numCluster | Graph | protected |
_roots | Graph | protected |
_setRootIdToChildren(int rootId, VesselNode *node, VesselEdge *predEdge) | Graph | protected |
_toWorldMatrix | Graph | protected |
_voxelExt | Graph | protected |
ActionType enum name | Graph | |
addGraph(const Graph &g) | Graph | inline |
addGraph(const Graph &g, std::map< const VesselNode *, VesselNode * > &nodeMapping, std::map< const VesselEdge *, VesselEdge * > &edgeMapping, std::map< const VesselNode *, VesselNode * > &rootMapping) | Graph | |
addStateToTree(TreeNode *parent) const override | Graph | |
addSubtrees(const std::vector< const VesselNode * > &roots) | Graph | |
beginEdge() | Graph | inline |
beginEdge() const | Graph | inline |
beginNode() | Graph | inline |
beginNode() const | Graph | inline |
beginRoot() | Graph | inline |
beginRoot() const | Graph | inline |
clampToImage() | Graph | |
clearGraph() | Graph | |
clearRoots() | Graph | |
closeSkeletonGaps() | Graph | |
ConstEdgeAccess typedef | Graph | |
ConstEdgeIterator typedef | Graph | |
ConstNodeAccess typedef | Graph | |
ConstNodeIterator typedef | Graph | |
convertToVoxel(void) | Graph | |
convertToWorld(void) | Graph | |
copyParts(const std::vector< const VesselNode * > &nodes, const std::vector< const VesselEdge * > &edges, const std::vector< const VesselNode * > &roots) | Graph | inline |
copyParts(const std::vector< const VesselNode * > &nodes, const std::vector< const VesselEdge * > &edges, const std::vector< const VesselNode * > &roots, std::map< const VesselNode *, VesselNode * > &nodeMapping, std::map< const VesselEdge *, VesselEdge * > &edgeMapping, std::map< const VesselNode *, VesselNode * > &rootMapping) | Graph | |
createEdge(VesselNode *predNode, VesselNode *succNode, MLint useId=-1) | Graph | |
createEdge(MLint predNodeId, MLint succNodeId, MLint useId=-1) | Graph | |
createNode(const Vector3 &pos=Vector3(0), MLint useId=-1) | Graph | |
createNode(const ImageVector &pos, MLint useId=-1) | Graph | inline |
deepCopy() const override | Graph | inline |
directGraph(double FloodThresh) | Graph | |
edge enum value | Graph | |
EdgeAccess typedef | Graph | |
EdgeIterator typedef | Graph | |
EdgeMap typedef | Graph | |
EditGraph enum value | Graph | |
endEdge() | Graph | inline |
endEdge() const | Graph | inline |
endNode() | Graph | inline |
endNode() const | Graph | inline |
endRoot() | Graph | inline |
endRoot() const | Graph | inline |
extX() const | Graph | inline |
extY() const | Graph | inline |
extZ() const | Graph | inline |
fromBinaryData(const std::string &data) | Graph | |
getActionValue(void) const | Graph | |
getBoundingBox() const | Graph | |
getEdge(Vector3 pos) const | Graph | |
getEdge(Vector3 pos) | Graph | |
getEdge(size_t index) const | Graph | |
getEdge(size_t index) | Graph | |
getEdgePropertyManager() | Graph | inline |
getEdgePropertyManager() const | Graph | inline |
getFlag() const | Graph | inline |
getIdEdge(MLint id) const | Graph | |
getIdEdge(MLint id) | Graph | |
getIdNode(MLint id) const | Graph | |
getIdNode(MLint id) | Graph | |
getImgExt() const | Graph | inline |
getIndex(const VesselNode *node) const | Graph | |
getIndex(const VesselEdge *edge) const | Graph | |
getMaxSkeletonLabel(void) | Graph | inlinestatic |
getMinSkeletonLabel(void) | Graph | inlinestatic |
getNode(Vector3 pos) const | Graph | |
getNode(Vector3 pos) | Graph | |
getNode(size_t index) const | Graph | |
getNode(size_t index) | Graph | |
getNodePropertyManager() | Graph | inline |
getNodePropertyManager() const | Graph | inline |
getNumCluster() const | Graph | inline |
getRoot(Vector3 pos) const | Graph | |
getRoot(Vector3 pos) | Graph | |
getRoot(size_t index) const | Graph | |
getRoot(size_t index) | Graph | |
getSecond(const ParameterType &p) | Graph | inlineprotectedstatic |
getSkeletonPropertyManager() | Graph | inline |
getSkeletonPropertyManager() const | Graph | inline |
getToVoxelMatrix() const | Graph | |
getToWorldMatrix() const | Graph | |
getToWorldMatrix(float *mat) const | Graph | |
getUseBinaryPersistence() | Graph | inline |
getVersion(void) | Graph | inline |
getVoxelExt() const | Graph | inline |
Graph() | Graph | |
Graph(const Graph &g, bool reorder=false) | Graph | |
Graph(const Graph &g, const VesselNode *root, bool reorder=false) | Graph | |
Graph(const Graph &g, const std::vector< const VesselNode * > &roots, bool reorder=false) | Graph | |
Graph(Graph &g, int clusterId, bool reorder=false) | Graph | |
GraphAnalyser | Graph | friend |
insertRoot(VesselNode *node) | Graph | |
isWorld() const | Graph | inline |
LabelGraph enum value | Graph | |
LoadTreeData | Graph | friend |
MAX_SKELETON_LABEL | Graph | protectedstatic |
mergeEdges(VesselEdge *parent, VesselEdge *child) | Graph | |
MIN_SKELETON_LABEL | Graph | protectedstatic |
ML_SET_ADDSTATE_VERSION(3) | Graph | |
ModifyNodesEdges enum value | Graph | |
ModifyRoots enum value | Graph | |
newGraph(bool unusedDeprecated=true) const | Graph | |
NewGraph enum value | Graph | |
NoAction enum value | Graph | |
node enum value | Graph | |
NodeAccess typedef | Graph | |
NodeIterator typedef | Graph | |
NodeMap typedef | Graph | |
NumActionTypes enum value | Graph | |
numEdges() const | Graph | inline |
numNodes() const | Graph | inline |
numRoots() const | Graph | inline |
operator=(const Graph &g) | Graph | |
purifyGraph() | Graph | |
readStateFromTree(TreeNode *parent) override | Graph | |
removeEdge(VesselEdge *edge, bool removeEmptyNodes=true) | Graph | |
removeNode(VesselNode *node) | Graph | |
removeOrphanNodes() | Graph | |
removeRoot(VesselNode *r) | Graph | |
SaveTreeData | Graph | friend |
separateGraph() | Graph | |
setAction(ActionType action, std::string sender) | Graph | |
setActionCallBack(GraphAction *cbObj) | Graph | |
setActionValue(ActionType action) | Graph | |
setCurrentVersion(void) | Graph | inline |
setFlag(bool bFlag) | Graph | inline |
setImgExt(ImageVector v) | Graph | inline |
setRootIdToAllChildren() | Graph | |
setToVoxel(void) | Graph | inline |
setToWorld(void) | Graph | inline |
setToWorldMatrix(const Matrix4 *m) | Graph | |
setToWorldMatrix(const Matrix4 &m) | Graph | |
setVersion(int version) | Graph | inline |
setVoxelExt(Vector3 v) | Graph | inline |
splitEdge(MLint edgeID, size_t skeletonIndex) | Graph | |
stripCycles() | Graph | |
toBinaryData() const | Graph | |
transform(const Matrix4 &m) | Graph | |
useBinaryPersistence(bool use) | Graph | inline |
worldVoxelConvert() | Graph | |
~Graph() override | Graph |