53#ifndef vtkParallelCoordinatesRepresentation_h
54#define vtkParallelCoordinatesRepresentation_h
56#include "vtkViewsInfovisModule.h"
132 vtkGetMacro(NumberOfAxes,
int);
139 vtkGetMacro(NumberOfSamples,
int);
147 vtkGetMacro(NumberOfAxisLabels,
int);
167 vtkGetMacro(UseCurves,
int);
176 vtkGetMacro(CurveResolution,
int);
183 vtkGetMacro(LineOpacity,
double)
184 vtkGetMacro(FontSize,
double);
185 vtkGetVector3Macro(LineColor,
double);
186 vtkGetVector3Macro(AxisColor,
double);
187 vtkGetVector3Macro(AxisLabelColor,
double);
190 vtkSetVector3Macro(LineColor,
double);
191 vtkSetVector3Macro(AxisColor,
double);
192 vtkSetVector3Macro(AxisLabelColor,
double);
200 vtkGetMacro(AngleBrushThreshold,
double);
208 vtkGetMacro(FunctionBrushThreshold,
double);
229 virtual
void LassoSelect(
int brushClass,
int brushOperator,
vtkPoints* brushPoints);
230 virtual
void AngleSelect(
int brushClass,
int brushOperator,
double *p1,
double *p2);
231 virtual
void FunctionSelect(
int brushClass,
int brushOperator,
double *p1,
double *p2,
double *q1,
double *q2);
232 virtual
void RangeSelect(
int brushClass,
int brushOperator,
double *p1,
double *p2);
273 int numPointsPerLine,
275 int numPointsPerStrip,
279 int numPointScalars);
398 double AxisLabelColor[3];
401 vtkSetStringMacro(InternalHoverText);
a actor that draws 2D data
represents an object (geometry & properties) in a rendered scene
Proxy object to connect input/output ports.
Pipeline data object that contains multiple vtkArray objects.
Create an axis with tick marks and labels.
performs line-based thresholding for vtkTable data.
create and manipulate unsorted lists of objects
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
abstract superclass for arrays of numeric data
general representation of visualization data
dynamic, self-adjusting array of double
represent and manipulate fields of data
list of point or cell ids
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
dynamic, self-adjusting array of int
map scalar values into colors via a lookup table
create wireframe outline corners around bounding box
Data representation that takes generic multivariate data and produces a parallel coordinates plot.
int SetPositionAndSize(double *position, double *size)
Change the position of the plot.
virtual int SwapAxisPositions(int position1, int position2)
Move an axis to a particular screen position.
virtual int AllocatePolyData(vtkPolyData *polyData, int numLines, int numPointsPerLine, int numStrips, int numPointsPerStrip, int numQuads, int numPoints, int numCellScalars, int numPointScalars)
Allocate the cells/points/scalars for a vtkPolyData.
virtual ~vtkParallelCoordinatesRepresentation()
vtkSmartPointer< vtkActor2D > FunctionTextActor
int GetPositionAndSize(double *position, double *size)
int GetPositionNearXCoordinate(double xcoord)
vtkSmartPointer< vtkTable > InputArrayTable
vtkSmartPointer< vtkBivariateLinearTableThreshold > LinearThreshold
void SetAxisTitles(vtkStringArray *)
Set/Get the axis titles.
vtkSmartPointer< vtkActor2D > PlotActor
virtual void SelectRows(vtkIdType brushClass, vtkIdType brushOperator, vtkIdTypeArray *rowIds)
Select a set of points using the prescribed operator (add, subtract, etc.) and class.
virtual const char * GetHoverText(vtkView *view, int x, int y)
Returns the hover text at an x,y location.
vtkPolyDataMapper2D * GetSelectionMapper(int idx)
void SetAxisTitles(vtkAlgorithmOutput *)
double GetXCoordinateOfPosition(int axis)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkSmartPointer< vtkTextMapper > FunctionTextMapper
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void BuildInverseSelection()
virtual int UpdatePlotProperties(vtkStringArray *inputTitles)
Set plot actor properties (line thickness, opacity, etc)
virtual int ReallocateInternals()
Delete and reallocate the internals, resetting to default values.
void GetXCoordinatesOfPositions(double *coords)
int ComputePointPosition(double *p)
Compute which screen position a point belongs to (returns the left position)
vtkSmartPointer< vtkAxisActor2D > * Axes
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses should override this to connect inputs to the internal pipeline as necessary.
vtkSmartPointer< vtkPolyData > PlotData
virtual void PrepareForRendering(vtkRenderView *view)
The view will call this method before every render.
virtual bool AddToView(vtkView *view)
Add/remove the props and actors to/from a view.
void UpdateHoverHighlight(vtkView *view, int x, int y)
This function is not actually used, but as left as a stub in case it becomes useful at some point.
double AngleBrushThreshold
vtkSmartPointer< vtkStringArray > AxisTitles
double FunctionBrushThreshold
vtkSmartPointer< vtkPolyDataMapper2D > PlotMapper
vtkSmartPointer< vtkSelection > InverseSelection
int PlaceAxes()
Put the axis actors in their correct positions.
virtual void ApplyViewTheme(vtkViewTheme *theme)
Apply the theme to this view.
int GetNumberOfSelections()
virtual int PlaceSelection(vtkPolyData *polyData, vtkTable *data, vtkSelectionNode *selectionNode)
Takes the selection list (assumed to be a vtkIdTypeArray) from a vtkSelectionNode and plots lines/cur...
void SetNumberOfAxisLabels(int num)
Set/Get the number of labels to display on each axis.
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
virtual void LassoSelectInternal(vtkPoints *brushPoints, vtkIdTypeArray *outIds)
same as public version, but assumes that the brushpoints coming in are all within two neighboring axe...
int ComputeLinePosition(double *p1, double *p2)
vtkParallelCoordinatesRepresentation()
vtkSmartPointer< vtkTextMapper > PlotTitleMapper
virtual bool RemoveFromView(vtkView *view)
virtual void UpdateSelectionActors()
todo
vtkSmartPointer< vtkActor2D > PlotTitleActor
virtual vtkPolyDataMapper2D * InitializePlotMapper(vtkPolyData *input, vtkActor2D *actor, bool forceStandard=false)
void SetPlotTitle(const char *)
Set the title for the entire plot.
virtual int PlaceLines(vtkPolyData *polyData, vtkTable *data, vtkIdTypeArray *idsToPlot)
Place line primitives into a vtkPolyData from the input data.
virtual int PlaceCurves(vtkPolyData *polyData, vtkTable *data, vtkIdTypeArray *idsToPlot)
virtual int ComputeDataProperties()
Compute the number of axes and their individual ranges.
void BuildDefaultSCurve(vtkDoubleArray *array, int numValues)
Build an s-curve passing through (0,0) and (1,1) with a specified number of values.
int SetXCoordinateOfPosition(int position, double xcoord)
static vtkParallelCoordinatesRepresentation * New()
represent and manipulate 3D points
draw vtkPolyData onto the image plane
concrete dataset represents vertices, lines, polygons, and triangle strips
A view containing a renderer.
A node in a selection tree.
A node in a selection tree.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
record modification and/or execution time
dynamic, self-adjusting array of unsigned int
Sets theme colors for a graphical view.
The superclass for all views.
abstract specification for Viewports
window superclass for vtkRenderWindow
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.