#include <VTKViewer_FramedTextActor.h>

| VTKViewer_FramedTextActor::VTKViewer_FramedTextActor | ( | ) | [protected] |
| VTKViewer_FramedTextActor::~VTKViewer_FramedTextActor | ( | ) | [protected] |
References myBar, myBarActor, myBarMapper, myTextActor, myTextMapper, and myTextProperty.
| VTKViewer_FramedTextActor.VTKViewer_FramedTextActor | ( | const VTKViewer_FramedTextActor & | ) | [private] |
| VTKViewer_FramedTextActor.vtkTypeRevisionMacro | ( | VTKViewer_FramedTextActor | , |
| vtkActor2D | |||
| ) |
| static VTKViewer_FramedTextActor* VTKViewer_FramedTextActor.New | ( | ) | [static] |
| int VTKViewer_FramedTextActor::RenderOpaqueGeometry | ( | vtkViewport * | theViewport | ) | [virtual] |
References Horizontal, OFFSET_SPACING, and Vertical.
| virtual int VTKViewer_FramedTextActor.RenderTranslucentGeometry | ( | vtkViewport * | ) | [virtual] |
| int VTKViewer_FramedTextActor::RenderOverlay | ( | vtkViewport * | viewport | ) | [virtual] |
References myBarActor, and myTextActor.
| void VTKViewer_FramedTextActor::ReleaseGraphicsResources | ( | vtkWindow * | win | ) | [virtual] |
References myBarActor, and myTextActor.
| void VTKViewer_FramedTextActor::SetVisibility | ( | int | theVisibility | ) | [virtual] |
References myBarActor, and myTextActor.
| int VTKViewer_FramedTextActor::GetVisibility | ( | ) | [virtual] |
References myBarActor.
| void VTKViewer_FramedTextActor::SetPickable | ( | int | thePickability | ) | [virtual] |
References myBarActor, and myTextActor.
| int VTKViewer_FramedTextActor::GetPickable | ( | ) | [virtual] |
References myBarActor.
| void VTKViewer_FramedTextActor::GetSize | ( | vtkRenderer * | theRenderer, |
| int | theSize[2] | ||
| ) | const [virtual] |
References GetTextMargin(), myTextMapper, and OFFSET_SPACING.
| void VTKViewer_FramedTextActor::SetText | ( | const char * | theText | ) |
References myTextMapper.
| char * VTKViewer_FramedTextActor::GetText | ( | ) |
References myTextMapper.
| void VTKViewer_FramedTextActor::SetModePosition | ( | const int | theMode | ) |
References myModePosition.
| int VTKViewer_FramedTextActor::GetModePosition | ( | ) | const |
References myModePosition.
| void VTKViewer_FramedTextActor::SetLayoutType | ( | const int | theType | ) |
References myLayoutType.
| int VTKViewer_FramedTextActor::GetLayoutType | ( | ) | const |
References myLayoutType.
| void VTKViewer_FramedTextActor::SetWorldPoint | ( | const vtkFloatingPointType | theWorldPoint[4] | ) |
References myWorldPoint.
| const vtkFloatingPointType * VTKViewer_FramedTextActor::GetWorldPoint | ( | ) | const |
References myWorldPoint.
| void VTKViewer_FramedTextActor::SetDistance | ( | const vtkFloatingPointType | theDistance | ) |
References myDistance.
| vtkFloatingPointType VTKViewer_FramedTextActor::GetDistance | ( | ) | const |
References myDistance.
| void VTKViewer_FramedTextActor::SetMoveFrameFlag | ( | const int | flag | ) |
References myMoveFrameFlag.
| int VTKViewer_FramedTextActor::GetMoveFrameFlag | ( | ) | const |
References myMoveFrameFlag.
| void VTKViewer_FramedTextActor::SetForegroundColor | ( | const vtkFloatingPointType | r, |
| const vtkFloatingPointType | g, | ||
| const vtkFloatingPointType | b | ||
| ) |
References myTextMapper, and myTextProperty.
| void VTKViewer_FramedTextActor::GetForegroundColor | ( | vtkFloatingPointType & | r, |
| vtkFloatingPointType & | g, | ||
| vtkFloatingPointType & | b | ||
| ) |
References myTextProperty.
| void VTKViewer_FramedTextActor::SetBackgroundColor | ( | const vtkFloatingPointType | r, |
| const vtkFloatingPointType | g, | ||
| const vtkFloatingPointType | b | ||
| ) |
References myBarActor.
| void VTKViewer_FramedTextActor::GetBackgroundColor | ( | vtkFloatingPointType & | r, |
| vtkFloatingPointType & | g, | ||
| vtkFloatingPointType & | b | ||
| ) |
References myBarActor.
| void VTKViewer_FramedTextActor::SetTransparency | ( | const vtkFloatingPointType | theTransparency | ) |
References myBarActor, and myTransparency.
| vtkFloatingPointType VTKViewer_FramedTextActor::GetTransparency | ( | ) | const |
References myTransparency.
| void VTKViewer_FramedTextActor::SetTextMargin | ( | const int | theMargin | ) |
References myTextMargin.
| int VTKViewer_FramedTextActor::GetTextMargin | ( | ) | const |
References myTextMargin.
| void VTKViewer_FramedTextActor::SetOffset | ( | const int | theOffset[2] | ) |
References myHorizontalOffset, and myVerticalOffset.
| void VTKViewer_FramedTextActor.operator= | ( | const VTKViewer_FramedTextActor & | ) | [private] |
vtkPolyData* VTKViewer_FramedTextActor.myBar [protected] |
vtkPolyDataMapper2D* VTKViewer_FramedTextActor.myBarMapper [protected] |
vtkActor2D* VTKViewer_FramedTextActor.myBarActor [protected] |
vtkTextProperty* VTKViewer_FramedTextActor.myTextProperty [protected] |
vtkTextMapper* VTKViewer_FramedTextActor.myTextMapper [protected] |
vtkActor2D* VTKViewer_FramedTextActor.myTextActor [protected] |
vtkTimeStamp VTKViewer_FramedTextActor.myBuildTime [protected] |
int VTKViewer_FramedTextActor.myModePosition [protected] |
int VTKViewer_FramedTextActor.myLayoutType [protected] |
int VTKViewer_FramedTextActor.myMoveFrameFlag [protected] |
vtkFloatingPointType VTKViewer_FramedTextActor.myWorldPoint[4] [protected] |
int VTKViewer_FramedTextActor.myTextMargin [protected] |
int VTKViewer_FramedTextActor.myHorizontalOffset [protected] |
int VTKViewer_FramedTextActor.myVerticalOffset [protected] |