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

view to be used with vtkParallelCoordinatesRepresentation More...

#include <vtkParallelCoordinatesView.h>

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

Public Types

enum  {
  VTK_BRUSH_LASSO =0, VTK_BRUSH_ANGLE, VTK_BRUSH_FUNCTION, VTK_BRUSH_AXISTHRESHOLD,
  VTK_BRUSH_MODECOUNT
}
 
enum  {
  VTK_BRUSHOPERATOR_ADD =0, VTK_BRUSHOPERATOR_SUBTRACT, VTK_BRUSHOPERATOR_INTERSECT, VTK_BRUSHOPERATOR_REPLACE,
  VTK_BRUSHOPERATOR_MODECOUNT
}
 
enum  { VTK_INSPECT_MANIPULATE_AXES =0, VTK_INSPECT_SELECT_DATA, VTK_INSPECT_MODECOUNT }
 
typedef vtkRenderView Superclass
 
- Public Types inherited from vtkRenderView
enum  { INTERACTION_MODE_2D, INTERACTION_MODE_3D, INTERACTION_MODE_UNKNOWN }
 
enum  { SURFACE = 0, FRUSTUM = 1 }
 
enum  { NO_OVERLAP, ALL }
 
enum  { FREETYPE, QT }
 
typedef vtkRenderViewBase Superclass
 
- Public Types inherited from vtkRenderViewBase
typedef vtkView Superclass
 
- Public Types inherited from vtkView
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkParallelCoordinatesViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetBrushMode (int)
 
void SetBrushModeToLasso ()
 
void SetBrushModeToAngle ()
 
void SetBrushModeToFunction ()
 
void SetBrushModeToAxisThreshold ()
 
virtual int GetBrushMode ()
 
void SetBrushOperator (int)
 
void SetBrushOperatorToAdd ()
 
void SetBrushOperatorToSubtract ()
 
void SetBrushOperatorToIntersect ()
 
void SetBrushOperatorToReplace ()
 
virtual int GetBrushOperator ()
 
void SetInspectMode (int)
 
void SetInspectModeToManipulateAxes ()
 
void SetInpsectModeToSelectData ()
 
virtual int GetInspectMode ()
 
void SetMaximumNumberOfBrushPoints (int)
 
virtual int GetMaximumNumberOfBrushPoints ()
 
virtual void SetCurrentBrushClass (int)
 
virtual int GetCurrentBrushClass ()
 
virtual void ApplyViewTheme (vtkViewTheme *theme)
 
- Public Member Functions inherited from vtkRenderView
vtkRenderViewNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInteractor (vtkRenderWindowInteractor *interactor)
 
virtual void SetInteractorStyle (vtkInteractorObserver *style)
 
virtual vtkInteractorObserverGetInteractorStyle ()
 
virtual void SetRenderWindow (vtkRenderWindow *win)
 
void SetInteractionMode (int mode)
 
virtual int GetInteractionMode ()
 
virtual void Render ()
 
virtual void AddLabels (vtkAlgorithmOutput *conn)
 
virtual void RemoveLabels (vtkAlgorithmOutput *conn)
 
virtual void SetInteractionModeTo2D ()
 
virtual void SetInteractionModeTo3D ()
 
virtual void SetTransform (vtkAbstractTransform *transform)
 
virtual vtkAbstractTransformGetTransform ()
 
virtual void SetDisplayHoverText (bool b)
 
virtual bool GetDisplayHoverText ()
 
virtual void DisplayHoverTextOn ()
 
virtual void DisplayHoverTextOff ()
 
virtual void SetSelectionMode (int)
 
virtual int GetSelectionMode ()
 
void SetSelectionModeToSurface ()
 
void SetSelectionModeToFrustum ()
 
virtual void SetIconTexture (vtkTexture *texture)
 
virtual vtkTextureGetIconTexture ()
 
virtual void SetIconSize (int, int)
 
void SetIconSize (int[2])
 
virtual intGetIconSize ()
 
virtual void GetIconSize (int &, int &)
 
virtual void GetIconSize (int[2])
 
virtual void SetDisplaySize (int, int)
 
void SetDisplaySize (int[2])
 
intGetDisplaySize ()
 
void GetDisplaySize (int &dsx, int &dsy)
 
virtual void SetLabelPlacementMode (int mode)
 
virtual int GetLabelPlacementMode ()
 
virtual void SetLabelPlacementModeToNoOverlap ()
 
virtual void SetLabelPlacementModeToAll ()
 
virtual void SetLabelRenderMode (int mode)
 
virtual int GetLabelRenderMode ()
 
virtual void SetLabelRenderModeToFreetype ()
 
virtual void SetLabelRenderModeToQt ()
 
void SetRenderOnMouseMove (bool b)
 
virtual bool GetRenderOnMouseMove ()
 
virtual void RenderOnMouseMoveOn ()
 
virtual void RenderOnMouseMoveOff ()
 
- Public Member Functions inherited from vtkRenderViewBase
vtkRenderViewBaseNewInstance () const
 
virtual vtkRendererGetRenderer ()
 
virtual void SetRenderer (vtkRenderer *ren)
 
virtual vtkRenderWindowGetRenderWindow ()
 
virtual void ResetCamera ()
 
virtual void ResetCameraClippingRange ()
 
virtual vtkRenderWindowInteractorGetInteractor ()
 
- Public Member Functions inherited from vtkView
vtkViewNewInstance () const
 
void AddRepresentation (vtkDataRepresentation *rep)
 
void SetRepresentation (vtkDataRepresentation *rep)
 
vtkDataRepresentationAddRepresentationFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationSetRepresentationFromInputConnection (vtkAlgorithmOutput *conn)
 
vtkDataRepresentationAddRepresentationFromInput (vtkDataObject *input)
 
vtkDataRepresentationSetRepresentationFromInput (vtkDataObject *input)
 
void RemoveRepresentation (vtkDataRepresentation *rep)
 
void RemoveRepresentation (vtkAlgorithmOutput *rep)
 
void RemoveAllRepresentations ()
 
int GetNumberOfRepresentations ()
 
vtkDataRepresentationGetRepresentation (int index=0)
 
bool IsRepresentationPresent (vtkDataRepresentation *rep)
 
virtual void Update ()
 
virtual void ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme))
 
vtkCommandGetObserver ()
 
void RegisterProgress (vtkObject *algorithm, const char *message=NULL)
 
void UnRegisterProgress (vtkObject *algorithm)
 
- 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)
 
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 int IsTypeOf (const char *type)
 
static vtkParallelCoordinatesViewSafeDownCast (vtkObjectBase *o)
 
static vtkParallelCoordinatesViewNew ()
 
- Static Public Member Functions inherited from vtkRenderView
static vtkRenderViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderViewSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderViewBase
static vtkRenderViewBaseNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRenderViewBaseSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkView
static vtkViewNew ()
 
static int IsTypeOf (const char *type)
 
static vtkViewSafeDownCast (vtkObjectBase *o)
 
- 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 Types

enum  { VTK_HIGHLIGHT_CENTER =0, VTK_HIGHLIGHT_MIN, VTK_HIGHLIGHT_MAX }
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkParallelCoordinatesView ()
 
virtual ~vtkParallelCoordinatesView ()
 
virtual void ProcessEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual vtkDataRepresentationCreateDefaultRepresentation (vtkAlgorithmOutput *conn)
 
void PrepareForRendering ()
 
int SetAxisHighlightPosition (vtkParallelCoordinatesRepresentation *rep, int position)
 
int SetAxisHighlightPosition (vtkParallelCoordinatesRepresentation *rep, double position)
 
int AddLassoBrushPoint (double *p)
 
int SetBrushLine (int line, double *p1, double *p2)
 
void GetBrushLine (int line, vtkIdType &npts, vtkIdType *&ptids)
 
int SetAngleBrushLine (double *p1, double *p2)
 
int SetFunctionBrushLine1 (double *p1, double *p2)
 
int SetFunctionBrushLine2 (double *p1, double *p2)
 
void ClearBrushPoints ()
 
void Hover (unsigned long event)
 
void ManipulateAxes (unsigned long event)
 
void SelectData (unsigned long event)
 
void Zoom (unsigned long event)
 
void Pan (unsigned long event)
 
- Protected Member Functions inherited from vtkRenderView
virtual void UpdateHoverText ()
 
virtual void UpdateHoverWidgetState ()
 
void UpdatePickRender ()
 
virtual void GenerateSelection (void *callData, vtkSelection *selection)
 
 vtkRenderView ()
 
 ~vtkRenderView ()
 
- Protected Member Functions inherited from vtkRenderViewBase
 vtkRenderViewBase ()
 
 ~vtkRenderViewBase ()
 
- Protected Member Functions inherited from vtkView
 vtkView ()
 
 ~vtkView ()
 
virtual void AddRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep))
 
virtual void RemoveRepresentationInternal (vtkDataRepresentation *vtkNotUsed(rep))
 
virtual void SetReuseSingleRepresentation (bool)
 
virtual bool GetReuseSingleRepresentation ()
 
virtual void ReuseSingleRepresentationOn ()
 
virtual void ReuseSingleRepresentationOff ()
 
- 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 &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

int SelectedAxisPosition
 
vtkSmartPointer< vtkOutlineSourceHighlightSource
 
vtkSmartPointer< vtkPolyDataMapper2DHighlightMapper
 
vtkSmartPointer< vtkActor2DHighlightActor
 
int InspectMode
 
int BrushMode
 
int BrushOperator
 
int MaximumNumberOfBrushPoints
 
int NumberOfBrushPoints
 
int CurrentBrushClass
 
vtkSmartPointer< vtkPolyDataBrushData
 
vtkSmartPointer< vtkPolyDataMapper2DBrushMapper
 
vtkSmartPointer< vtkActor2DBrushActor
 
int FirstFunctionBrushLineDrawn
 
int AxisHighlightPosition
 
vtkTimeStamp WorldBuildTime
 
bool RebuildNeeded
 
- Protected Attributes inherited from vtkRenderView
int SelectionMode
 
int LabelRenderMode
 
bool DisplayHoverText
 
bool Interacting
 
bool InHoverTextRender
 
bool InPickRender
 
bool PickRenderNeedsUpdate
 
vtkAbstractTransformTransform
 
vtkTextureIconTexture
 
int IconSize [2]
 
int DisplaySize [2]
 
int InteractionMode
 
bool RenderOnMouseMove
 
vtkSmartPointer< vtkRendererLabelRenderer
 
vtkSmartPointer< vtkBalloonRepresentationBalloon
 
vtkSmartPointer< vtkLabelPlacementMapperLabelPlacementMapper
 
vtkSmartPointer< vtkTexturedActor2DLabelActor
 
vtkSmartPointer< vtkHoverWidgetHoverWidget
 
vtkSmartPointer< vtkHardwareSelectorSelector
 
- Protected Attributes inherited from vtkRenderViewBase
vtkSmartPointer< vtkRendererRenderer
 
vtkSmartPointer< vtkRenderWindowRenderWindow
 
- Protected Attributes inherited from vtkView
bool ReuseSingleRepresentation
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

view to be used with vtkParallelCoordinatesRepresentation

This class manages interaction with the vtkParallelCoordinatesRepresentation. There are two inspection modes: axis manipulation and line selection. In axis manipulation mode, PC axes can be dragged and reordered with the LMB, axis ranges can be increased/decreased by dragging up/down with the LMB, and RMB controls zoom and pan.

In line selection mode, there are three subclasses of selections: lasso, angle, and function selection. Lasso selection lets the user brush a line and select all PC lines that pass nearby. Angle selection lets the user draw a representative line between axes and select all lines that have similar orientation. Function selection lets the user draw two representative lines between a pair of axes and select all lines that match the linear interpolation of those lines.

There are several self-explanatory operators for combining selections: ADD, SUBTRACT REPLACE, and INTERSECT.

Tests:
vtkParallelCoordinatesView (Tests)

Definition at line 56 of file vtkParallelCoordinatesView.h.

Member Typedef Documentation

Definition at line 59 of file vtkParallelCoordinatesView.h.

Member Enumeration Documentation

anonymous enum
Enumerator
VTK_BRUSH_LASSO 
VTK_BRUSH_ANGLE 
VTK_BRUSH_FUNCTION 
VTK_BRUSH_AXISTHRESHOLD 
VTK_BRUSH_MODECOUNT 

Definition at line 64 of file vtkParallelCoordinatesView.h.

anonymous enum
Enumerator
VTK_BRUSHOPERATOR_ADD 
VTK_BRUSHOPERATOR_SUBTRACT 
VTK_BRUSHOPERATOR_INTERSECT 
VTK_BRUSHOPERATOR_REPLACE 
VTK_BRUSHOPERATOR_MODECOUNT 

Definition at line 65 of file vtkParallelCoordinatesView.h.

anonymous enum
Enumerator
VTK_INSPECT_MANIPULATE_AXES 
VTK_INSPECT_SELECT_DATA 
VTK_INSPECT_MODECOUNT 

Definition at line 66 of file vtkParallelCoordinatesView.h.

anonymous enum
protected
Enumerator
VTK_HIGHLIGHT_CENTER 
VTK_HIGHLIGHT_MIN 
VTK_HIGHLIGHT_MAX 

Definition at line 102 of file vtkParallelCoordinatesView.h.

Constructor & Destructor Documentation

vtkParallelCoordinatesView::vtkParallelCoordinatesView ( )
protected
virtual vtkParallelCoordinatesView::~vtkParallelCoordinatesView ( )
protectedvirtual

Member Function Documentation

static int vtkParallelCoordinatesView::IsTypeOf ( const char *  type)
static
virtual int vtkParallelCoordinatesView::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 vtkRenderView.

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

Reimplemented from vtkRenderView.

vtkParallelCoordinatesView* vtkParallelCoordinatesView::NewInstance ( ) const
static vtkParallelCoordinatesView* vtkParallelCoordinatesView::New ( )
static
void vtkParallelCoordinatesView::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 vtkRenderViewBase.

void vtkParallelCoordinatesView::SetBrushMode ( int  )
void vtkParallelCoordinatesView::SetBrushModeToLasso ( )
inline

Definition at line 70 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetBrushModeToAngle ( )
inline

Definition at line 71 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetBrushModeToFunction ( )
inline

Definition at line 72 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetBrushModeToAxisThreshold ( )
inline

Definition at line 73 of file vtkParallelCoordinatesView.h.

virtual int vtkParallelCoordinatesView::GetBrushMode ( )
virtual
void vtkParallelCoordinatesView::SetBrushOperator ( int  )
void vtkParallelCoordinatesView::SetBrushOperatorToAdd ( )
inline

Definition at line 77 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetBrushOperatorToSubtract ( )
inline

Definition at line 78 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetBrushOperatorToIntersect ( )
inline

Definition at line 79 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetBrushOperatorToReplace ( )
inline

Definition at line 80 of file vtkParallelCoordinatesView.h.

virtual int vtkParallelCoordinatesView::GetBrushOperator ( )
virtual
void vtkParallelCoordinatesView::SetInspectMode ( int  )
void vtkParallelCoordinatesView::SetInspectModeToManipulateAxes ( )
inline

Definition at line 84 of file vtkParallelCoordinatesView.h.

void vtkParallelCoordinatesView::SetInpsectModeToSelectData ( )
inline

Definition at line 85 of file vtkParallelCoordinatesView.h.

virtual int vtkParallelCoordinatesView::GetInspectMode ( )
virtual
void vtkParallelCoordinatesView::SetMaximumNumberOfBrushPoints ( int  )
virtual int vtkParallelCoordinatesView::GetMaximumNumberOfBrushPoints ( )
virtual
virtual void vtkParallelCoordinatesView::SetCurrentBrushClass ( int  )
virtual
virtual int vtkParallelCoordinatesView::GetCurrentBrushClass ( )
virtual
virtual void vtkParallelCoordinatesView::ApplyViewTheme ( vtkViewTheme theme)
virtual

Applies a view theme to this view.

Reimplemented from vtkRenderView.

virtual void vtkParallelCoordinatesView::ProcessEvents ( vtkObject caller,
unsigned long  eventId,
void *  callData 
)
protectedvirtual

Called to process events. Captures StartEvent events from the renderer and calls Update(). This may be overridden by subclasses to process additional events.

Reimplemented from vtkRenderView.

virtual vtkDataRepresentation* vtkParallelCoordinatesView::CreateDefaultRepresentation ( vtkAlgorithmOutput conn)
protectedvirtual

Create a default vtkDataRepresentation for the given vtkAlgorithmOutput. View subclasses may override this method to create custom representations. This method is called by Add/SetRepresentationFromInputConnection. NOTE, the caller must delete the returned vtkDataRepresentation.

Reimplemented from vtkView.

void vtkParallelCoordinatesView::PrepareForRendering ( )
protectedvirtual

Called by the view when the renderer is about to render.

Reimplemented from vtkRenderView.

void vtkParallelCoordinatesView::Hover ( unsigned long  event)
protected

Handle axis manipulation

void vtkParallelCoordinatesView::ManipulateAxes ( unsigned long  event)
protected

Handle axis manipulation

void vtkParallelCoordinatesView::SelectData ( unsigned long  event)
protected

Handle axis manipulation

void vtkParallelCoordinatesView::Zoom ( unsigned long  event)
protected

Handle axis manipulation

void vtkParallelCoordinatesView::Pan ( unsigned long  event)
protected

Handle axis manipulation

int vtkParallelCoordinatesView::SetAxisHighlightPosition ( vtkParallelCoordinatesRepresentation rep,
int  position 
)
protected

Set/Get the position of axis highlights

int vtkParallelCoordinatesView::SetAxisHighlightPosition ( vtkParallelCoordinatesRepresentation rep,
double  position 
)
protected

Set the highlight position using normalized viewport coordinates

int vtkParallelCoordinatesView::AddLassoBrushPoint ( double p)
protected
int vtkParallelCoordinatesView::SetBrushLine ( int  line,
double p1,
double p2 
)
protected
void vtkParallelCoordinatesView::GetBrushLine ( int  line,
vtkIdType npts,
vtkIdType *&  ptids 
)
protected
int vtkParallelCoordinatesView::SetAngleBrushLine ( double p1,
double p2 
)
protected
int vtkParallelCoordinatesView::SetFunctionBrushLine1 ( double p1,
double p2 
)
protected
int vtkParallelCoordinatesView::SetFunctionBrushLine2 ( double p1,
double p2 
)
protected
void vtkParallelCoordinatesView::ClearBrushPoints ( )
protected

Member Data Documentation

int vtkParallelCoordinatesView::SelectedAxisPosition
protected

Definition at line 100 of file vtkParallelCoordinatesView.h.

vtkSmartPointer<vtkOutlineSource> vtkParallelCoordinatesView::HighlightSource
protected

Definition at line 103 of file vtkParallelCoordinatesView.h.

vtkSmartPointer<vtkPolyDataMapper2D> vtkParallelCoordinatesView::HighlightMapper
protected

Definition at line 104 of file vtkParallelCoordinatesView.h.

vtkSmartPointer<vtkActor2D> vtkParallelCoordinatesView::HighlightActor
protected

Definition at line 105 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::InspectMode
protected

Definition at line 108 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::BrushMode
protected

Definition at line 109 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::BrushOperator
protected

Definition at line 110 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::MaximumNumberOfBrushPoints
protected

Definition at line 111 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::NumberOfBrushPoints
protected

Definition at line 112 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::CurrentBrushClass
protected

Definition at line 113 of file vtkParallelCoordinatesView.h.

vtkSmartPointer<vtkPolyData> vtkParallelCoordinatesView::BrushData
protected

Definition at line 115 of file vtkParallelCoordinatesView.h.

vtkSmartPointer<vtkPolyDataMapper2D> vtkParallelCoordinatesView::BrushMapper
protected

Definition at line 116 of file vtkParallelCoordinatesView.h.

vtkSmartPointer<vtkActor2D> vtkParallelCoordinatesView::BrushActor
protected

Definition at line 117 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::FirstFunctionBrushLineDrawn
protected

Definition at line 120 of file vtkParallelCoordinatesView.h.

int vtkParallelCoordinatesView::AxisHighlightPosition
protected

Definition at line 121 of file vtkParallelCoordinatesView.h.

vtkTimeStamp vtkParallelCoordinatesView::WorldBuildTime
protected

Definition at line 123 of file vtkParallelCoordinatesView.h.

bool vtkParallelCoordinatesView::RebuildNeeded
protected

Definition at line 124 of file vtkParallelCoordinatesView.h.


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