|
IGSTK
|
Provides the functionality of rendering a scene in a 3D window. More...
#include <igstkView3D.h>


Public Member Functions | |
| igstkStandardClassTraitsMacro (View3D, View) | |
| void | PrintSelf (std::ostream &os,::itk::Indent indent) const |
| Print the object information in a stream. | |
Protected Member Functions | |
| View3D () | |
| Constructor. | |
| virtual | ~View3D (void) |
| Destructor. | |
Provides the functionality of rendering a scene in a 3D window.
This class derives from the View class, and represents the abstraction of a window in a GUI in which 3D objects will be displayed but from a point of view in which the camera can change its orientation and position.
Definition at line 43 of file igstkView3D.h.
| igstk::View3D::View3D | ( | ) | [protected] |
Constructor.
| virtual igstk::View3D::~View3D | ( | void | ) | [protected, virtual] |
Destructor.
| void igstk::View3D::PrintSelf | ( | std::ostream & | os, |
| ::itk::Indent | indent | ||
| ) | const |
Print the object information in a stream.
1.7.4