Go to the documentation of this file.
32 #ifndef vtkPlotPoints_h
33 #define vtkPlotPoints_h
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];
250 #endif //vtkPlotPoints_h
represent and manipulate 2D points
virtual void GetBounds(double bounds[4])
dynamic, self-adjusting array of float
static vtkPlotPoints * New()
virtual bool SelectPoints(const vtkVector2f &min, const vtkVector2f &max)
A table, which contains similar-typed columns of data.
record modification and/or execution time
virtual bool SelectPointsInPolygon(const vtkContextPolygon &polygon)
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
GLenum GLsizei GLenum GLenum const GLvoid * table
Class for drawing 2D primitives to a graphical context.
abstract superclass for arrays of numeric data
Abstract class for 2D plots.
void SelectColorArray(vtkIdType arrayNum)
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)
dynamic, self-adjusting array of char
virtual void GetUnscaledInputBounds(double bounds[4])
virtual void PrintSelf(ostream &os, vtkIndent indent)
void SetLookupTable(vtkScalarsToColors *lut)
vtkScalarsToColors * GetLookupTable()
vtkStdString GetColorArrayName()
topologically and geometrically regular array of data
a simple class to control print indentation
void SelectColorArray(const vtkStdString &arrayName)
virtual bool Paint(vtkContext2D *painter)
Allocate and hold a VTK object.
#define vtkGetMacro(name, type)
Superclass for mapping scalar values to colors.
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
Class for drawing an points given two columns from a vtkTable.
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
dynamic, self-adjusting array of vtkIdType
virtual void CreateDefaultLookupTable()
Wrapper around std::string to keep symbols short.
#define VTKCHARTSCORE_EXPORT