|
| virtual int | IsA (const char *type) |
| | Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
| |
| vtkHierarchicalGraphPipeline * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| virtual vtkActor * | GetActor () |
| | The actor associated with the hierarchical graph. More...
|
| |
| virtual vtkActor2D * | GetLabelActor () |
| | The actor associated with the hierarchical graph. More...
|
| |
| virtual void | SetBundlingStrength (double strength) |
| | The bundling strength for the bundled edges. More...
|
| |
| virtual double | GetBundlingStrength () |
| |
| virtual void | SetLabelArrayName (const char *name) |
| | The edge label array name. More...
|
| |
| virtual const char * | GetLabelArrayName () |
| |
| virtual void | SetLabelVisibility (bool vis) |
| | The edge label visibility. More...
|
| |
| virtual bool | GetLabelVisibility () |
| |
| virtual void | LabelVisibilityOn () |
| |
| virtual void | LabelVisibilityOff () |
| |
| virtual void | SetLabelTextProperty (vtkTextProperty *prop) |
| | The edge label text property. More...
|
| |
| virtual vtkTextProperty * | GetLabelTextProperty () |
| |
| virtual void | SetColorArrayName (const char *name) |
| | The edge color array. More...
|
| |
| virtual const char * | GetColorArrayName () |
| |
| virtual void | SetColorEdgesByArray (bool vis) |
| | Whether to color the edges by an array. More...
|
| |
| virtual bool | GetColorEdgesByArray () |
| |
| virtual void | ColorEdgesByArrayOn () |
| |
| virtual void | ColorEdgesByArrayOff () |
| |
| virtual void | SetVisibility (bool vis) |
| | The visibility of this graph. More...
|
| |
| virtual bool | GetVisibility () |
| |
| virtual void | VisibilityOn () |
| |
| virtual void | VisibilityOff () |
| |
| virtual vtkSelection * | ConvertSelection (vtkDataRepresentation *rep, vtkSelection *sel) |
| | Returns a new selection relevant to this graph based on an input selection and the view that this graph is contained in. More...
|
| |
| virtual void | PrepareInputConnections (vtkAlgorithmOutput *graphConn, vtkAlgorithmOutput *treeConn, vtkAlgorithmOutput *annConn) |
| | Sets the input connections for this graph. More...
|
| |
| virtual void | ApplyViewTheme (vtkViewTheme *theme) |
| | Applies the view theme to this graph. More...
|
| |
| virtual void | SetHoverArrayName (const char *) |
| | The array to use while hovering over an edge. More...
|
| |
| virtual char * | GetHoverArrayName () |
| |
| virtual void | SetSplineType (int type) |
| | The spline mode to use in vtkSplineGraphEdges. More...
|
| |
| virtual int | GetSplineType () |
| |
| void | RegisterProgress (vtkRenderView *view) |
| | Register progress with a view. More...
|
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| | Turn debugging output on. More...
|
| |
| virtual void | DebugOff () |
| | Turn debugging output off. More...
|
| |
| bool | GetDebug () |
| | Get the value of the debug flag. More...
|
| |
| void | SetDebug (bool debugFlag) |
| | Set the value of the debug flag. More...
|
| |
| virtual void | Modified () |
| | Update the modification time for this object. More...
|
| |
| virtual vtkMTimeType | GetMTime () |
| | Return this object's modified time. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| | Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| | Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| | This method invokes an event and return whether the event was aborted or not. More...
|
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| const char * | GetClassName () const |
| | Return the class name as a string. More...
|
| |
| virtual vtkTypeBool | IsA (const char *name) |
| | Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
| |
| virtual void | Delete () |
| | Delete a VTK object. More...
|
| |
| virtual void | FastDelete () |
| | Delete a reference to this object. More...
|
| |
| void | InitializeObjectBase () |
| |
| void | Print (ostream &os) |
| | Print an object to an ostream. More...
|
| |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| virtual void | Register (vtkObjectBase *o) |
| | Increase the reference count (mark as used by another object). More...
|
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| | Decrease the reference count (release by another object). More...
|
| |
| int | GetReferenceCount () |
| | Return the current reference count of this object. More...
|
| |
| void | SetReferenceCount (int) |
| | Sets the reference count. More...
|
| |
| void | PrintRevisions (ostream &) |
| | Legacy. More...
|
| |
helper class for rendering graphs superimposed on a tree.
vtkHierarchicalGraphPipeline renders bundled edges that are meant to be viewed as an overlay on a tree. This class is not for general use, but is used in the internals of vtkRenderedHierarchyRepresentation and vtkRenderedTreeAreaRepresentation.
Definition at line 53 of file vtkHierarchicalGraphPipeline.h.