|
| 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 &) |
| |
|
| | vtkPVScalarBarActor () |
| |
| | ~vtkPVScalarBarActor () override |
| |
| void | EditAnnotations () override |
| | Annotate the min/max values on the scalar bar (in interval/ratio mode). More...
|
| |
| virtual void | BuildScalarBarTexture () |
| | Set up the ScalarBar, ScalarBarMapper, and ScalarBarActor based on the current position and orientation of this actor. More...
|
| |
| virtual int | CreateLabel (double value, int minDigits, int targetWidth, int targetHeight, vtkViewport *viewport) |
| | A convenience function for creating one of the labels. More...
|
| |
|
| void | PrepareTitleText () override |
| | These methods override the subclass implementation. More...
|
| |
| void | ComputeScalarBarThickness () override |
| | These methods override the subclass implementation. More...
|
| |
| void | LayoutTitle () override |
| | These methods override the subclass implementation. More...
|
| |
| void | ComputeScalarBarLength () override |
| | These methods override the subclass implementation. More...
|
| |
| void | LayoutTicks () override |
| | These methods override the subclass implementation. More...
|
| |
| void | ConfigureAnnotations () override |
| | These methods override the subclass implementation. More...
|
| |
| void | ConfigureTitle () override |
| | These methods override the subclass implementation. More...
|
| |
| void | ConfigureTicks () override |
| | These methods override the subclass implementation. More...
|
| |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| |
| | vtkScalarBarActor () |
| |
| | ~vtkScalarBarActor () |
| |
| virtual void | RebuildLayout (vtkViewport *viewport) |
| |
| virtual int | RebuildLayoutIfNeeded (vtkViewport *viewport) |
| |
| virtual void | FreeLayoutStorage () |
| |
| virtual void | ComputeFrame () |
| |
| virtual void | ComputeSwatchPad () |
| |
| virtual void | LayoutNanSwatch () |
| |
| virtual void | LayoutBelowRangeSwatch () |
| |
| virtual void | LayoutAboveRangeSwatch () |
| |
| virtual void | LayoutAboveRangeSwatchPosn () |
| |
| virtual void | LayoutForUnconstrainedFont () |
| |
| virtual void | LayoutAnnotations () |
| |
| virtual void | ConfigureFrame () |
| |
| virtual void | DrawBoxes () |
| |
| virtual void | ConfigureScalarBar () |
| |
| virtual void | ConfigureNanSwatch () |
| |
| virtual void | ConfigureAboveBelowRangeSwatch (bool above) |
| |
| virtual void | SizeTitle (double *titleSize, int *size, vtkViewport *viewport) |
| |
| int | MapAnnotationLabels (vtkScalarsToColors *lkup, double start, double delta, const double *range) |
| |
| int | PlaceAnnotationsVertically (double barX, double barY, double barWidth, double barHeight, double delta, double pad) |
| |
| int | PlaceAnnotationsHorizontally (double barX, double barY, double barWidth, double barHeight, double delta, double pad) |
| |
| int | MapAnnotationLabels (vtkScalarsToColors *lkup, double start, double delta, const double *range) |
| |
| int | PlaceAnnotationsVertically (double barX, double barY, double barWidth, double barHeight, double delta, double pad) |
| |
| int | PlaceAnnotationsHorizontally (double barX, double barY, double barWidth, double barHeight, double delta, double pad) |
| |
| | vtkActor2D () |
| |
| | ~vtkActor2D () |
| |
| | vtkProp () |
| |
| | ~vtkProp () |
| |
| | vtkObject () |
| |
| virtual | ~vtkObject () |
| |
| void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | InternalReleaseFocus () |
| |
| | vtkObjectBase () |
| |
| virtual | ~vtkObjectBase () |
| |
| virtual void | CollectRevisions (ostream &) |
| |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| |
| | vtkObjectBase (const vtkObjectBase &) |
| |
| void | operator= (const vtkObjectBase &) |
| |