37 #ifndef vtkParallelCoordinatesRepresentation_h
38 #define vtkParallelCoordinatesRepresentation_h
41 #include "vtkViewsInfovisModule.h"
43 VTK_ABI_NAMESPACE_BEGIN
110 void SetPlotTitle(
const char*);
116 vtkGetMacro(NumberOfAxes,
int);
123 vtkGetMacro(NumberOfSamples,
int);
130 void SetNumberOfAxisLabels(
int num);
131 vtkGetMacro(NumberOfAxisLabels,
int);
139 virtual int SwapAxisPositions(
int position1,
int position2);
140 int SetXCoordinateOfPosition(
int position,
double xcoord);
141 double GetXCoordinateOfPosition(
int axis);
142 void GetXCoordinatesOfPositions(
double* coords);
143 int GetPositionNearXCoordinate(
double xcoord);
159 vtkSetMacro(CurveResolution,
int);
160 vtkGetMacro(CurveResolution,
int);
167 vtkGetMacro(LineOpacity,
double);
168 vtkGetMacro(FontSize,
double);
169 vtkGetVector3Macro(LineColor,
double);
170 vtkGetVector3Macro(AxisColor,
double);
171 vtkGetVector3Macro(AxisLabelColor,
double);
172 vtkSetMacro(LineOpacity,
double);
173 vtkSetMacro(FontSize,
double);
174 vtkSetVector3Macro(LineColor,
double);
175 vtkSetVector3Macro(AxisColor,
double);
176 vtkSetVector3Macro(AxisLabelColor,
double);
183 vtkSetMacro(AngleBrushThreshold,
double);
184 vtkGetMacro(AngleBrushThreshold,
double);
191 vtkSetMacro(FunctionBrushThreshold,
double);
192 vtkGetMacro(FunctionBrushThreshold,
double);
200 virtual int SetRangeAtPosition(
int position,
double range[2]);
213 virtual void LassoSelect(
int brushClass,
int brushOperator,
vtkPoints* brushPoints);
214 virtual void AngleSelect(
int brushClass,
int brushOperator,
double* p1,
double* p2);
215 virtual void FunctionSelect(
216 int brushClass,
int brushOperator,
double* p1,
double* p2,
double* q1,
double* q2);
217 virtual void RangeSelect(
int brushClass,
int brushOperator,
double* p1,
double* p2);
248 void UpdateHoverHighlight(
vtkView* view,
int x,
int y);
253 virtual int AllocatePolyData(
vtkPolyData* polyData,
int numLines,
int numPointsPerLine,
254 int numStrips,
int numPointsPerStrip,
int numQuads,
int numPoints,
int numCellScalars,
255 int numPointScalars);
276 virtual int PlaceSelection(
282 virtual int ComputeDataProperties();
292 virtual int ReallocateInternals();
298 int ComputePointPosition(
double* p);
299 int ComputeLinePosition(
double* p1,
double* p2);
308 virtual void BuildInverseSelection();
328 virtual void UpdateSelectionActors();
331 int GetNumberOfSelections();
376 double AxisLabelColor[3];
378 vtkGetStringMacro(InternalHoverText);
379 vtkSetStringMacro(InternalHoverText);
387 VTK_ABI_NAMESPACE_END
vtkSmartPointer< vtkTextMapper > FunctionTextMapper
a node in a vtkSelection the defines the selection criteria.
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
Apply a theme to this representation.
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
dynamic, self-adjusting array of unsigned int
double AngleBrushThreshold
create wireframe outline corners around bounding box
represents an object (geometry & properties) in a rendered scene
abstract specification for Viewports
a actor that draws 2D data
record modification and/or execution time
map scalar values into colors via a lookup table
std::string GetHoverString(vtkView *view, vtkProp *prop, vtkIdType cell)
Obtains the hover text for a particular prop and cell.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
Create an axis with tick marks and labels.
a vtkAbstractArray subclass for strings
data object that represents a "selection" in VTK.
dynamic, self-adjusting array of vtkIdType
virtual bool AddToView(vtkView *vtkNotUsed(view))
Adds the representation to the view.
concrete dataset represents vertices, lines, polygons, and triangle strips
Pipeline data object that contains multiple vtkArray objects.
vtkSmartPointer< vtkTextMapper > PlotTitleMapper
static vtkRenderedRepresentation * New()
Proxy object to connect input/output ports.
dynamic, self-adjusting array of double
window superclass for vtkRenderWindow
Sets theme colors for a graphical view.
dynamic, self-adjusting array of int
The superclass for all views.
vtkSmartPointer< vtkAxisActor2D > * Axes
a simple class to control print indentation
virtual bool RemoveFromView(vtkView *vtkNotUsed(view))
Removes the representation to the view.
virtual void PrepareForRendering(vtkRenderView *view)
The view will call this method before every render.
list of point or cell ids
abstract superclass for arrays of numeric data
vtkSmartPointer< vtkSelection > InverseSelection
vtkSmartPointer< vtkActor2D > FunctionTextActor
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems ...
vtkSmartPointer< vtkBivariateLinearTableThreshold > LinearThreshold
double FunctionBrushThreshold
A table, which contains similar-typed columns of data.
vtkSmartPointer< vtkActor2D > PlotActor
vtkSmartPointer< vtkActor2D > PlotTitleActor
vtkSmartPointer< vtkPolyDataMapper2D > PlotMapper
create and manipulate ordered lists of objects
A view containing a renderer.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkPolyData > PlotData
vtkSmartPointer< vtkTable > InputArrayTable
general representation of visualization data
draw vtkPolyData onto the image plane
performs line-based thresholding for vtkTable data.
represent and manipulate 3D points
Data representation that takes generic multivariate data and produces a parallel coordinates plot...
vtkSmartPointer< vtkStringArray > AxisTitles
represent and manipulate fields of data