|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkPlotBar * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | Update () override |
| Perform any updates to the item that may be necessary before rendering. More...
|
|
bool | Paint (vtkContext2D *painter) override |
| Paint event for the XY plot, called whenever the chart needs to be drawn. More...
|
|
bool | PaintLegend (vtkContext2D *painter, const vtkRectf &rect, int legendIndex) override |
| Paint legend event for the XY plot, called whenever the legend needs the plot items symbol/mark/line drawn. More...
|
|
void | SetColor (unsigned char r, unsigned char g, unsigned char b, unsigned char a) override |
| Set the plot color. More...
|
|
void | SetColor (double r, double g, double b) override |
|
void | GetColor (double rgb[3]) override |
|
void | SetWidth (float _arg) override |
| Set the width of the line. More...
|
|
float | GetWidth () override |
| Get the width of the line. More...
|
|
virtual void | SetOffset (float) |
| Set/get the horizontal offset of the bars. More...
|
|
virtual float | GetOffset () |
|
virtual void | SetOrientation (int orientation) |
| Set/get the orientation of the bars. More...
|
|
virtual int | GetOrientation () |
|
virtual void | GetBounds (double bounds[4], bool unscaled) |
| A helper used by both GetUnscaledBounds and GetBounds(double[4]). More...
|
|
void | GetBounds (double bounds[4]) override |
| Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax). More...
|
|
void | GetUnscaledInputBounds (double bounds[4]) override |
| Get un-log-scaled bounds for this mapper as (Xmin,Xmax,Ymin,Ymax). More...
|
|
void | SetInputArray (int index, const vtkStdString &name) override |
| When used to set additional arrays, stacked bars are created. More...
|
|
void | SetColorSeries (vtkColorSeries *colorSeries) |
| Set the color series to use if this becomes a stacked bar plot. More...
|
|
vtkColorSeries * | GetColorSeries () |
| Get the color series used if when this is a stacked bar plot. More...
|
|
virtual void | SetLookupTable (vtkScalarsToColors *lut) |
| Specify a lookup table for the mapper to use. More...
|
|
virtual vtkScalarsToColors * | GetLookupTable () |
|
virtual void | CreateDefaultLookupTable () |
| Create default lookup table. More...
|
|
virtual void | SetScalarVisibility (bool) |
| Turn on/off flag to control whether scalar data is used to color objects. More...
|
|
virtual bool | GetScalarVisibility () |
|
virtual void | ScalarVisibilityOn () |
|
virtual void | ScalarVisibilityOff () |
|
virtual void | SetEnableOpacityMapping (bool) |
| Enable/disable mapping of the opacity values. More...
|
|
virtual bool | GetEnableOpacityMapping () |
|
virtual void | EnableOpacityMappingOn () |
|
virtual void | EnableOpacityMappingOff () |
|
void | SelectColorArray (vtkIdType arrayNum) |
| When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which array to use for coloring using these methods. More...
|
|
void | SelectColorArray (const vtkStdString &arrayName) |
|
vtkStdString | GetColorArrayName () |
| Get the array name to color by. More...
|
|
vtkStringArray * | GetLabels () override |
| Get the plot labels. More...
|
|
virtual void | SetGroupName (const vtkStdString &name) |
| Set the group name of the bar chart - can be displayed on the X axis. More...
|
|
virtual vtkStdString | GetGroupName () |
| Get the group name of the bar char - can be displayed on the X axis. More...
|
|
vtkStdString | GetTooltipLabel (const vtkVector2d &plotPos, vtkIdType seriesIndex, vtkIdType segmentIndex) override |
| Generate and return the tooltip label string for this plot The segmentIndex is implemented here. More...
|
|
bool | SelectPoints (const vtkVector2f &min, const vtkVector2f &max) override |
| Select all points in the specified rectangle. More...
|
|
vtkIdType | GetNearestPoint (const vtkVector2f &point, const vtkVector2f &, vtkVector2f *location, vtkIdType *segmentIndex) override |
| Function to query a plot for the nearest point to the specified coordinate. More...
|
|
int | GetBarsCount () |
| Get amount of plotted bars. More...
|
|
void | GetDataBounds (double bounds[2]) |
| Get the data bounds for this mapper as (Xmin,Xmax). More...
|
|
virtual vtkIdType | GetNearestPoint (const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location, vtkIdType *segmentId) |
| Function to query a plot for the nearest point to the specified coordinate. More...
|
|
virtual vtkIdType | GetNearestPoint (const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location) |
| Function to query a plot for the nearest point to the specified coordinate. More...
|
|
vtkPlot * | NewInstance () const |
|
virtual void | SetLegendVisibility (bool) |
| Set whether the plot renders an entry in the legend. More...
|
|
virtual bool | GetLegendVisibility () |
|
virtual void | LegendVisibilityOn () |
|
virtual void | LegendVisibilityOff () |
|
virtual void | SetTooltipLabelFormat (const vtkStdString &label) |
| Sets/gets a printf-style string to build custom tooltip labels from. More...
|
|
virtual vtkStdString | GetTooltipLabelFormat () |
|
virtual void | SetTooltipNotation (int notation) |
| Sets/gets the tooltip notation style. More...
|
|
virtual int | GetTooltipNotation () |
|
virtual void | SetTooltipPrecision (int precision) |
| Sets/gets the tooltip precision. More...
|
|
virtual int | GetTooltipPrecision () |
|
virtual vtkIdType | GetNearestPoint (const vtkVector2f &point, const vtkVector2f &tolerance, vtkVector2f *location) |
| Function to query a plot for the nearest point to the specified coordinate. More...
|
|
virtual bool | SelectPointsInPolygon (const vtkContextPolygon &polygon) |
| Select all points in the specified polygon. More...
|
|
void | GetColor (unsigned char rgb[3]) |
|
void | SetPen (vtkPen *pen) |
| Set/get the vtkPen object that controls how this plot draws (out)lines. More...
|
|
vtkPen * | GetPen () |
|
void | SetBrush (vtkBrush *brush) |
| Set/get the vtkBrush object that controls how this plot fills shapes. More...
|
|
vtkBrush * | GetBrush () |
|
void | SetSelectionPen (vtkPen *pen) |
| Set/get the vtkBrush object that controls how this plot fills selected shapes. More...
|
|
vtkPen * | GetSelectionPen () |
|
void | SetSelectionBrush (vtkBrush *brush) |
| Set/get the vtkBrush object that controls how this plot fills selected shapes. More...
|
|
vtkBrush * | GetSelectionBrush () |
|
virtual void | SetLabel (const vtkStdString &label) |
| Set the label of this plot. More...
|
|
virtual vtkStdString | GetLabel () |
| Get the label of this plot. More...
|
|
virtual void | SetLabels (vtkStringArray *labels) |
| Set the plot labels, these are used for stacked chart variants, with the index referring to the stacking index. More...
|
|
virtual int | GetNumberOfLabels () |
| Get the number of labels associated with this plot. More...
|
|
vtkStdString | GetLabel (vtkIdType index) |
| Get the label at the specified index. More...
|
|
void | SetIndexedLabels (vtkStringArray *labels) |
| Set indexed labels for the plot. More...
|
|
virtual vtkStringArray * | GetIndexedLabels () |
| Get the indexed labels array. More...
|
|
vtkContextMapper2D * | GetData () |
| Get the data object that the plot will draw. More...
|
|
virtual bool | GetUseIndexForXSeries () |
| Use the Y array index for the X value. More...
|
|
virtual void | SetUseIndexForXSeries (bool) |
| Use the Y array index for the X value. More...
|
|
virtual void | SetInputData (vtkTable *table) |
| This is a convenience function to set the input table and the x, y column for the plot. More...
|
|
virtual void | SetInputData (vtkTable *table, const vtkStdString &xColumn, const vtkStdString &yColumn) |
|
void | SetInputData (vtkTable *table, vtkIdType xColumn, vtkIdType yColumn) |
|
virtual vtkTable * | GetInput () |
| Get the input table used by the plot. More...
|
|
virtual void | SetSelectable (bool) |
| Set whether the plot can be selected. More...
|
|
virtual bool | GetSelectable () |
|
virtual void | SelectableOn () |
|
virtual void | SelectableOff () |
|
virtual void | SetSelection (vtkIdTypeArray *id) |
| Sets the list of points that must be selected. More...
|
|
virtual vtkIdTypeArray * | GetSelection () |
|
virtual vtkAxis * | GetXAxis () |
| Get/set the X axis associated with this plot. More...
|
|
virtual void | SetXAxis (vtkAxis *axis) |
|
virtual vtkAxis * | GetYAxis () |
| Get/set the Y axis associated with this plot. More...
|
|
virtual void | SetYAxis (vtkAxis *axis) |
|
void | SetShiftScale (const vtkRectd &shiftScale) |
| Get/set the origin shift and scaling factor used by the plot, this is normally 0.0 offset and 1.0 scaling, but can be used to render data outside of the single precision range. More...
|
|
vtkRectd | GetShiftScale () |
|
virtual void | UpdateCache () |
| Subclasses that build data caches to speed up painting should override this method to update such caches. More...
|
|
virtual void | SetProperty (const vtkStdString &property, const vtkVariant &var) |
| A General setter/getter that should be overridden. More...
|
|
virtual vtkVariant | GetProperty (const vtkStdString &property) |
|
virtual bool | ClampPos (double pos[2]) |
|
vtkContextItem * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual double | GetOpacity () |
| Get the opacity of the item. More...
|
|
virtual void | SetOpacity (double) |
| Set the opacity of the item. More...
|
|
vtkAbstractContextItem * | NewInstance () const |
|
virtual bool | PaintChildren (vtkContext2D *painter) |
| Paint the children of the item, should be called whenever the children need to be rendered. More...
|
|
virtual void | ReleaseGraphicsResources () |
| Release graphics resources hold by the item. More...
|
|
vtkIdType | AddItem (vtkAbstractContextItem *item) |
| Add child items to this item. More...
|
|
bool | RemoveItem (vtkAbstractContextItem *item) |
| Remove child item from this item. More...
|
|
bool | RemoveItem (vtkIdType index) |
| Remove child item from this item. More...
|
|
vtkAbstractContextItem * | GetItem (vtkIdType index) |
| Get the item at the specified index. More...
|
|
vtkIdType | GetItemIndex (vtkAbstractContextItem *item) |
| Get the index of the specified item in itemIndex. More...
|
|
vtkIdType | GetNumberOfItems () |
| Get the number of child items. More...
|
|
void | ClearItems () |
| Remove all child items from this item. More...
|
|
vtkIdType | Raise (vtkIdType index) |
| Raises the child to the top of the item's stack. More...
|
|
virtual vtkIdType | StackAbove (vtkIdType index, vtkIdType under) |
| Raises the child above the under sibling. More...
|
|
vtkIdType | Lower (vtkIdType index) |
| Lowers the child to the bottom of the item's stack. More...
|
|
virtual vtkIdType | StackUnder (vtkIdType child, vtkIdType above) |
| Lowers the child under the above sibling. More...
|
|
virtual bool | Hit (const vtkContextMouseEvent &mouse) |
| Return true if the supplied x, y coordinate is inside the item. More...
|
|
virtual vtkAbstractContextItem * | GetPickedItem (const vtkContextMouseEvent &mouse) |
| Return the item under the mouse. More...
|
|
virtual bool | MouseEnterEvent (const vtkContextMouseEvent &mouse) |
| Mouse enter event. More...
|
|
virtual bool | MouseMoveEvent (const vtkContextMouseEvent &mouse) |
| Mouse move event. More...
|
|
virtual bool | MouseLeaveEvent (const vtkContextMouseEvent &mouse) |
| Mouse leave event. More...
|
|
virtual bool | MouseButtonPressEvent (const vtkContextMouseEvent &mouse) |
| Mouse button down event Return true if the item holds the event, false if the event can be propagated to other items. More...
|
|
virtual bool | MouseButtonReleaseEvent (const vtkContextMouseEvent &mouse) |
| Mouse button release event. More...
|
|
virtual bool | MouseDoubleClickEvent (const vtkContextMouseEvent &mouse) |
| Mouse button double click event. More...
|
|
virtual bool | MouseWheelEvent (const vtkContextMouseEvent &mouse, int delta) |
| Mouse wheel event, positive delta indicates forward movement of the wheel. More...
|
|
virtual bool | KeyPressEvent (const vtkContextKeyEvent &key) |
| Key press event. More...
|
|
virtual bool | KeyReleaseEvent (const vtkContextKeyEvent &key) |
| Key release event. More...
|
|
virtual void | SetScene (vtkContextScene *scene) |
| Set the vtkContextScene for the item, always set for an item in a scene. More...
|
|
vtkContextScene * | GetScene () |
| Get the vtkContextScene for the item, always set for an item in a scene. More...
|
|
virtual void | SetParent (vtkAbstractContextItem *parent) |
| Set the parent item. More...
|
|
vtkAbstractContextItem * | GetParent () |
| Get the parent item. More...
|
|
virtual vtkVector2f | MapToParent (const vtkVector2f &point) |
| Maps the point to the parent coordinate system. More...
|
|
virtual vtkVector2f | MapFromParent (const vtkVector2f &point) |
| Maps the point from the parent coordinate system. More...
|
|
virtual vtkVector2f | MapToScene (const vtkVector2f &point) |
| Maps the point to the scene coordinate system. More...
|
|
virtual vtkVector2f | MapFromScene (const vtkVector2f &point) |
| Maps the point from the scene coordinate system. More...
|
|
virtual bool | GetVisible () |
| Get the visibility of the item (should it be drawn). More...
|
|
virtual void | SetVisible (bool) |
| Set the visibility of the item (should it be drawn). More...
|
|
virtual bool | GetInteractive () |
| Get if the item is interactive (should respond to mouse events). More...
|
|
virtual void | SetInteractive (bool) |
| Set if the item is interactive (should respond to mouse events). More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space. More...
|
|