VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkRenderedHierarchyRepresentation Class Reference

#include <vtkRenderedHierarchyRepresentation.h>

Inheritance diagram for vtkRenderedHierarchyRepresentation:
[legend]
Collaboration diagram for vtkRenderedHierarchyRepresentation:
[legend]

Public Types

typedef vtkRenderedGraphRepresentation Superclass
 
- Public Types inherited from vtkRenderedGraphRepresentation
typedef vtkRenderedRepresentation Superclass
 
- Public Types inherited from vtkRenderedRepresentation
typedef vtkDataRepresentation Superclass
 
- Public Types inherited from vtkDataRepresentation
typedef vtkPassInputTypeAlgorithm Superclass
 
- Public Types inherited from vtkPassInputTypeAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkRenderedHierarchyRepresentationNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetGraphEdgeLabelVisibility (bool vis)
 
virtual void SetGraphEdgeLabelVisibility (bool vis, int idx)
 
virtual bool GetGraphEdgeLabelVisibility ()
 
virtual bool GetGraphEdgeLabelVisibility (int idx)
 
virtual void GraphEdgeLabelVisibilityOn ()
 
virtual void GraphEdgeLabelVisibilityOff ()
 
virtual void SetGraphEdgeColorArrayName (const char *name)
 
virtual void SetGraphEdgeColorArrayName (const char *name, int idx)
 
virtual const char * GetGraphEdgeColorArrayName ()
 
virtual const char * GetGraphEdgeColorArrayName (int idx)
 
virtual void SetColorGraphEdgesByArray (bool vis)
 
virtual void SetColorGraphEdgesByArray (bool vis, int idx)
 
virtual bool GetColorGraphEdgesByArray ()
 
virtual bool GetColorGraphEdgesByArray (int idx)
 
virtual void ColorGraphEdgesByArrayOn ()
 
virtual void ColorGraphEdgesByArrayOff ()
 
virtual void SetGraphEdgeColorToSplineFraction ()
 
virtual void SetGraphEdgeColorToSplineFraction (int idx)
 
virtual void SetGraphVisibility (bool vis)
 
virtual void SetGraphVisibility (bool vis, int idx)
 
virtual bool GetGraphVisibility ()
 
virtual bool GetGraphVisibility (int idx)
 
virtual void GraphVisibilityOn ()
 
virtual void GraphVisibilityOff ()
 
virtual void SetBundlingStrength (double strength)
 
virtual void SetBundlingStrength (double strength, int idx)
 
virtual double GetBundlingStrength ()
 
virtual double GetBundlingStrength (int idx)
 
virtual void SetGraphEdgeLabelFontSize (int size)
 
virtual void SetGraphEdgeLabelFontSize (int size, int idx)
 
virtual int GetGraphEdgeLabelFontSize ()
 
virtual int GetGraphEdgeLabelFontSize (int idx)
 
*virtual void SetGraphEdgeLabelArrayName (const char *name)
 
virtual void SetGraphEdgeLabelArrayName (const char *name, int idx)
 
virtual const char * GetGraphEdgeLabelArrayName ()
 
virtual const char * GetGraphEdgeLabelArrayName (int idx)
 
virtual void SetGraphSplineType (int type, int idx)
 
virtual int GetGraphSplineType (int idx)
 
- Public Member Functions inherited from vtkRenderedGraphRepresentation
vtkRenderedGraphRepresentationNewInstance () const
 
virtual void SetVertexLabelArrayName (const char *name)
 
virtual const char * GetVertexLabelArrayName ()
 
virtual void SetVertexLabelPriorityArrayName (const char *name)
 
virtual const char * GetVertexLabelPriorityArrayName ()
 
virtual void SetVertexLabelVisibility (bool b)
 
virtual bool GetVertexLabelVisibility ()
 
virtual void VertexLabelVisibilityOn ()
 
virtual void VertexLabelVisibilityOff ()
 
virtual void SetVertexLabelTextProperty (vtkTextProperty *p)
 
virtual vtkTextPropertyGetVertexLabelTextProperty ()
 
virtual void SetVertexHoverArrayName (const char *)
 
virtual char * GetVertexHoverArrayName ()
 
virtual void SetEdgeLabelArrayName (const char *name)
 
virtual const char * GetEdgeLabelArrayName ()
 
virtual void SetEdgeLabelPriorityArrayName (const char *name)
 
virtual const char * GetEdgeLabelPriorityArrayName ()
 
virtual void SetEdgeLabelVisibility (bool b)
 
virtual bool GetEdgeLabelVisibility ()
 
virtual void EdgeLabelVisibilityOn ()
 
virtual void EdgeLabelVisibilityOff ()
 
virtual void SetEdgeLabelTextProperty (vtkTextProperty *p)
 
virtual vtkTextPropertyGetEdgeLabelTextProperty ()
 
virtual void SetEdgeHoverArrayName (const char *)
 
virtual char * GetEdgeHoverArrayName ()
 
virtual void SetVertexIconArrayName (const char *name)
 
virtual const char * GetVertexIconArrayName ()
 
virtual void SetVertexIconPriorityArrayName (const char *name)
 
virtual const char * GetVertexIconPriorityArrayName ()
 
virtual void SetVertexIconVisibility (bool b)
 
virtual bool GetVertexIconVisibility ()
 
virtual void VertexIconVisibilityOn ()
 
virtual void VertexIconVisibilityOff ()
 
virtual void AddVertexIconType (const char *name, int type)
 
virtual void ClearVertexIconTypes ()
 
virtual void SetUseVertexIconTypeMap (bool b)
 
virtual bool GetUseVertexIconTypeMap ()
 
virtual void UseVertexIconTypeMapOn ()
 
virtual void UseVertexIconTypeMapOff ()
 
virtual void SetVertexIconAlignment (int align)
 
virtual int GetVertexIconAlignment ()
 
virtual void SetVertexSelectedIcon (int icon)
 
virtual int GetVertexSelectedIcon ()
 
virtual void SetVertexDefaultIcon (int icon)
 
virtual int GetVertexDefaultIcon ()
 
virtual void SetEdgeIconArrayName (const char *name)
 
virtual const char * GetEdgeIconArrayName ()
 
virtual void SetEdgeIconPriorityArrayName (const char *name)
 
virtual const char * GetEdgeIconPriorityArrayName ()
 
virtual void SetEdgeIconVisibility (bool b)
 
virtual bool GetEdgeIconVisibility ()
 
virtual void EdgeIconVisibilityOn ()
 
virtual void EdgeIconVisibilityOff ()
 
virtual void AddEdgeIconType (const char *name, int type)
 
virtual void ClearEdgeIconTypes ()
 
virtual void SetUseEdgeIconTypeMap (bool b)
 
virtual bool GetUseEdgeIconTypeMap ()
 
virtual void UseEdgeIconTypeMapOn ()
 
virtual void UseEdgeIconTypeMapOff ()
 
virtual void SetEdgeIconAlignment (int align)
 
virtual int GetEdgeIconAlignment ()
 
virtual void SetColorVerticesByArray (bool b)
 
virtual bool GetColorVerticesByArray ()
 
virtual void ColorVerticesByArrayOn ()
 
virtual void ColorVerticesByArrayOff ()
 
virtual void SetVertexColorArrayName (const char *name)
 
virtual const char * GetVertexColorArrayName ()
 
virtual void SetColorEdgesByArray (bool b)
 
virtual bool GetColorEdgesByArray ()
 
virtual void ColorEdgesByArrayOn ()
 
virtual void ColorEdgesByArrayOff ()
 
virtual void SetEdgeColorArrayName (const char *name)
 
virtual const char * GetEdgeColorArrayName ()
 
virtual void SetEnableVerticesByArray (bool b)
 
virtual bool GetEnableVerticesByArray ()
 
virtual void EnableVerticesByArrayOn ()
 
virtual void EnableVerticesByArrayOff ()
 
virtual void SetEnabledVerticesArrayName (const char *name)
 
virtual const char * GetEnabledVerticesArrayName ()
 
virtual void SetEnableEdgesByArray (bool b)
 
virtual bool GetEnableEdgesByArray ()
 
virtual void EnableEdgesByArrayOn ()
 
virtual void EnableEdgesByArrayOff ()
 
virtual void SetEnabledEdgesArrayName (const char *name)
 
virtual const char * GetEnabledEdgesArrayName ()
 
virtual void SetEdgeVisibility (bool b)
 
virtual bool GetEdgeVisibility ()
 
virtual void EdgeVisibilityOn ()
 
virtual void EdgeVisibilityOff ()
 
void SetEdgeSelection (bool b)
 
bool GetEdgeSelection ()
 
virtual void SetEdgeLayoutStrategyToGeo (double explodeFactor=0.2)
 
virtual bool IsLayoutComplete ()
 
virtual void UpdateLayout ()
 
void ComputeSelectedGraphBounds (double bounds[6])
 
virtual void SetHideVertexLabelsOnInteraction (bool)
 
virtual bool GetHideVertexLabelsOnInteraction ()
 
virtual void HideVertexLabelsOnInteractionOn ()
 
virtual void HideVertexLabelsOnInteractionOff ()
 
virtual void SetHideEdgeLabelsOnInteraction (bool)
 
virtual bool GetHideEdgeLabelsOnInteraction ()
 
virtual void HideEdgeLabelsOnInteractionOn ()
 
virtual void HideEdgeLabelsOnInteractionOff ()
 
virtual void SetVertexIconSelectionMode (int mode)
 
virtual int GetVertexIconSelectionMode ()
 
virtual void SetVertexIconSelectionModeToSelectedIcon ()
 
virtual void SetVertexIconSelectionModeToSelectedOffset ()
 
virtual void SetVertexIconSelectionModeToAnnotationIcon ()
 
virtual void SetVertexIconSelectionModeToIgnoreSelection ()
 
virtual void SetLayoutStrategy (vtkGraphLayoutStrategy *strategy)
 
virtual vtkGraphLayoutStrategyGetLayoutStrategy ()
 
virtual void SetLayoutStrategy (const char *name)
 
virtual char * GetLayoutStrategyName ()
 
void SetLayoutStrategyToRandom ()
 
void SetLayoutStrategyToForceDirected ()
 
void SetLayoutStrategyToSimple2D ()
 
void SetLayoutStrategyToClustering2D ()
 
void SetLayoutStrategyToCommunity2D ()
 
void SetLayoutStrategyToFast2D ()
 
void SetLayoutStrategyToPassThrough ()
 
void SetLayoutStrategyToCircular ()
 
void SetLayoutStrategyToTree ()
 
void SetLayoutStrategyToCosmicTree ()
 
void SetLayoutStrategyToCone ()
 
void SetLayoutStrategyToSpanTree ()
 
virtual void SetLayoutStrategyToAssignCoordinates (const char *xarr, const char *yarr=0, const char *zarr=0)
 
virtual void SetLayoutStrategyToTree (bool radial, double angle=90, double leafSpacing=0.9, double logSpacing=1.0)
 
virtual void SetLayoutStrategyToCosmicTree (const char *nodeSizeArrayName, bool sizeLeafNodesOnly=true, int layoutDepth=0, vtkIdType layoutRoot=-1)
 
virtual void SetEdgeLayoutStrategy (vtkEdgeLayoutStrategy *strategy)
 
virtual vtkEdgeLayoutStrategyGetEdgeLayoutStrategy ()
 
void SetEdgeLayoutStrategyToArcParallel ()
 
void SetEdgeLayoutStrategyToPassThrough ()
 
virtual void SetEdgeLayoutStrategy (const char *name)
 
virtual char * GetEdgeLayoutStrategyName ()
 
virtual void SetGlyphType (int type)
 
virtual int GetGlyphType ()
 
virtual void SetScaling (bool b)
 
virtual bool GetScaling ()
 
virtual void ScalingOn ()
 
virtual void ScalingOff ()
 
virtual void SetScalingArrayName (const char *name)
 
virtual const char * GetScalingArrayName ()
 
virtual void SetVertexScalarBarVisibility (bool b)
 
virtual bool GetVertexScalarBarVisibility ()
 
virtual void SetEdgeScalarBarVisibility (bool b)
 
virtual bool GetEdgeScalarBarVisibility ()
 
virtual vtkScalarBarWidgetGetVertexScalarBar ()
 
virtual vtkScalarBarWidgetGetEdgeScalarBar ()
 
- Public Member Functions inherited from vtkRenderedRepresentation
vtkRenderedRepresentationNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetLabelRenderMode (int)
 
virtual int GetLabelRenderMode ()
 
- Public Member Functions inherited from vtkDataRepresentation
vtkDataRepresentationNewInstance () const
 
virtual void ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme))
 
vtkAlgorithmOutputGetInputConnection (int port=0, int index=0)
 
vtkAnnotationLinkGetAnnotationLink ()
 
void SetAnnotationLink (vtkAnnotationLink *link)
 
void Select (vtkView *view, vtkSelection *selection)
 
void Select (vtkView *view, vtkSelection *selection, bool extend)
 
void Annotate (vtkView *view, vtkAnnotationLayers *annotations)
 
void Annotate (vtkView *view, vtkAnnotationLayers *annotations, bool extend)
 
virtual void SetSelectable (bool)
 
virtual bool GetSelectable ()
 
virtual void SelectableOn ()
 
virtual void SelectableOff ()
 
void UpdateSelection (vtkSelection *selection)
 
void UpdateSelection (vtkSelection *selection, bool extend)
 
void UpdateAnnotations (vtkAnnotationLayers *annotations)
 
void UpdateAnnotations (vtkAnnotationLayers *annotations, bool extend)
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalAnnotationOutputPort (int port, int conn)
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalSelectionOutputPort (int port, int conn)
 
virtual vtkAlgorithmOutputGetInternalOutputPort ()
 
virtual vtkAlgorithmOutputGetInternalOutputPort (int port)
 
virtual vtkAlgorithmOutputGetInternalOutputPort (int port, int conn)
 
virtual void SetSelectionType (int)
 
virtual int GetSelectionType ()
 
virtual void SetSelectionArrayNames (vtkStringArray *names)
 
virtual vtkStringArrayGetSelectionArrayNames ()
 
virtual void SetSelectionArrayName (const char *name)
 
virtual const char * GetSelectionArrayName ()
 
- Public Member Functions inherited from vtkPassInputTypeAlgorithm
vtkPassInputTypeAlgorithmNewInstance () const
 
vtkPolyDataGetPolyDataOutput ()
 
vtkStructuredPointsGetStructuredPointsOutput ()
 
vtkImageDataGetImageDataOutput ()
 
vtkStructuredGridGetStructuredGridOutput ()
 
vtkUnstructuredGridGetUnstructuredGridOutput ()
 
vtkRectilinearGridGetRectilinearGridOutput ()
 
vtkTableGetTableOutput ()
 
vtkGraphGetGraphOutput ()
 
vtkDataObjectGetInput ()
 
vtkDataObjectGetOutput ()
 
vtkDataObjectGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (int, vtkDataObject *)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () 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)
 
vtkCommandGetCommand (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)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
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 vtkRenderedHierarchyRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderedHierarchyRepresentationSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderedGraphRepresentation
static vtkRenderedGraphRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderedGraphRepresentationSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderedRepresentation
static vtkRenderedRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderedRepresentationSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkDataRepresentation
static vtkDataRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataRepresentationSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkPassInputTypeAlgorithm
static vtkPassInputTypeAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPassInputTypeAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkRenderedHierarchyRepresentation ()
 
 ~vtkRenderedHierarchyRepresentation ()
 
bool ValidIndex (int idx)
 
virtual vtkSelectionConvertSelection (vtkView *view, vtkSelection *sel)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual void ApplyViewTheme (vtkViewTheme *theme)
 
virtual bool AddToView (vtkView *view)
 
virtual bool RemoveFromView (vtkView *view)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Protected Member Functions inherited from vtkRenderedGraphRepresentation
 vtkRenderedGraphRepresentation ()
 
 ~vtkRenderedGraphRepresentation ()
 
virtual void PrepareForRendering (vtkRenderView *view)
 
virtual vtkUnicodeString GetHoverTextInternal (vtkSelection *sel)
 
virtual void SetVertexColorArrayNameInternal (const char *)
 
virtual char * GetVertexColorArrayNameInternal ()
 
virtual void SetEdgeColorArrayNameInternal (const char *)
 
virtual char * GetEdgeColorArrayNameInternal ()
 
virtual void SetScalingArrayNameInternal (const char *)
 
virtual char * GetScalingArrayNameInternal ()
 
virtual void SetLayoutStrategyName (const char *)
 
virtual void SetEdgeLayoutStrategyName (const char *)
 
- Protected Member Functions inherited from vtkRenderedRepresentation
 vtkRenderedRepresentation ()
 
 ~vtkRenderedRepresentation ()
 
vtkUnicodeString GetHoverText (vtkView *view, vtkProp *prop, vtkIdType cell)
 
void AddPropOnNextRender (vtkProp *p)
 
void RemovePropOnNextRender (vtkProp *p)
 
- Protected Member Functions inherited from vtkDataRepresentation
 vtkDataRepresentation ()
 
 ~vtkDataRepresentation ()
 
virtual void ProcessEvents (vtkObject *caller, unsigned long eventId, void *callData)
 
virtual bool AddToView (vtkView *vtkNotUsed(view))
 
virtual bool RemoveFromView (vtkView *vtkNotUsed(view))
 
virtual vtkAnnotationLayersConvertAnnotations (vtkView *view, vtkAnnotationLayers *annotations)
 
vtkTrivialProducerGetInternalInput (int port, int conn)
 
void SetInternalInput (int port, int conn, vtkTrivialProducer *producer)
 
virtual void SetAnnotationLinkInternal (vtkAnnotationLink *link)
 
- Protected Member Functions inherited from vtkPassInputTypeAlgorithm
 vtkPassInputTypeAlgorithm ()
 
 ~vtkPassInputTypeAlgorithm ()
 
virtual int RequestUpdateTime (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateTimeDependentInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
vtkDataObjectGetInput (int port)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

Internals * Implementation
 
- Protected Attributes inherited from vtkRenderedGraphRepresentation
char * VertexHoverArrayName
 
char * EdgeHoverArrayName
 
char * VertexColorArrayNameInternal
 
char * EdgeColorArrayNameInternal
 
char * ScalingArrayNameInternal
 
char * LayoutStrategyName
 
char * EdgeLayoutStrategyName
 
bool HideVertexLabelsOnInteraction
 
bool HideEdgeLabelsOnInteraction
 
bool EdgeSelection
 
vtkSmartPointer< vtkApplyColorsApplyColors
 
vtkSmartPointer< vtkVertexDegreeVertexDegree
 
vtkSmartPointer< vtkPolyDataEmptyPolyData
 
vtkSmartPointer< vtkEdgeCentersEdgeCenters
 
vtkSmartPointer< vtkGraphToPointsGraphToPoints
 
vtkSmartPointer< vtkPointSetToLabelHierarchyVertexLabelHierarchy
 
vtkSmartPointer< vtkPointSetToLabelHierarchyEdgeLabelHierarchy
 
vtkSmartPointer< vtkGraphLayoutLayout
 
vtkSmartPointer< vtkPerturbCoincidentVerticesCoincident
 
vtkSmartPointer< vtkEdgeLayoutEdgeLayout
 
vtkSmartPointer< vtkGraphToPolyDataGraphToPoly
 
vtkSmartPointer< vtkPolyDataMapperEdgeMapper
 
vtkSmartPointer< vtkActorEdgeActor
 
vtkSmartPointer< vtkGraphToGlyphsVertexGlyph
 
vtkSmartPointer< vtkPolyDataMapperVertexMapper
 
vtkSmartPointer< vtkActorVertexActor
 
vtkSmartPointer< vtkGraphToGlyphsOutlineGlyph
 
vtkSmartPointer< vtkPolyDataMapperOutlineMapper
 
vtkSmartPointer< vtkActorOutlineActor
 
vtkSmartPointer< vtkScalarBarWidgetVertexScalarBar
 
vtkSmartPointer< vtkScalarBarWidgetEdgeScalarBar
 
vtkSmartPointer< vtkRemoveHiddenDataRemoveHiddenGraph
 
vtkSmartPointer< vtkApplyIconsApplyVertexIcons
 
vtkSmartPointer< vtkGraphToPointsVertexIconPoints
 
vtkSmartPointer< vtkTransformCoordinateSystemsVertexIconTransform
 
vtkSmartPointer< vtkIconGlyphFilterVertexIconGlyph
 
vtkSmartPointer< vtkPolyDataMapper2DVertexIconMapper
 
vtkSmartPointer< vtkTexturedActor2DVertexIconActor
 
- Protected Attributes inherited from vtkRenderedRepresentation
Internals * Implementation
 
int LabelRenderMode
 
- Protected Attributes inherited from vtkDataRepresentation
bool Selectable
 
int SelectionType
 
vtkStringArraySelectionArrayNames
 
CommandObserver
 
vtkAnnotationLinkAnnotationLinkInternal
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Tests:
vtkRenderedHierarchyRepresentation (Tests)

Definition at line 34 of file vtkRenderedHierarchyRepresentation.h.

Member Typedef Documentation

Definition at line 38 of file vtkRenderedHierarchyRepresentation.h.

Constructor & Destructor Documentation

vtkRenderedHierarchyRepresentation::vtkRenderedHierarchyRepresentation ( )
protected
vtkRenderedHierarchyRepresentation::~vtkRenderedHierarchyRepresentation ( )
protected

Member Function Documentation

static vtkRenderedHierarchyRepresentation* vtkRenderedHierarchyRepresentation::New ( )
static
static int vtkRenderedHierarchyRepresentation::IsTypeOf ( const char *  type)
static
virtual int vtkRenderedHierarchyRepresentation::IsA ( const char *  name)
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 vtkRenderedGraphRepresentation.

static vtkRenderedHierarchyRepresentation* vtkRenderedHierarchyRepresentation::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkRenderedHierarchyRepresentation::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkRenderedGraphRepresentation.

vtkRenderedHierarchyRepresentation* vtkRenderedHierarchyRepresentation::NewInstance ( ) const
void vtkRenderedHierarchyRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkRenderedGraphRepresentation.

* virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeLabelArrayName ( const char *  name)
inlinevirtual

Definition at line 43 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeLabelArrayName ( const char *  name,
int  idx 
)
virtual
virtual const char* vtkRenderedHierarchyRepresentation::GetGraphEdgeLabelArrayName ( )
inlinevirtual

Definition at line 46 of file vtkRenderedHierarchyRepresentation.h.

virtual const char* vtkRenderedHierarchyRepresentation::GetGraphEdgeLabelArrayName ( int  idx)
virtual
virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeLabelVisibility ( bool  vis)
inlinevirtual

Definition at line 51 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeLabelVisibility ( bool  vis,
int  idx 
)
virtual
virtual bool vtkRenderedHierarchyRepresentation::GetGraphEdgeLabelVisibility ( )
inlinevirtual

Definition at line 54 of file vtkRenderedHierarchyRepresentation.h.

virtual bool vtkRenderedHierarchyRepresentation::GetGraphEdgeLabelVisibility ( int  idx)
virtual
virtual void vtkRenderedHierarchyRepresentation::GraphEdgeLabelVisibilityOn ( )
virtual
virtual void vtkRenderedHierarchyRepresentation::GraphEdgeLabelVisibilityOff ( )
virtual
virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeColorArrayName ( const char *  name)
inlinevirtual

Definition at line 59 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeColorArrayName ( const char *  name,
int  idx 
)
virtual
virtual const char* vtkRenderedHierarchyRepresentation::GetGraphEdgeColorArrayName ( )
inlinevirtual

Definition at line 62 of file vtkRenderedHierarchyRepresentation.h.

virtual const char* vtkRenderedHierarchyRepresentation::GetGraphEdgeColorArrayName ( int  idx)
virtual
virtual void vtkRenderedHierarchyRepresentation::SetColorGraphEdgesByArray ( bool  vis)
inlinevirtual

Definition at line 66 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetColorGraphEdgesByArray ( bool  vis,
int  idx 
)
virtual
virtual bool vtkRenderedHierarchyRepresentation::GetColorGraphEdgesByArray ( )
inlinevirtual

Definition at line 69 of file vtkRenderedHierarchyRepresentation.h.

virtual bool vtkRenderedHierarchyRepresentation::GetColorGraphEdgesByArray ( int  idx)
virtual
virtual void vtkRenderedHierarchyRepresentation::ColorGraphEdgesByArrayOn ( )
virtual
virtual void vtkRenderedHierarchyRepresentation::ColorGraphEdgesByArrayOff ( )
virtual
virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeColorToSplineFraction ( )
inlinevirtual

Definition at line 74 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeColorToSplineFraction ( int  idx)
inlinevirtual

Definition at line 76 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphVisibility ( bool  vis)
inlinevirtual

Definition at line 79 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphVisibility ( bool  vis,
int  idx 
)
virtual
virtual bool vtkRenderedHierarchyRepresentation::GetGraphVisibility ( )
inlinevirtual

Definition at line 82 of file vtkRenderedHierarchyRepresentation.h.

virtual bool vtkRenderedHierarchyRepresentation::GetGraphVisibility ( int  idx)
virtual
virtual void vtkRenderedHierarchyRepresentation::GraphVisibilityOn ( )
virtual
virtual void vtkRenderedHierarchyRepresentation::GraphVisibilityOff ( )
virtual
virtual void vtkRenderedHierarchyRepresentation::SetBundlingStrength ( double  strength)
inlinevirtual

Definition at line 87 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetBundlingStrength ( double  strength,
int  idx 
)
virtual
virtual double vtkRenderedHierarchyRepresentation::GetBundlingStrength ( )
inlinevirtual

Definition at line 90 of file vtkRenderedHierarchyRepresentation.h.

virtual double vtkRenderedHierarchyRepresentation::GetBundlingStrength ( int  idx)
virtual
virtual void vtkRenderedHierarchyRepresentation::SetGraphSplineType ( int  type,
int  idx 
)
virtual

Sets the spline type for the graph edges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.

virtual int vtkRenderedHierarchyRepresentation::GetGraphSplineType ( int  idx)
virtual

Sets the spline type for the graph edges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.

virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeLabelFontSize ( int  size)
inlinevirtual

Definition at line 102 of file vtkRenderedHierarchyRepresentation.h.

virtual void vtkRenderedHierarchyRepresentation::SetGraphEdgeLabelFontSize ( int  size,
int  idx 
)
virtual
virtual int vtkRenderedHierarchyRepresentation::GetGraphEdgeLabelFontSize ( )
inlinevirtual

Definition at line 105 of file vtkRenderedHierarchyRepresentation.h.

virtual int vtkRenderedHierarchyRepresentation::GetGraphEdgeLabelFontSize ( int  idx)
virtual
virtual bool vtkRenderedHierarchyRepresentation::AddToView ( vtkView view)
protectedvirtual

Called by the view to add/remove this representation.

Reimplemented from vtkRenderedGraphRepresentation.

virtual bool vtkRenderedHierarchyRepresentation::RemoveFromView ( vtkView view)
protectedvirtual

Called by the view to add/remove this representation.

Reimplemented from vtkRenderedGraphRepresentation.

bool vtkRenderedHierarchyRepresentation::ValidIndex ( int  idx)
protected

Whether idx is a valid graph index.

virtual vtkSelection* vtkRenderedHierarchyRepresentation::ConvertSelection ( vtkView view,
vtkSelection selection 
)
protectedvirtual

Convert the selection to a type appropriate for sharing with other representations through vtkAnnotationLink, possibly using the view. For the superclass, we just return the same selection. Subclasses may do something more fancy, like convert the selection from a frustrum to a list of pedigree ids. If the selection cannot be applied to this representation, return NULL.

Reimplemented from vtkRenderedGraphRepresentation.

virtual int vtkRenderedHierarchyRepresentation::FillInputPortInformation ( int  port,
vtkInformation info 
)
protectedvirtual

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkPassInputTypeAlgorithm.

virtual int vtkRenderedHierarchyRepresentation::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Sets up the input connections for this representation.

Reimplemented from vtkRenderedGraphRepresentation.

virtual void vtkRenderedHierarchyRepresentation::ApplyViewTheme ( vtkViewTheme theme)
protectedvirtual

Apply a theme to this representation.

Reimplemented from vtkRenderedGraphRepresentation.

Member Data Documentation

Internals* vtkRenderedHierarchyRepresentation::Implementation
protected

Definition at line 137 of file vtkRenderedHierarchyRepresentation.h.


The documentation for this class was generated from the following file: