Go to the documentation of this file.
34 #ifndef vtkPlotFunctionalBag_h
35 #define vtkPlotFunctionalBag_h
42 class vtkPlotFuntionalBagInternal;
145 #endif //vtkPlotFunctionalBag_h
vtkScalarsToColors * GetLookupTable()
represent and manipulate 2D points
bool GetDataArrays(vtkTable *table, vtkDataArray *array[2])
virtual bool GetVisible()
vtkScalarsToColors * LookupTable
void SetLookupTable(vtkScalarsToColors *lut)
A table, which contains similar-typed columns of data.
record modification and/or execution time
#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.
virtual bool Paint(vtkContext2D *painter)
vtkNew< vtkPlotLine > Line
virtual void GetBounds(double bounds[4])
bool UpdateTableCache(vtkTable *)
a simple class to control print indentation
Class for drawing an XY line plot or bag given two columns from a vtkTable.
virtual bool SelectPointsInPolygon(const vtkContextPolygon &polygon)
virtual void GetUnscaledInputBounds(double bounds[4])
vtkNew< vtkPoints2D > BagPoints
Class for drawing an XY line plot given two columns from a vtkTable.
static vtkPlotFunctionalBag * New()
Superclass for mapping scalar values to colors.
virtual bool SelectPoints(const vtkVector2f &min, const vtkVector2f &max)
virtual bool PaintLegend(vtkContext2D *painter, const vtkRectf &rect, int legendIndex)
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCHARTSCORE_EXPORT
virtual void CreateDefaultLookupTable()
virtual vtkIdType GetNearestPoint(const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location)