#include <VTKViewer_FramedTextActor.h>
|
| vtkTypeMacro (VTKViewer_FramedTextActor, vtkActor2D) |
|
virtual int | RenderOpaqueGeometry (vtkViewport *) |
|
virtual int | RenderTranslucentGeometry (vtkViewport *) |
|
virtual int | RenderOverlay (vtkViewport *) |
|
virtual void | ReleaseGraphicsResources (vtkWindow *) |
|
virtual void | SetVisibility (int) |
|
virtual int | GetVisibility () |
|
virtual void | SetPickable (int) |
|
virtual int | GetPickable () |
|
virtual void | GetSize (vtkRenderer *vport, double theSize[2]) const |
|
void | SetText (const char *theText) |
|
char * | GetText () |
|
void | SetModePosition (const int theMode) |
|
int | GetModePosition () const |
|
void | SetLayoutType (const int theType) |
|
int | GetLayoutType () const |
|
void | SetWorldPoint (const double theWorldPoint[4]) |
|
const double * | GetWorldPoint () const |
|
void | SetDistance (const double theDistance) |
|
double | GetDistance () const |
|
void | SetMoveFrameFlag (const int flag) |
|
int | GetMoveFrameFlag () const |
|
void | SetForegroundColor (const double r, const double g, const double b) |
|
void | GetForegroundColor (double &r, double &g, double &b) |
|
void | SetBackgroundColor (const double r, const double g, const double b) |
|
void | GetBackgroundColor (double &r, double &g, double &b) |
|
void | SetTransparency (const double theTransparency) |
|
double | GetTransparency () const |
|
void | SetTextMargin (const int theMargin) |
|
int | GetTextMargin () const |
|
void | SetOffset (const double theOffset[2]) |
|
Enumerator |
---|
Vertical |
|
Horizontal |
|
Enumerator |
---|
BelowPoint |
|
TopLeft |
|
TopRight |
|
BottomLeft |
|
BottomRight |
|
VTKViewer_FramedTextActor::VTKViewer_FramedTextActor |
( |
| ) |
|
|
protected |
References BelowPoint, myBar, myBarActor, myBarMapper, myDistance, myHorizontalOffset, myLayoutType, myModePosition, myMoveFrameFlag, myTextActor, myTextMargin, myTextProperty, myTransparency, myVerticalOffset, myWorldPoint, TEXT_MARGIN, and Vertical.
VTKViewer_FramedTextActor::~VTKViewer_FramedTextActor |
( |
| ) |
|
|
protected |
void VTKViewer_FramedTextActor::GetBackgroundColor |
( |
double & |
r, |
|
|
double & |
g, |
|
|
double & |
b |
|
) |
| |
double VTKViewer_FramedTextActor::GetDistance |
( |
| ) |
const |
void VTKViewer_FramedTextActor::GetForegroundColor |
( |
double & |
r, |
|
|
double & |
g, |
|
|
double & |
b |
|
) |
| |
int VTKViewer_FramedTextActor::GetLayoutType |
( |
| ) |
const |
int VTKViewer_FramedTextActor::GetModePosition |
( |
| ) |
const |
int VTKViewer_FramedTextActor::GetMoveFrameFlag |
( |
| ) |
const |
int VTKViewer_FramedTextActor::GetPickable |
( |
| ) |
|
|
virtual |
void VTKViewer_FramedTextActor::GetSize |
( |
vtkRenderer * |
vport, |
|
|
double |
theSize[2] |
|
) |
| const |
|
virtual |
char * VTKViewer_FramedTextActor::GetText |
( |
| ) |
|
int VTKViewer_FramedTextActor::GetTextMargin |
( |
| ) |
const |
double VTKViewer_FramedTextActor::GetTransparency |
( |
| ) |
const |
int VTKViewer_FramedTextActor::GetVisibility |
( |
| ) |
|
|
virtual |
const double * VTKViewer_FramedTextActor::GetWorldPoint |
( |
| ) |
const |
void VTKViewer_FramedTextActor::ReleaseGraphicsResources |
( |
vtkWindow * |
win | ) |
|
|
virtual |
int VTKViewer_FramedTextActor::RenderOpaqueGeometry |
( |
vtkViewport * |
theViewport | ) |
|
|
virtual |
int VTKViewer_FramedTextActor::RenderOverlay |
( |
vtkViewport * |
viewport | ) |
|
|
virtual |
virtual int VTKViewer_FramedTextActor::RenderTranslucentGeometry |
( |
vtkViewport * |
| ) |
|
|
inlinevirtual |
void VTKViewer_FramedTextActor::SetBackgroundColor |
( |
const double |
r, |
|
|
const double |
g, |
|
|
const double |
b |
|
) |
| |
void VTKViewer_FramedTextActor::SetDistance |
( |
const double |
theDistance | ) |
|
void VTKViewer_FramedTextActor::SetForegroundColor |
( |
const double |
r, |
|
|
const double |
g, |
|
|
const double |
b |
|
) |
| |
void VTKViewer_FramedTextActor::SetLayoutType |
( |
const int |
theType | ) |
|
void VTKViewer_FramedTextActor::SetModePosition |
( |
const int |
theMode | ) |
|
void VTKViewer_FramedTextActor::SetMoveFrameFlag |
( |
const int |
flag | ) |
|
void VTKViewer_FramedTextActor::SetOffset |
( |
const double |
theOffset[2] | ) |
|
void VTKViewer_FramedTextActor::SetPickable |
( |
int |
thePickability | ) |
|
|
virtual |
void VTKViewer_FramedTextActor::SetText |
( |
const char * |
theText | ) |
|
void VTKViewer_FramedTextActor::SetTextMargin |
( |
const int |
theMargin | ) |
|
void VTKViewer_FramedTextActor::SetTransparency |
( |
const double |
theTransparency | ) |
|
void VTKViewer_FramedTextActor::SetVisibility |
( |
int |
theVisibility | ) |
|
|
virtual |
void VTKViewer_FramedTextActor::SetWorldPoint |
( |
const double |
theWorldPoint[4] | ) |
|
vtkPolyData* VTKViewer_FramedTextActor::myBar |
|
protected |
vtkPolyDataMapper2D* VTKViewer_FramedTextActor::myBarMapper |
|
protected |
vtkTimeStamp VTKViewer_FramedTextActor::myBuildTime |
|
protected |
double VTKViewer_FramedTextActor::myDistance |
|
protected |
int VTKViewer_FramedTextActor::myHorizontalOffset |
|
protected |
int VTKViewer_FramedTextActor::myLayoutType |
|
protected |
int VTKViewer_FramedTextActor::myModePosition |
|
protected |
int VTKViewer_FramedTextActor::myMoveFrameFlag |
|
protected |
vtkTextActor* VTKViewer_FramedTextActor::myTextActor |
|
protected |
int VTKViewer_FramedTextActor::myTextMargin |
|
protected |
vtkTextProperty* VTKViewer_FramedTextActor::myTextProperty |
|
protected |
double VTKViewer_FramedTextActor::myTransparency |
|
protected |
int VTKViewer_FramedTextActor::myVerticalOffset |
|
protected |
double VTKViewer_FramedTextActor::myWorldPoint[4] |
|
protected |
The documentation for this class was generated from the following files: