32 #ifndef vtkPlotPoints_h 33 #define vtkPlotPoints_h 95 virtual void CreateDefaultLookupTable();
109 void SelectColorArray(
vtkIdType arrayNum);
175 bool UpdateTableCache(
vtkTable *table);
178 void CalculateUnscaledInputBounds();
183 void CalculateLogSeries();
188 void FindBadPoints();
191 void CalculateBounds(
double bounds[4]);
194 void CreateSortedPoints();
239 double UnscaledInputBounds[4];
250 #endif //vtkPlotPoints_h Wrapper around std::string to keep symbols short.
vtkCharArray * ValidPointMask
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual bool Paint(vtkContext2D *painter)
#define vtkGetMacro(name, type)
Class for drawing an points given two columns from a vtkTable.
record modification and/or execution time
dynamic, self-adjusting array of float
virtual void GetBounds(double bounds[4])
dynamic, self-adjusting array of vtkIdType
#define vtkTypeMacro(thisClass, superclass)
Superclass for mapping scalar values to colors.
dynamic, self-adjusting array of char
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
vtkStdString ValidPointMaskName
represent and manipulate 2D points
topologically and geometrically regular array of data
abstract superclass for arrays of numeric 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)
virtual bool SelectPointsInPolygon(const vtkContextPolygon &polygon)
vtkScalarsToColors * LookupTable
A table, which contains similar-typed columns of data.
vtkNew< vtkFloatArray > SelectedPoints
virtual void GetUnscaledInputBounds(double bounds[4])
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define vtkBooleanMacro(name, type)
#define VTKCHARTSCORE_EXPORT
#define vtkSetMacro(name, type)
vtkIdTypeArray * BadPoints