VTK
|
helper class for rendering graphs superimposed on a tree. More...
#include <vtkHierarchicalGraphPipeline.h>
Public Types | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkHierarchicalGraphPipeline * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkSelection * | ConvertSelection (vtkDataRepresentation *rep, vtkSelection *sel) |
virtual void | ApplyViewTheme (vtkViewTheme *theme) |
void | RegisterProgress (vtkRenderView *view) |
virtual vtkActor * | GetActor () |
virtual vtkActor2D * | GetLabelActor () |
virtual void | SetBundlingStrength (double strength) |
virtual double | GetBundlingStrength () |
virtual void | SetLabelArrayName (const char *name) |
virtual const char * | GetLabelArrayName () |
virtual void | SetLabelVisibility (bool vis) |
virtual bool | GetLabelVisibility () |
virtual void | LabelVisibilityOn () |
virtual void | LabelVisibilityOff () |
virtual void | SetLabelTextProperty (vtkTextProperty *prop) |
virtual vtkTextProperty * | GetLabelTextProperty () |
virtual void | SetColorArrayName (const char *name) |
virtual const char * | GetColorArrayName () |
virtual void | SetColorEdgesByArray (bool vis) |
virtual bool | GetColorEdgesByArray () |
virtual void | ColorEdgesByArrayOn () |
virtual void | ColorEdgesByArrayOff () |
virtual void | SetVisibility (bool vis) |
virtual bool | GetVisibility () |
virtual void | VisibilityOn () |
virtual void | VisibilityOff () |
virtual void | PrepareInputConnections (vtkAlgorithmOutput *graphConn, vtkAlgorithmOutput *treeConn, vtkAlgorithmOutput *annConn) |
virtual void | SetHoverArrayName (const char *) |
virtual char * | GetHoverArrayName () |
virtual void | SetSplineType (int type) |
virtual int | GetSplineType () |
![]() | |
vtkObject * | NewInstance () const |
virtual void | DebugOn () |
virtual void | DebugOff () |
bool | GetDebug () |
void | SetDebug (bool debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
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) |
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) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static vtkHierarchicalGraphPipeline * | New () |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalGraphPipeline * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObjectBase *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkHierarchicalGraphPipeline () | |
~vtkHierarchicalGraphPipeline () | |
virtual void | SetColorArrayNameInternal (const char *) |
virtual char * | GetColorArrayNameInternal () |
virtual void | SetLabelArrayNameInternal (const char *) |
virtual char * | GetLabelArrayNameInternal () |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
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 |
![]() | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
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 49 of file vtkHierarchicalGraphPipeline.h.
Definition at line 53 of file vtkHierarchicalGraphPipeline.h.
|
protected |
|
protected |
|
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 vtkObject.
|
static |
|
protectedvirtual |
Reimplemented from vtkObject.
vtkHierarchicalGraphPipeline* vtkHierarchicalGraphPipeline::NewInstance | ( | ) | const |
|
virtual |
|
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 149 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 150 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 151 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 152 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 153 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 154 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 155 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 156 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 157 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 158 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 160 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 163 of file vtkHierarchicalGraphPipeline.h.
|
protected |
Definition at line 167 of file vtkHierarchicalGraphPipeline.h.