|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| virtual void | SetBackgroundColor (double, double, double, double) |
| | Set color of background to draw behind the color bar. More...
|
| |
| virtual void | SetBackgroundColor (double [4]) |
| |
| virtual double * | GetBackgroundColor () |
| |
| virtual void | GetBackgroundColor (double &, double &, double &, double &) |
| |
| virtual void | GetBackgroundColor (double [4]) |
| |
| virtual void | SetBackgroundPadding (double) |
| | Set the padding to add to the background rectangle past the contents of the color legend contents. More...
|
| |
| virtual double | GetBackgroundPadding () |
| |
| void | SetCustomLabel (vtkIdType index, double value) |
| | Set label for index. More...
|
| |
| int | RenderOverlay (vtkViewport *viewport) override |
| | We only render in the overlay for the context scene. More...
|
| |
| int | RenderOpaqueGeometry (vtkViewport *viewport) override |
| | Draw the scalar bar and annotation text to the screen. More...
|
| |
| void | ReleaseGraphicsResources (vtkWindow *window) override |
| | Release any graphics resources that are being consumed by this actor. More...
|
| |
| virtual bool | Paint (vtkContext2D *painter) |
| | Responsible for actually drawing the scalar bar. More...
|
| |
| vtkRectf | GetBoundingRect () |
| | Get the bounding rectangle of the scalar bar actor contents in display coordinates. More...
|
| |
| int | GetEstimatedNumberOfAnnotations () |
| | Get an estimated number of annotations emulating loosely the algorithm generating the annotations. More...
|
| |
|
| virtual int | GetTitleJustification () |
| | Set the title justification. More...
|
| |
| virtual void | SetTitleJustification (int) |
| | Set the title justification. More...
|
| |
|
| virtual void | SetForceHorizontalTitle (bool) |
| | If this flag is on, the title will be drawn horizontally above the scalar bar. More...
|
| |
| virtual bool | GetForceHorizontalTitle () |
| | If this flag is on, the title will be drawn horizontally above the scalar bar. More...
|
| |
| virtual void | ForceHorizontalTitleOn () |
| | If this flag is on, the title will be drawn horizontally above the scalar bar. More...
|
| |
| virtual void | ForceHorizontalTitleOff () |
| | If this flag is on, the title will be drawn horizontally above the scalar bar. More...
|
| |
|
| virtual void | SetScalarBarThickness (int) |
| | Set the scalar bar thickness. More...
|
| |
| virtual int | GetScalarBarThickness () |
| | Set the scalar bar thickness. More...
|
| |
|
| virtual void | SetScalarBarLength (double) |
| | Set the scalar bar length. More...
|
| |
| virtual double | GetScalarBarLength () |
| | Set the scalar bar length. More...
|
| |
|
| virtual void | SetDrawScalarBarOutline (bool) |
| | Enable drawing an outline around the scalar bar. More...
|
| |
| virtual bool | GetDrawScalarBarOutline () |
| | Enable drawing an outline around the scalar bar. More...
|
| |
| virtual void | DrawScalarBarOutlineOn () |
| | Enable drawing an outline around the scalar bar. More...
|
| |
| virtual void | DrawScalarBarOutlineOff () |
| | Enable drawing an outline around the scalar bar. More...
|
| |
|
| virtual void | SetScalarBarOutlineColor (double, double, double) |
| | Set the RGB color of the scalar bar outline. More...
|
| |
| virtual void | SetScalarBarOutlineColor (double [3]) |
| | Set the RGB color of the scalar bar outline. More...
|
| |
| virtual double * | GetScalarBarOutlineColor () |
| | Set the RGB color of the scalar bar outline. More...
|
| |
| virtual void | GetScalarBarOutlineColor (double &, double &, double &) |
| | Set the RGB color of the scalar bar outline. More...
|
| |
| virtual void | GetScalarBarOutlineColor (double [3]) |
| | Set the RGB color of the scalar bar outline. More...
|
| |
|
| virtual void | SetScalarBarOutlineThickness (int) |
| | Set the thickness of the scalar bar outline. More...
|
| |
| virtual int | GetScalarBarOutlineThickness () |
| | Set the thickness of the scalar bar outline. More...
|
| |
|
| virtual void | SetReverseLegend (bool) |
| | Set whether the scalar bar is reversed ie from high to low instead of from low to high. More...
|
| |
| virtual bool | GetReverseLegend () |
| | Set whether the scalar bar is reversed ie from high to low instead of from low to high. More...
|
| |
| virtual void | ReverseLegendOn () |
| | Set whether the scalar bar is reversed ie from high to low instead of from low to high. More...
|
| |
| virtual void | ReverseLegendOff () |
| | Set whether the scalar bar is reversed ie from high to low instead of from low to high. 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 void | SetAddRangeLabels (int) |
| | Set/get whether to add range labels or not. More...
|
| |
| virtual int | GetAddRangeLabels () |
| | Set/get whether to add range labels or not. 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 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...
|
| |
|
| virtual void | SetDrawTickMarks (bool) |
| | Set/get whether tick marks should be drawn. More...
|
| |
| virtual bool | GetDrawTickMarks () |
| | Set/get whether tick marks should be drawn. More...
|
| |
|
| virtual void | SetRangeLabelFormat (const char *format) |
| | std::format style format for range labels. More...
|
| |
| virtual char * | GetRangeLabelFormat () |
| | std::format style format for range labels. More...
|
| |
|
| virtual void | SetDataRangeLabelFormat (const char *format) |
| | std::format style format for range labels. More...
|
| |
| virtual char * | GetDataRangeLabelFormat () |
| | std::format style format for range labels. More...
|
| |
|
| void | SetNumberOfCustomLabels (vtkIdType numLabels) |
| | Set number of custom labels. More...
|
| |
| vtkIdType | GetNumberOfCustomLabels () |
| | Set number of custom labels. More...
|
| |
|
| virtual void | SetDrawDataRange (bool) |
| | If true, the ranges of the arrays linked to the scalar bar are displayed in the widget. More...
|
| |
| virtual bool | GetDrawDataRange () |
| | If true, the ranges of the arrays linked to the scalar bar are displayed in the widget. More...
|
| |
| virtual void | DrawDataRangeOn () |
| | If true, the ranges of the arrays linked to the scalar bar are displayed in the widget. More...
|
| |
| virtual void | DrawDataRangeOff () |
| | If true, the ranges of the arrays linked to the scalar bar are displayed in the widget. More...
|
| |
|
| virtual void | SetDataRangeMin (double) |
| | Set/Get the minimum value of arrays linked to this scalar bar actor. More...
|
| |
| virtual double | GetDataRangeMin () |
| | Set/Get the minimum value of arrays linked to this scalar bar actor. More...
|
| |
|
| virtual void | SetDataRangeMax (double) |
| | Set/Get the maximum value of arrays linked to this scalar bar actor. More...
|
| |
| virtual double | GetDataRangeMax () |
| | Set/Get the maximum value of arrays linked to this scalar bar actor. 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 &) |
| |