VTK
vtkTree Member List

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

AddEdgeInternal(vtkIdType u, vtkIdType v, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)vtkGraphprotected
AddEdgeInternal(const vtkVariant &uPedigree, vtkIdType v, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)vtkGraphprotected
AddEdgeInternal(vtkIdType u, const vtkVariant &vPedigree, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)vtkGraphprotected
AddEdgeInternal(const vtkVariant &uPedigree, const vtkVariant &vPedigree, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)vtkGraphprotected
AddEdgePoint(vtkIdType e, double x[3])vtkGraph
AddEdgePoint(vtkIdType e, double x, double y, double z)vtkGraphinline
AddVertexInternal(vtkVariantArray *propertyArr=0, vtkIdType *vertex=0)vtkGraphprotected
AddVertexInternal(const vtkVariant &pedigree, vtkIdType *vertex)vtkGraphprotected
BoundsvtkGraphprotected
BuildEdgeList()vtkGraphprotected
CheckedDeepCopy(vtkGraph *g)vtkGraphvirtual
CheckedShallowCopy(vtkGraph *g)vtkGraphvirtual
ClearEdgePoints(vtkIdType e)vtkGraph
ComputeBounds()vtkGraph
ComputeTimevtkGraphprotected
CopyInternal(vtkGraph *g, bool deep)vtkGraphprotectedvirtual
CopyStructure(vtkGraph *g)vtkGraphvirtual
DeepCopy(vtkDataObject *obj)vtkGraphvirtual
DeepCopyEdgePoints(vtkGraph *g)vtkGraph
DefaultPointvtkGraphprotectedstatic
DistributedHelpervtkGraphprotected
Dump()vtkGraph
EdgeDatavtkGraphprotected
EdgeListvtkGraphprotected
EdgePointsvtkGraphprotected
FindVertex(const vtkVariant &pedigreeID)vtkGraph
ForceOwnership()vtkGraphprotected
GetAdjacentVertices(vtkIdType v, vtkAdjacentVertexIterator *it)vtkGraphvirtual
GetAttributesAsFieldData(int type)vtkGraphvirtual
GetBounds()vtkGraph
GetBounds(double bounds[6])vtkGraph
GetChild(vtkIdType v, vtkIdType i)vtkTree
GetChildren(vtkIdType v, vtkAdjacentVertexIterator *it)vtkTreeinline
GetClassName()vtkTreevirtual
GetData(vtkInformation *info)vtkTreestatic
GetData(vtkInformationVector *v, int i=0)vtkTreestatic
GetDataObjectType()vtkTreeinlinevirtual
GetDegree(vtkIdType v)vtkGraphvirtual
GetDistributedGraphHelper()vtkGraph
GetEdgeData()vtkGraphvirtual
GetEdgeId(vtkIdType a, vtkIdType b)vtkGraph
GetEdgeList()vtkGraphprotectedvirtual
GetEdgePoint(vtkIdType e, vtkIdType i)vtkGraph
GetEdgePoints(vtkIdType e, vtkIdType &npts, double *&pts)vtkGraph
GetEdges(vtkEdgeListIterator *it)vtkGraphvirtual
GetGraphInternals(bool modifying)vtkGraph
GetInDegree(vtkIdType v)vtkGraphvirtual
GetInducedEdges(vtkIdTypeArray *verts, vtkIdTypeArray *edges)vtkGraph
GetInEdge(vtkIdType v, vtkIdType index)vtkGraphvirtual
GetInEdge(vtkIdType v, vtkIdType index, vtkGraphEdge *e)vtkGraphvirtual
GetInEdges(vtkIdType v, vtkInEdgeIterator *it)vtkGraphvirtual
GetInEdges(vtkIdType v, const vtkInEdgeType *&edges, vtkIdType &nedges)vtkGraphprotectedvirtual
GetLevel(vtkIdType v)vtkTree
GetMTime()vtkGraph
GetNumberOfChildren(vtkIdType v)vtkTreeinline
GetNumberOfEdgePoints(vtkIdType e)vtkGraph
GetNumberOfEdges()vtkGraphvirtual
GetNumberOfElements(int type)vtkGraphvirtual
GetNumberOfVertices()vtkGraphvirtual
GetOutDegree(vtkIdType v)vtkGraphvirtual
GetOutEdge(vtkIdType v, vtkIdType index)vtkGraphvirtual
GetOutEdge(vtkIdType v, vtkIdType index, vtkGraphEdge *e)vtkGraphvirtual
GetOutEdges(vtkIdType v, vtkOutEdgeIterator *it)vtkGraphvirtual
GetOutEdges(vtkIdType v, const vtkOutEdgeType *&edges, vtkIdType &nedges)vtkGraphprotectedvirtual
GetParent(vtkIdType v)vtkTree
GetParentEdge(vtkIdType v)vtkTree
GetPoint(vtkIdType ptId)vtkGraph
GetPoint(vtkIdType ptId, double x[3])vtkGraph
GetPoints()vtkGraph
GetRoot()vtkTreevirtual
GetSourceVertex(vtkIdType e)vtkGraph
GetTargetVertex(vtkIdType e)vtkGraph
GetVertexData()vtkGraphvirtual
GetVertices(vtkVertexListIterator *it)vtkGraphvirtual
Initialize()vtkGraphvirtual
InternalsvtkGraphprotected
IsA(const char *type)vtkTreevirtual
IsLeaf(vtkIdType vertex)vtkTree
IsSameStructure(vtkGraph *other)vtkGraph
IsStructureValid(vtkGraph *g)vtkTreeprotectedvirtual
IsTypeOf(const char *type)vtkTreestatic
New()vtkTreestatic
PointsvtkGraphprotected
PrintSelf(ostream &os, vtkIndent indent)vtkTree
RemoveEdgeInternal(vtkIdType e, bool directed)vtkGraphprotected
RemoveEdgesInternal(vtkIdTypeArray *arr, bool directed)vtkGraphprotected
RemoveVertexInternal(vtkIdType v, bool directed)vtkGraphprotected
RemoveVerticesInternal(vtkIdTypeArray *arr, bool directed)vtkGraphprotected
ReorderChildren(vtkIdType parent, vtkIdTypeArray *children)vtkTreevirtual
ReorderOutVertices(vtkIdType v, vtkIdTypeArray *vertices)vtkGraph
RootvtkTreeprotected
SafeDownCast(vtkObject *o)vtkTreestatic
SetDistributedGraphHelper(vtkDistributedGraphHelper *helper)vtkGraph
SetEdgeList(vtkIdTypeArray *list)vtkGraphprotectedvirtual
SetEdgePoint(vtkIdType e, vtkIdType i, double x[3])vtkGraph
SetEdgePoint(vtkIdType e, vtkIdType i, double x, double y, double z)vtkGraphinline
SetEdgePoints(vtkIdType e, vtkIdType npts, double *pts)vtkGraph
SetEdgePoints(vtkGraphEdgePoints *edgePoints)vtkGraphprotected
SetInternals(vtkGraphInternals *internals)vtkGraphprotected
SetPoints(vtkPoints *points)vtkGraphvirtual
ShallowCopy(vtkDataObject *obj)vtkGraphvirtual
ShallowCopyEdgePoints(vtkGraph *g)vtkGraph
Squeeze()vtkGraphvirtual
Superclass typedefvtkTree
ToDirectedGraph(vtkDirectedGraph *g)vtkGraph
ToUndirectedGraph(vtkUndirectedGraph *g)vtkGraph
VertexDatavtkGraphprotected
vtkDirectedAcyclicGraph()vtkDirectedAcyclicGraphprotected
vtkDirectedGraph()vtkDirectedGraphprotected
vtkGraph()vtkGraphprotected
vtkTree()vtkTreeprotected
~vtkDirectedAcyclicGraph()vtkDirectedAcyclicGraphprotected
~vtkDirectedGraph()vtkDirectedGraphprotected
~vtkGraph()vtkGraphprotected
~vtkTree()vtkTreeprotected