A base class for widget type templated proxy classes.
More...
#include <igstkViewProxyBase.h>
A base class for widget type templated proxy classes.
A proxy class designed to access private member data of the view class. This class is a friend class of the View class.
- See Also
- ViewProxy
Definition at line 39 of file igstkViewProxyBase.h.
vtkRenderer* igstk::ViewProxyBase::GetRenderer |
( |
View * |
view | ) |
|
|
protected |
vtkRenderWindowInteractor* igstk::ViewProxyBase::GetRenderWindowInteractor |
( |
View * |
view | ) |
|
|
protected |
Get the VTK RenderWindow interactor.
void igstk::ViewProxyBase::InitializeInteractor |
( |
View * |
view | ) |
|
|
protected |
Initialize VTK RenderWindow interactor.
void igstk::ViewProxyBase::SetRenderWindowSize |
( |
View * |
view, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
protected |
Set VTK RenderWindow Size.
void igstk::ViewProxyBase::SetPickedPointCoordinates |
( |
View * |
view, |
|
|
double |
xPickedPoint, |
|
|
double |
yPickedPoint |
|
) |
| |
|
protected |
Set PickedPoint coordinates.
The documentation for this class was generated from the following file: