#include <win.h>
List of all members.
Public Member Functions |
| Win (int Width=600, int Height=600, double BgRed=1.0, double BgGreen=1.0, double BgBlue=1.0) |
| Win (vtkRenderWindowInteractor *vtkRWI, int Width=600, int Height=600, double BgRed=1.0, double BgGreen=1.0, double BgBlue=1.0) |
| ~Win () |
void | AddActor (vtkActor *TheActor, bool RstCam=true) |
void | DelActor (vtkActor *TheActor) |
void | AddLight (vtkLight *Light) |
void | Render () |
void | Show () |
void | WritePNG (char const *Filename, bool Large=false, int Magnification=1) |
void | Camera (double xUp, double yUp, double zUp, double xFoc, double yFoc, double zFoc, double xPos, double yPos, double zPos) |
void | Parallel (bool ParallelProjection=true) |
vtkRenderer * | GetRen () |
vtkCamera * | GetCamera () |
Win & | SetViewDefault (bool RevCam=false) |
Win & | SetViewPIplane (bool RevCam=false) |
Win & | SetBgColor (char const *Name="white") |
Win & | SetBgColor (double BgRed, double BgGreen, double BgBlue) |
Constructor & Destructor Documentation
VTK::Win::Win |
( |
int |
Width = 600 , |
|
|
int |
Height = 600 , |
|
|
double |
BgRed = 1.0 , |
|
|
double |
BgGreen = 1.0 , |
|
|
double |
BgBlue = 1.0 |
|
) |
| [inline] |
VTK::Win::Win |
( |
vtkRenderWindowInteractor * |
vtkRWI, |
|
|
int |
Width = 600 , |
|
|
int |
Height = 600 , |
|
|
double |
BgRed = 1.0 , |
|
|
double |
BgGreen = 1.0 , |
|
|
double |
BgBlue = 1.0 |
|
) |
| [inline] |
Member Function Documentation
void VTK::Win::Camera |
( |
double |
xUp, |
|
|
double |
yUp, |
|
|
double |
zUp, |
|
|
double |
xFoc, |
|
|
double |
yFoc, |
|
|
double |
zFoc, |
|
|
double |
xPos, |
|
|
double |
yPos, |
|
|
double |
zPos |
|
) |
| [inline] |
void VTK::Win::WritePNG |
( |
char const * |
Filename, |
|
|
bool |
Large = false , |
|
|
int |
Magnification = 1 |
|
) |
| [inline] |
The documentation for this class was generated from the following file:
- /home/dorival/mechsys/lib/vtk/win.h