55 #ifndef vtkParallelCoordinatesHistogramRepresentation_h 56 #define vtkParallelCoordinatesHistogramRepresentation_h 58 #include "vtkViewsInfovisModule.h" 83 virtual void SetUseHistograms(
int);
84 vtkGetMacro(UseHistograms,
int);
92 virtual void SetShowOutliers(
int);
93 vtkGetMacro(ShowOutliers,
int);
101 vtkSetVector2Macro(HistogramLookupTableRange,
double);
102 vtkGetVector2Macro(HistogramLookupTableRange,
double);
109 void SetNumberOfHistogramBins(
int,
int);
110 void SetNumberOfHistogramBins(
int*);
111 vtkGetVector2Macro(NumberOfHistogramBins,
int);
118 void SetPreferredNumberOfOutliers(
int);
119 vtkGetMacro(PreferredNumberOfOutliers,
int);
143 bool AddToView(
vtkView* view) VTK_OVERRIDE;
145 bool RemoveFromView(
vtkView* view) VTK_OVERRIDE;
155 double HistogramLookupTableRange[2];
160 int NumberOfHistogramBins[2];
173 int PreferredNumberOfOutliers;
200 virtual
int PlaceHistogramLineQuads(
vtkPolyData* polyData);
206 virtual
int PlaceHistogramCurveQuads(
vtkPolyData* polyData);
213 int ComputeDataProperties() VTK_OVERRIDE;
A node in a selection tree.
a actor that draws 2D data
map scalar values into colors via a lookup table
static vtkParallelCoordinatesRepresentation * New()
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of vtkIdType
Hold a reference to a vtkObjectBase instance.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int SwapAxisPositions(int position1, int position2)
Move an axis to a particular screen position.
void ApplyViewTheme(vtkViewTheme *theme) override
Apply the theme to this view.
Sets theme colors for a graphical view.
The superclass for all views.
a simple class to control print indentation
topologically and geometrically regular array of data
Data representation that takes generic multivariate data and produces a parallel coordinates plot...
A table, which contains similar-typed columns of data.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int SetRangeAtPosition(int position, double range[2])
Set/get the value range of the axis at a particular screen position.
draw vtkPolyData onto the image plane
Data representation that takes generic multivariate data and produces a parallel coordinates plot...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
compute the outliers in a set of 2D histograms and extract the corresponding row data.