|
virtual int | IsA (const char *type) |
|
vtkParallelCoordinatesView * | NewInstance () 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) |
|
vtkRenderView * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetInteractor (vtkRenderWindowInteractor *interactor) |
|
virtual void | SetInteractorStyle (vtkInteractorObserver *style) |
|
virtual vtkInteractorObserver * | GetInteractorStyle () |
|
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 vtkAbstractTransform * | GetTransform () |
|
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 vtkTexture * | GetIconTexture () |
|
virtual void | SetIconSize (int, int) |
|
void | SetIconSize (int[2]) |
|
virtual int * | GetIconSize () |
|
virtual void | GetIconSize (int &, int &) |
|
virtual void | GetIconSize (int[2]) |
|
virtual void | SetDisplaySize (int, int) |
|
void | SetDisplaySize (int[2]) |
|
int * | GetDisplaySize () |
|
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 () |
|
vtkRenderViewBase * | NewInstance () const |
|
virtual vtkRenderer * | GetRenderer () |
|
virtual void | SetRenderer (vtkRenderer *ren) |
|
virtual vtkRenderWindow * | GetRenderWindow () |
|
virtual void | ResetCamera () |
|
virtual void | ResetCameraClippingRange () |
|
virtual vtkRenderWindowInteractor * | GetInteractor () |
|
vtkView * | NewInstance () const |
|
void | AddRepresentation (vtkDataRepresentation *rep) |
|
void | SetRepresentation (vtkDataRepresentation *rep) |
|
vtkDataRepresentation * | AddRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
|
vtkDataRepresentation * | SetRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
|
vtkDataRepresentation * | AddRepresentationFromInput (vtkDataObject *input) |
|
vtkDataRepresentation * | SetRepresentationFromInput (vtkDataObject *input) |
|
void | RemoveRepresentation (vtkDataRepresentation *rep) |
|
void | RemoveRepresentation (vtkAlgorithmOutput *rep) |
|
void | RemoveAllRepresentations () |
|
int | GetNumberOfRepresentations () |
|
vtkDataRepresentation * | GetRepresentation (int index=0) |
|
bool | IsRepresentationPresent (vtkDataRepresentation *rep) |
|
virtual void | Update () |
|
virtual void | ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme)) |
|
vtkCommand * | GetObserver () |
|
void | RegisterProgress (vtkObject *algorithm, const char *message=NULL) |
|
void | UnRegisterProgress (vtkObject *algorithm) |
|
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 () |
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkParallelCoordinatesView () |
|
virtual | ~vtkParallelCoordinatesView () |
|
virtual void | ProcessEvents (vtkObject *caller, unsigned long event, void *callData) |
|
virtual vtkDataRepresentation * | CreateDefaultRepresentation (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) |
|
virtual void | UpdateHoverText () |
|
virtual void | UpdateHoverWidgetState () |
|
void | UpdatePickRender () |
|
virtual void | GenerateSelection (void *callData, vtkSelection *selection) |
|
| vtkRenderView () |
|
| ~vtkRenderView () |
|
| vtkRenderViewBase () |
|
| ~vtkRenderViewBase () |
|
| 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 () |
|
| 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 &) |
|
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.