|
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 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...
|
|
void | RegisterProgress (vtkRenderView *view) |
| Register progress with a view. 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 () |
| The bundling strength for the bundled edges. More...
|
|
|
virtual void | SetLabelArrayName (const char *name) |
| The edge label array name. More...
|
|
virtual const char * | GetLabelArrayName () |
| The edge label array name. More...
|
|
|
virtual void | SetLabelVisibility (bool vis) |
| The edge label visibility. More...
|
|
virtual bool | GetLabelVisibility () |
| The edge label visibility. More...
|
|
virtual void | LabelVisibilityOn () |
| The edge label visibility. More...
|
|
virtual void | LabelVisibilityOff () |
| The edge label visibility. More...
|
|
|
virtual void | SetLabelTextProperty (vtkTextProperty *prop) |
| The edge label text property. More...
|
|
virtual vtkTextProperty * | GetLabelTextProperty () |
| The edge label text property. More...
|
|
|
virtual void | SetColorArrayName (const char *name) |
| The edge color array. More...
|
|
virtual const char * | GetColorArrayName () |
| The edge color array. More...
|
|
|
virtual void | SetColorEdgesByArray (bool vis) |
| Whether to color the edges by an array. More...
|
|
virtual bool | GetColorEdgesByArray () |
| Whether to color the edges by an array. More...
|
|
virtual void | ColorEdgesByArrayOn () |
| Whether to color the edges by an array. More...
|
|
virtual void | ColorEdgesByArrayOff () |
| Whether to color the edges by an array. More...
|
|
|
virtual void | SetVisibility (bool vis) |
| The visibility of this graph. More...
|
|
virtual bool | GetVisibility () |
| The visibility of this graph. More...
|
|
virtual void | VisibilityOn () |
| The visibility of this graph. More...
|
|
virtual void | VisibilityOff () |
| The visibility of this graph. More...
|
|
|
virtual void | SetHoverArrayName (const char *) |
| The array to use while hovering over an edge. More...
|
|
virtual char * | GetHoverArrayName () |
| The array to use while hovering over an edge. More...
|
|
|
virtual void | SetSplineType (int type) |
| The spline mode to use in vtkSplineGraphEdges. More...
|
|
virtual int | GetSplineType () |
| The spline mode to use in vtkSplineGraphEdges. 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 | 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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
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) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
int | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
int | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
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) |
| 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, 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) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
const char * | GetClassName () const |
| Return the class name as a string. 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 | 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...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. 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.