IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Class that is used to access the VtkPlotter's window in classes that are not derived from that class. Access can be granted by either inheriting from this class or by uding this class as proxy class. More...
Public Member Functions | |
Accessor (VtkPlotter plotter) | |
Properties | |
VtkPlotter | Plotter [get, private set] |
vtkRenderWindow | Window [get, set] |
VTK window used for rendering 3D graphics. More... | |
vtkRenderer | Renderer [get, set] |
VTK renderer used by the current plotter for rendering 3D graphics. More... | |
Private Member Functions | |
Accessor () | |
Private Attributes | |
VtkPlotter | _plotter |
Class that is used to access the VtkPlotter's window in classes that are not derived from that class. Access can be granted by either inheriting from this class or by uding this class as proxy class.
This class is immutable in the sense that plotter can be set only when constructed.
Warning: One should avoid accessing the plotter's window where this is not absolutely necessary.
|
inlineprivate |
|
inline |
|
private |
|
getprivate set |
|
getset |
VTK window used for rendering 3D graphics.
Warning: settes should only be used in constructors.
|
getset |
VTK renderer used by the current plotter for rendering 3D graphics.
Warning: setters should only be used in constructors.
Referenced by IG.Gr3d.VtkDecorationHandler.AddActorsToPlotter().