32 #ifndef __vtkPlotPoints_h
33 #define __vtkPlotPoints_h
86 virtual void CreateDefaultLookupTable();
91 vtkSetMacro(ScalarVisibility,
int);
92 vtkGetMacro(ScalarVisibility,
int);
93 vtkBooleanMacro(ScalarVisibility,
int);
100 void SelectColorArray(
vtkIdType arrayNum);
136 vtkGetMacro(MarkerStyle,
int);
137 vtkSetMacro(MarkerStyle,
int);
144 vtkGetMacro(MarkerSize,
float);
145 vtkSetMacro(MarkerSize,
float);
154 void GeneraterMarker(
int width,
bool highlight =
false);
157 bool UpdateTableCache(vtkTable *table);
162 void CalculateLogSeries();
167 void FindBadPoints();
170 void CalculateBounds(
double bounds[4]);
173 void CreateSortedPoints();
218 #endif //__vtkPlotPoints_h
Wrapper around vtkstd::string to keep symbols short.
vtkImageData * HighlightMarker
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual bool Paint(vtkContext2D *painter)
Class for drawing an points given two columns from a vtkTable.
record modification and/or execution time
virtual void GetBounds(double bounds[4])
dynamic, self-adjusting array of vtkIdType
Superclass for mapping scalar values into colors.
Class for drawing 2D primitives to a graphical context.
vtkStdString ColorArrayName
virtual bool SelectPoints(const vtkVector2f &min, const vtkVector2f &max)
a simple class to control print indentation
represent and manipulate 2D points
topologically and geometrically regular array of data
Abstract class for 2D plots.
vtkUnsignedCharArray * Colors
dynamic, self-adjusting array of unsigned char
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
vtkScalarsToColors * LookupTable
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkIdTypeArray * BadPoints