|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
virtual void | AddValueLabelIfUnoccluded (double value, double pos, double diff) |
| Add value as annotation label on scalar bar at the given position. More...
|
|
void | ReleaseGraphicsResources (vtkWindow *) override |
| Release any graphics resources that are being consumed by this actor. More...
|
|
int | RenderOpaqueGeometry (vtkViewport *viewport) override |
| Overridden to sync internal variables with renderer state. More...
|
|
int | RenderOverlay (vtkViewport *viewport) override |
| Draw the scalar bar and annotation text to the screen. More...
|
|
|
virtual double | GetAspectRatio () |
| The bar aspect ratio (length/width). More...
|
|
virtual void | SetAspectRatio (double) |
| The bar aspect ratio (length/width). More...
|
|
|
virtual int | GetAutomaticLabelFormat () |
| If true (the default), the printf format used for the labels will be automatically generated to make the numbers best fit within the widget. More...
|
|
virtual void | SetAutomaticLabelFormat (int) |
| If true (the default), the printf format used for the labels will be automatically generated to make the numbers best fit within the widget. More...
|
|
virtual void | AutomaticLabelFormatOn () |
| If true (the default), the printf format used for the labels will be automatically generated to make the numbers best fit within the widget. More...
|
|
virtual void | AutomaticLabelFormatOff () |
| If true (the default), the printf format used for the labels will be automatically generated to make the numbers best fit within the widget. More...
|
|
|
virtual int | GetDrawTickMarks () |
| If true (the default), tick marks will be drawn. More...
|
|
virtual void | SetDrawTickMarks (int) |
| If true (the default), tick marks will be drawn. More...
|
|
virtual void | DrawTickMarksOn () |
| If true (the default), tick marks will be drawn. More...
|
|
virtual void | DrawTickMarksOff () |
| If true (the default), tick marks will be drawn. More...
|
|
|
virtual int | GetDrawSubTickMarks () |
| If true (the default), sub-tick marks will be drawn. More...
|
|
virtual void | SetDrawSubTickMarks (int) |
| If true (the default), sub-tick marks will be drawn. More...
|
|
virtual void | DrawSubTickMarksOn () |
| If true (the default), sub-tick marks will be drawn. More...
|
|
virtual void | DrawSubTickMarksOff () |
| If true (the default), sub-tick marks will be drawn. More...
|
|
|
virtual int | GetAddRangeLabels () |
| Set whether the range endpoints (minimum and maximum) are added as labels alongside other value labels. More...
|
|
virtual void | SetAddRangeLabels (int) |
| Set whether the range endpoints (minimum and maximum) are added as labels alongside other value labels. More...
|
|
virtual void | AddRangeLabelsOn () |
| Set whether the range endpoints (minimum and maximum) are added as labels alongside other value labels. More...
|
|
virtual void | AddRangeLabelsOff () |
| Set whether the range endpoints (minimum and maximum) are added as labels alongside other value labels. More...
|
|
|
virtual void | SetAutomaticAnnotations (int) |
| Set whether annotions are automatically created according the number of discrete colors. More...
|
|
virtual int | GetAutomaticAnnotations () |
| Set whether annotions are automatically created according the number of discrete colors. More...
|
|
virtual void | AutomaticAnnotationsOn () |
| Set whether annotions are automatically created according the number of discrete colors. More...
|
|
virtual void | AutomaticAnnotationsOff () |
| Set whether annotions are automatically created according the number of discrete colors. More...
|
|
|
virtual char * | GetRangeLabelFormat () |
| Set the C-style format string for the range labels. More...
|
|
virtual void | SetRangeLabelFormat (const char *) |
| Set the C-style format string for the range labels. More...
|
|
|
virtual int | GetTitleJustification () |
| Set the title justification. More...
|
|
virtual void | SetTitleJustification (int) |
| Set the title justification. More...
|
|
|
virtual int | GetAddRangeAnnotations () |
| Set whether the scalar data range endpoints (minimum and maximum) are added as annotations. More...
|
|
virtual void | SetAddRangeAnnotations (int) |
| Set whether the scalar data range endpoints (minimum and maximum) are added as annotations. More...
|
|
virtual void | AddRangeAnnotationsOn () |
| Set whether the scalar data range endpoints (minimum and maximum) are added as annotations. More...
|
|
virtual void | AddRangeAnnotationsOff () |
| Set whether the scalar data range endpoints (minimum and maximum) are added as annotations. More...
|
|
vtkScalarBarActor * | NewInstance () const |
|
virtual int | HasTranslucentPolygonalGeometry () |
|
virtual void | GetScalarBarRect (int rect[4], vtkViewport *viewport) |
|
void | ShallowCopy (vtkProp *prop) |
|
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *) |
|
virtual void | SetLookupTable (vtkScalarsToColors *) |
|
virtual vtkScalarsToColors * | GetLookupTable () |
|
virtual void | SetUseOpacity (int) |
|
virtual int | GetUseOpacity () |
|
virtual void | UseOpacityOn () |
|
virtual void | UseOpacityOff () |
|
virtual void | SetMaximumNumberOfColors (int) |
|
virtual int | GetMaximumNumberOfColors () |
|
virtual void | SetNumberOfLabels (int) |
|
virtual int | GetNumberOfLabels () |
|
virtual void | SetOrientation (int) |
|
virtual int | GetOrientation () |
|
void | SetOrientationToHorizontal () |
|
void | SetOrientationToVertical () |
|
virtual void | SetTitleTextProperty (vtkTextProperty *p) |
|
virtual vtkTextProperty * | GetTitleTextProperty () |
|
virtual void | SetLabelTextProperty (vtkTextProperty *p) |
|
virtual vtkTextProperty * | GetLabelTextProperty () |
|
virtual void | SetAnnotationTextProperty (vtkTextProperty *p) |
|
virtual vtkTextProperty * | GetAnnotationTextProperty () |
|
virtual void | SetLabelFormat (const char *) |
|
virtual char * | GetLabelFormat () |
|
virtual void | SetTitle (const char *) |
|
virtual char * | GetTitle () |
|
virtual void | SetComponentTitle (const char *) |
|
virtual char * | GetComponentTitle () |
|
virtual void | SetTextureGridWidth (double) |
|
virtual double | GetTextureGridWidth () |
|
virtual vtkTexturedActor2D * | GetTextureActor () |
|
virtual void | SetTextPosition (int) |
|
virtual int | GetTextPosition () |
|
virtual void | SetTextPositionToPrecedeScalarBar () |
|
virtual void | SetTextPositionToSucceedScalarBar () |
|
virtual void | SetMaximumWidthInPixels (int) |
|
virtual int | GetMaximumWidthInPixels () |
|
virtual void | SetMaximumHeightInPixels (int) |
|
virtual int | GetMaximumHeightInPixels () |
|
virtual void | SetAnnotationLeaderPadding (double) |
|
virtual double | GetAnnotationLeaderPadding () |
|
virtual void | SetDrawAnnotations (int) |
|
virtual int | GetDrawAnnotations () |
|
virtual void | DrawAnnotationsOn () |
|
virtual void | DrawAnnotationsOff () |
|
virtual void | SetDrawNanAnnotation (int) |
|
virtual int | GetDrawNanAnnotation () |
|
virtual void | DrawNanAnnotationOn () |
|
virtual void | DrawNanAnnotationOff () |
|
virtual void | SetDrawBelowRangeSwatch (bool) |
|
virtual bool | GetDrawBelowRangeSwatch () |
|
virtual void | DrawBelowRangeSwatchOn () |
|
virtual void | DrawBelowRangeSwatchOff () |
|
virtual void | SetBelowRangeAnnotation (const char *) |
|
virtual char * | GetBelowRangeAnnotation () |
|
virtual void | SetDrawAboveRangeSwatch (bool) |
|
virtual bool | GetDrawAboveRangeSwatch () |
|
virtual void | DrawAboveRangeSwatchOn () |
|
virtual void | DrawAboveRangeSwatchOff () |
|
virtual void | SetAboveRangeAnnotation (const char *) |
|
virtual char * | GetAboveRangeAnnotation () |
|
virtual void | SetFixedAnnotationLeaderLineColor (int) |
|
virtual int | GetFixedAnnotationLeaderLineColor () |
|
virtual void | FixedAnnotationLeaderLineColorOn () |
|
virtual void | FixedAnnotationLeaderLineColorOff () |
|
virtual void | SetNanAnnotation (const char *) |
|
virtual char * | GetNanAnnotation () |
|
virtual void | SetAnnotationTextScaling (int) |
|
virtual int | GetAnnotationTextScaling () |
|
virtual void | AnnotationTextScalingOn () |
|
virtual void | AnnotationTextScalingOff () |
|
virtual void | SetDrawBackground (int) |
|
virtual int | GetDrawBackground () |
|
virtual void | DrawBackgroundOn () |
|
virtual void | DrawBackgroundOff () |
|
virtual void | SetDrawFrame (int) |
|
virtual int | GetDrawFrame () |
|
virtual void | DrawFrameOn () |
|
virtual void | DrawFrameOff () |
|
virtual void | SetDrawColorBar (int) |
|
virtual int | GetDrawColorBar () |
|
virtual void | DrawColorBarOn () |
|
virtual void | DrawColorBarOff () |
|
virtual void | SetDrawTickLabels (int) |
|
virtual int | GetDrawTickLabels () |
|
virtual void | DrawTickLabelsOn () |
|
virtual void | DrawTickLabelsOff () |
|
virtual void | SetBackgroundProperty (vtkProperty2D *p) |
|
virtual vtkProperty2D * | GetBackgroundProperty () |
|
virtual void | SetFrameProperty (vtkProperty2D *p) |
|
virtual vtkProperty2D * | GetFrameProperty () |
|
virtual int | GetTextPad () |
|
virtual void | SetTextPad (int) |
|
virtual int | GetVerticalTitleSeparation () |
|
virtual void | SetVerticalTitleSeparation (int) |
|
virtual double | GetBarRatio () |
|
virtual void | SetBarRatio (double) |
|
virtual double | GetTitleRatio () |
|
virtual void | SetTitleRatio (double) |
|
virtual void | SetUnconstrainedFontSize (bool) |
|
virtual bool | GetUnconstrainedFontSize () |
|
virtual void | UnconstrainedFontSizeOn () |
|
virtual void | UnconstrainedFontSizeOff () |
|
virtual int | RenderTranslucentPolygonalGeometry (vtkViewport *) |
|
virtual void | SetLookupTable (vtkScalarsToColors *) |
|
virtual vtkScalarsToColors * | GetLookupTable () |
|
virtual void | SetUseOpacity (int) |
|
virtual int | GetUseOpacity () |
|
virtual void | UseOpacityOn () |
|
virtual void | UseOpacityOff () |
|
virtual void | SetMaximumNumberOfColors (int) |
|
virtual int | GetMaximumNumberOfColors () |
|
virtual void | SetNumberOfLabels (int) |
|
virtual int | GetNumberOfLabels () |
|
virtual void | SetOrientation (int) |
|
virtual int | GetOrientation () |
|
void | SetOrientationToHorizontal () |
|
void | SetOrientationToVertical () |
|
virtual void | SetTitleTextProperty (vtkTextProperty *p) |
|
virtual vtkTextProperty * | GetTitleTextProperty () |
|
virtual void | SetLabelTextProperty (vtkTextProperty *p) |
|
virtual vtkTextProperty * | GetLabelTextProperty () |
|
virtual void | SetAnnotationTextProperty (vtkTextProperty *p) |
|
virtual vtkTextProperty * | GetAnnotationTextProperty () |
|
virtual void | SetLabelFormat (const char *) |
|
virtual char * | GetLabelFormat () |
|
virtual void | SetTitle (const char *) |
|
virtual char * | GetTitle () |
|
virtual void | SetComponentTitle (const char *) |
|
virtual char * | GetComponentTitle () |
|
virtual void | SetTextureGridWidth (double) |
|
virtual double | GetTextureGridWidth () |
|
virtual vtkTexturedActor2D * | GetTextureActor () |
|
virtual void | SetTextPosition (int) |
|
virtual int | GetTextPosition () |
|
virtual void | SetTextPositionToPrecedeScalarBar () |
|
virtual void | SetTextPositionToSucceedScalarBar () |
|
virtual void | SetMaximumWidthInPixels (int) |
|
virtual int | GetMaximumWidthInPixels () |
|
virtual void | SetMaximumHeightInPixels (int) |
|
virtual int | GetMaximumHeightInPixels () |
|
virtual void | SetAnnotationLeaderPadding (double) |
|
virtual double | GetAnnotationLeaderPadding () |
|
virtual void | SetDrawAnnotations (int) |
|
virtual int | GetDrawAnnotations () |
|
virtual void | DrawAnnotationsOn () |
|
virtual void | DrawAnnotationsOff () |
|
virtual void | SetDrawNanAnnotation (int) |
|
virtual int | GetDrawNanAnnotation () |
|
virtual void | DrawNanAnnotationOn () |
|
virtual void | DrawNanAnnotationOff () |
|
virtual void | SetDrawBelowRangeSwatch (bool) |
|
virtual bool | GetDrawBelowRangeSwatch () |
|
virtual void | DrawBelowRangeSwatchOn () |
|
virtual void | DrawBelowRangeSwatchOff () |
|
virtual void | SetBelowRangeAnnotation (const char *) |
|
virtual char * | GetBelowRangeAnnotation () |
|
virtual void | SetDrawAboveRangeSwatch (bool) |
|
virtual bool | GetDrawAboveRangeSwatch () |
|
virtual void | DrawAboveRangeSwatchOn () |
|
virtual void | DrawAboveRangeSwatchOff () |
|
virtual void | SetAboveRangeAnnotation (const char *) |
|
virtual char * | GetAboveRangeAnnotation () |
|
virtual void | SetFixedAnnotationLeaderLineColor (int) |
|
virtual int | GetFixedAnnotationLeaderLineColor () |
|
virtual void | FixedAnnotationLeaderLineColorOn () |
|
virtual void | FixedAnnotationLeaderLineColorOff () |
|
virtual void | SetNanAnnotation (const char *) |
|
virtual char * | GetNanAnnotation () |
|
virtual void | SetAnnotationTextScaling (int) |
|
virtual int | GetAnnotationTextScaling () |
|
virtual void | AnnotationTextScalingOn () |
|
virtual void | AnnotationTextScalingOff () |
|
virtual void | SetDrawBackground (int) |
|
virtual int | GetDrawBackground () |
|
virtual void | DrawBackgroundOn () |
|
virtual void | DrawBackgroundOff () |
|
virtual void | SetDrawFrame (int) |
|
virtual int | GetDrawFrame () |
|
virtual void | DrawFrameOn () |
|
virtual void | DrawFrameOff () |
|
virtual void | SetDrawColorBar (int) |
|
virtual int | GetDrawColorBar () |
|
virtual void | DrawColorBarOn () |
|
virtual void | DrawColorBarOff () |
|
virtual void | SetDrawTickLabels (int) |
|
virtual int | GetDrawTickLabels () |
|
virtual void | DrawTickLabelsOn () |
|
virtual void | DrawTickLabelsOff () |
|
virtual void | SetBackgroundProperty (vtkProperty2D *p) |
|
virtual vtkProperty2D * | GetBackgroundProperty () |
|
virtual void | SetFrameProperty (vtkProperty2D *p) |
|
virtual vtkProperty2D * | GetFrameProperty () |
|
virtual int | GetTextPad () |
|
virtual void | SetTextPad (int) |
|
virtual int | GetVerticalTitleSeparation () |
|
virtual void | SetVerticalTitleSeparation (int) |
|
virtual double | GetBarRatio () |
|
virtual void | SetBarRatio (double) |
|
virtual double | GetTitleRatio () |
|
virtual void | SetTitleRatio (double) |
|
virtual void | SetUnconstrainedFontSize (bool) |
|
virtual bool | GetUnconstrainedFontSize () |
|
virtual void | UnconstrainedFontSizeOn () |
|
virtual void | UnconstrainedFontSizeOff () |
|
vtkActor2D * | NewInstance () const |
|
vtkProperty2D * | GetProperty () |
|
virtual void | SetProperty (vtkProperty2D *) |
|
void | SetDisplayPosition (int, int) |
|
virtual vtkMTimeType | GetMTime () |
|
virtual void | GetActors2D (vtkPropCollection *pc) |
|
virtual void | SetMapper (vtkMapper2D *mapper) |
|
virtual vtkMapper2D * | GetMapper () |
|
virtual void | SetLayerNumber (int) |
|
virtual int | GetLayerNumber () |
|
virtual vtkCoordinate * | GetPositionCoordinate () |
|
virtual void | SetPosition (float x[2]) |
|
virtual void | SetPosition (float x, float y) |
|
virtual float * | GetPosition () |
|
virtual vtkCoordinate * | GetPosition2Coordinate () |
|
virtual void | SetPosition2 (float x[2]) |
|
virtual void | SetPosition2 (float x, float y) |
|
virtual float * | GetPosition2 () |
|
void | SetWidth (double w) |
|
double | GetWidth () |
|
void | SetHeight (double h) |
|
double | GetHeight () |
|
virtual vtkCoordinate * | GetActualPositionCoordinate (void) |
|
virtual vtkCoordinate * | GetActualPosition2Coordinate (void) |
|
virtual void | SetMapper (vtkMapper2D *mapper) |
|
virtual vtkMapper2D * | GetMapper () |
|
virtual void | SetLayerNumber (int) |
|
virtual int | GetLayerNumber () |
|
virtual vtkCoordinate * | GetPositionCoordinate () |
|
virtual void | SetPosition (float x[2]) |
|
virtual void | SetPosition (float x, float y) |
|
virtual float * | GetPosition () |
|
virtual vtkCoordinate * | GetPosition2Coordinate () |
|
virtual void | SetPosition2 (float x[2]) |
|
virtual void | SetPosition2 (float x, float y) |
|
virtual float * | GetPosition2 () |
|
void | SetWidth (double w) |
|
double | GetWidth () |
|
void | SetHeight (double h) |
|
double | GetHeight () |
|
virtual vtkCoordinate * | GetActualPositionCoordinate (void) |
|
virtual vtkCoordinate * | GetActualPosition2Coordinate (void) |
|
vtkProp * | NewInstance () const |
|
virtual void | Pick () |
|
virtual bool | HasKeys (vtkInformation *requiredKeys) |
|
virtual void | BuildPaths (vtkAssemblyPaths *paths, vtkAssemblyPath *path) |
|
virtual void | GetActors (vtkPropCollection *) |
|
virtual void | GetVolumes (vtkPropCollection *) |
|
virtual void | SetVisibility (int) |
|
virtual int | GetVisibility () |
|
virtual void | VisibilityOn () |
|
virtual void | VisibilityOff () |
|
virtual void | SetPickable (int) |
|
virtual int | GetPickable () |
|
virtual void | PickableOn () |
|
virtual void | PickableOff () |
|
virtual void | SetDragable (int) |
|
virtual int | GetDragable () |
|
virtual void | DragableOn () |
|
virtual void | DragableOff () |
|
virtual vtkMTimeType | GetRedrawMTime () |
|
virtual void | SetUseBounds (bool) |
|
virtual bool | GetUseBounds () |
|
virtual void | UseBoundsOn () |
|
virtual void | UseBoundsOff () |
|
virtual double * | GetBounds () |
|
virtual void | InitPathTraversal () |
|
virtual vtkAssemblyPath * | GetNextPath () |
|
virtual int | GetNumberOfPaths () |
|
virtual void | PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix)) |
|
virtual vtkMatrix4x4 * | GetMatrix () |
|
virtual vtkInformation * | GetPropertyKeys () |
|
virtual void | SetPropertyKeys (vtkInformation *keys) |
|
virtual int | RenderVolumetricGeometry (vtkViewport *) |
|
virtual bool | RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual bool | RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual bool | RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual bool | RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual double | GetEstimatedRenderTime (vtkViewport *) |
|
virtual double | GetEstimatedRenderTime () |
|
virtual void | SetEstimatedRenderTime (double t) |
|
virtual void | RestoreEstimatedRenderTime () |
|
virtual void | AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp)) |
|
virtual void | SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v)) |
|
virtual double | GetAllocatedRenderTime () |
|
void | SetRenderTimeMultiplier (double t) |
|
virtual double | GetRenderTimeMultiplier () |
|
virtual bool | GetSupportsSelection () |
|
virtual int | GetNumberOfConsumers () |
|
void | AddConsumer (vtkObject *c) |
|
void | RemoveConsumer (vtkObject *c) |
|
vtkObject * | GetConsumer (int i) |
|
int | IsConsumer (vtkObject *c) |
|
virtual void | GetActors (vtkPropCollection *) |
|
virtual void | GetVolumes (vtkPropCollection *) |
|
virtual void | SetVisibility (int) |
|
virtual int | GetVisibility () |
|
virtual void | VisibilityOn () |
|
virtual void | VisibilityOff () |
|
virtual void | SetPickable (int) |
|
virtual int | GetPickable () |
|
virtual void | PickableOn () |
|
virtual void | PickableOff () |
|
virtual void | SetDragable (int) |
|
virtual int | GetDragable () |
|
virtual void | DragableOn () |
|
virtual void | DragableOff () |
|
virtual vtkMTimeType | GetRedrawMTime () |
|
virtual void | SetUseBounds (bool) |
|
virtual bool | GetUseBounds () |
|
virtual void | UseBoundsOn () |
|
virtual void | UseBoundsOff () |
|
virtual double * | GetBounds () |
|
virtual void | InitPathTraversal () |
|
virtual vtkAssemblyPath * | GetNextPath () |
|
virtual int | GetNumberOfPaths () |
|
virtual void | PokeMatrix (vtkMatrix4x4 *vtkNotUsed(matrix)) |
|
virtual vtkMatrix4x4 * | GetMatrix () |
|
virtual vtkInformation * | GetPropertyKeys () |
|
virtual void | SetPropertyKeys (vtkInformation *keys) |
|
virtual int | RenderVolumetricGeometry (vtkViewport *) |
|
virtual bool | RenderFilteredOpaqueGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual bool | RenderFilteredTranslucentPolygonalGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual bool | RenderFilteredVolumetricGeometry (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual bool | RenderFilteredOverlay (vtkViewport *v, vtkInformation *requiredKeys) |
|
virtual double | GetEstimatedRenderTime (vtkViewport *) |
|
virtual double | GetEstimatedRenderTime () |
|
virtual void | SetEstimatedRenderTime (double t) |
|
virtual void | RestoreEstimatedRenderTime () |
|
virtual void | AddEstimatedRenderTime (double t, vtkViewport *vtkNotUsed(vp)) |
|
virtual void | SetAllocatedRenderTime (double t, vtkViewport *vtkNotUsed(v)) |
|
virtual double | GetAllocatedRenderTime () |
|
void | SetRenderTimeMultiplier (double t) |
|
virtual double | GetRenderTimeMultiplier () |
|
virtual bool | GetSupportsSelection () |
|
virtual int | GetNumberOfConsumers () |
|
void | AddConsumer (vtkObject *c) |
|
void | RemoveConsumer (vtkObject *c) |
|
vtkObject * | GetConsumer (int i) |
|
int | IsConsumer (vtkObject *c) |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
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 *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
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 *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|