latest version v1.9 - last update 10 Apr 2010 |
View a scene3D object. More...
#include <ltiScene3DViewer.h>
Classes | |
class | mainWindow |
GTK Widget for the main class of the histogram viewer. More... | |
class | parameters |
the parameters for the class viewerBase3D More... | |
Public Member Functions | |
scene3DViewer (bool createDefaultParameters=true) | |
scene3DViewer (const scene3DViewer &other) | |
scene3DViewer (const std::string &title) | |
scene3DViewer (const char *title) | |
virtual | ~scene3DViewer () |
virtual const char * | getTypeName () const |
scene3DViewer & | copy (const scene3DViewer &other) |
scene3DViewer & | operator= (const scene3DViewer &other) |
virtual viewerBase * | clone () const |
const parameters & | getParameters () const |
bool | show (scene3D< rgbPixel > &scene) |
Protected Member Functions | |
virtual viewerBase3D::mainWindow * | getNewMainWindow () const |
This class provides the possiblity to show a scene3D object in a three dimensional view. This class only excepts colored scenes. This means that you can only show object like scene3D<rgbPixel>.
lti::scene3DViewer::scene3DViewer | ( | bool | createDefaultParameters = true |
) |
default constructor
lti::scene3DViewer::scene3DViewer | ( | const scene3DViewer & | other | ) |
copy constructor
other | the object to be copied |
lti::scene3DViewer::scene3DViewer | ( | const std::string & | title | ) |
constructor with windows title
lti::scene3DViewer::scene3DViewer | ( | const char * | title | ) |
constructor with windows title
virtual lti::scene3DViewer::~scene3DViewer | ( | ) | [virtual] |
destructor
virtual viewerBase* lti::scene3DViewer::clone | ( | ) | const [virtual] |
returns a pointer to a clone of this functor.
Reimplemented from lti::viewerBase3D.
scene3DViewer& lti::scene3DViewer::copy | ( | const scene3DViewer & | other | ) |
copy data of "other" functor.
other | the functor to be copied |
Reimplemented from lti::viewerBase3D.
virtual viewerBase3D::mainWindow* lti::scene3DViewer::getNewMainWindow | ( | ) | const [protected, virtual] |
return a new instance of the mainWindow class.
This class must be reimplemented in order to get the proper class instance.
Reimplemented from lti::viewerBase3D.
const parameters& lti::scene3DViewer::getParameters | ( | ) | const |
returns used parameters
Reimplemented from lti::viewerBase3D.
virtual const char* lti::scene3DViewer::getTypeName | ( | ) | const [virtual] |
returns the name of this type ("scene3DViewer")
Reimplemented from lti::viewerBase3D.
scene3DViewer& lti::scene3DViewer::operator= | ( | const scene3DViewer & | other | ) |
alias for copy member
other | the functor to be copied |
Reimplemented from lti::viewerBase3D.