VTK
|
helper class for rendering graphs superimposed on a tree. More...
#include <vtkHierarchicalGraphPipeline.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual vtkTypeBool | 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) override |
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... | |
Public Member Functions inherited from vtkObject | |
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 () |
vtkTypeBool | HasObserver (unsigned long event) |
vtkTypeBool | 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... | |
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
vtkTypeBool | 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... | |
Public Member Functions inherited from vtkObjectBase | |
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... | |
Static Public Member Functions | |
static vtkHierarchicalGraphPipeline * | New () |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkHierarchicalGraphPipeline * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkObject | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
Static Public Member Functions inherited from vtkObjectBase | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkHierarchicalGraphPipeline () | |
~vtkHierarchicalGraphPipeline () override | |
virtual void | SetColorArrayNameInternal (const char *) |
virtual char * | GetColorArrayNameInternal () |
virtual void | SetLabelArrayNameInternal (const char *) |
virtual char * | GetLabelArrayNameInternal () |
Protected Member Functions inherited from vtkObject | |
vtkObject () | |
~vtkObject () override | |
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
These methods allow a command to exclusively grab all events. More... | |
void | InternalReleaseFocus () |
These methods allow a command to exclusively grab all events. More... | |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
vtkApplyColors * | ApplyColors |
vtkGraphHierarchicalBundleEdges * | Bundle |
vtkGraphToPolyData * | GraphToPoly |
vtkSplineGraphEdges * | Spline |
vtkPolyDataMapper * | Mapper |
vtkActor * | Actor |
vtkTextProperty * | TextProperty |
vtkEdgeCenters * | EdgeCenters |
vtkDynamic2DLabelMapper * | LabelMapper |
vtkActor2D * | LabelActor |
char * | HoverArrayName |
char * | ColorArrayNameInternal |
char * | LabelArrayNameInternal |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
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.
Definition at line 57 of file vtkHierarchicalGraphPipeline.h.
|
protected |
|
overrideprotected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class.
Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObjectBase.
|
static |
|
protectedvirtual |
vtkHierarchicalGraphPipeline* vtkHierarchicalGraphPipeline::NewInstance | ( | ) | const |
|
overridevirtual |
|
virtual |
The actor associated with the hierarchical graph.
|
virtual |
The actor associated with the hierarchical graph.
|
virtual |
The bundling strength for the bundled edges.
|
virtual |
The bundling strength for the bundled edges.
|
virtual |
The edge label array name.
|
virtual |
The edge label array name.
|
virtual |
The edge label visibility.
|
virtual |
The edge label visibility.
|
virtual |
The edge label visibility.
|
virtual |
The edge label visibility.
|
virtual |
The edge label text property.
|
virtual |
The edge label text property.
|
virtual |
The edge color array.
|
virtual |
The edge color array.
|
virtual |
Whether to color the edges by an array.
|
virtual |
Whether to color the edges by an array.
|
virtual |
Whether to color the edges by an array.
|
virtual |
Whether to color the edges by an array.
|
virtual |
The visibility of this graph.
|
virtual |
The visibility of this graph.
|
virtual |
The visibility of this graph.
|
virtual |
The visibility of this graph.
|
virtual |
Returns a new selection relevant to this graph based on an input selection and the view that this graph is contained in.
|
virtual |
Sets the input connections for this graph.
graphConn is the input graph connection. treeConn is the input tree connection. annConn is the annotation link connection.
|
virtual |
Applies the view theme to this graph.
|
virtual |
The array to use while hovering over an edge.
|
virtual |
The array to use while hovering over an edge.
|
virtual |
The spline mode to use in vtkSplineGraphEdges.
vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.
|
virtual |
The spline mode to use in vtkSplineGraphEdges.
vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.
void vtkHierarchicalGraphPipeline::RegisterProgress | ( | vtkRenderView * | view | ) |
Register progress with a view.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 183 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 184 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 185 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 186 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 187 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 188 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 189 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 190 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 191 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 192 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 194 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 197 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 201 of file vtkHierarchicalGraphPipeline.h.