32 #ifndef vtkPlotPoints_h
33 #define vtkPlotPoints_h
95 virtual void CreateDefaultLookupTable();
100 vtkSetMacro(ScalarVisibility,
int);
101 vtkGetMacro(ScalarVisibility,
int);
102 vtkBooleanMacro(ScalarVisibility,
int);
109 void SelectColorArray(
vtkIdType arrayNum);
148 vtkGetMacro(MarkerStyle,
int);
149 vtkSetMacro(MarkerStyle,
int);
156 vtkGetMacro(MarkerSize,
float);
157 vtkSetMacro(MarkerSize,
float);
175 bool UpdateTableCache(
vtkTable *table);
178 void CalculateUnscaledInputBounds();
183 void CalculateLogSeries();
188 void FindBadPoints();
191 void CalculateBounds(
double bounds[4]);
194 void CreateSortedPoints();
234 int ScalarVisibility;
239 double UnscaledInputBounds[4];
242 vtkPlotPoints(const vtkPlotPoints &);
243 void operator=(const vtkPlotPoints &);
250 #endif //vtkPlotPoints_h
Wrapper around std::string to keep symbols short.
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
dynamic, self-adjusting array of float
virtual void GetBounds(double bounds[4])
dynamic, self-adjusting array of vtkIdType
Superclass for mapping scalar values to colors.
dynamic, self-adjusting array of char
Class for drawing 2D primitives to a graphical context.
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 superclass for arrays of numeric data
Abstract class for 2D plots.
dynamic, self-adjusting array of unsigned char
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
virtual bool SelectPointsInPolygon(const vtkContextPolygon &polygon)
A table, which contains similar-typed columns of data.
virtual void GetUnscaledInputBounds(double bounds[4])
virtual void PrintSelf(ostream &os, vtkIndent indent)
Allocate and hold a VTK object.
#define VTKCHARTSCORE_EXPORT