Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::CameraViewInternals Class Reference

describes internal params of an (OpenGL) camera view More...

#include <Gui/CameraViewInternals.hh>

+ Collaboration diagram for BIAS::CameraViewInternals:

Public Member Functions

 CameraViewInternals ()
 destructor More...
 
 CameraViewInternals (const BIAS::CameraViewFrustum &cFrustum, const CameraViewport &cViewport)
 
void DisplayGL () const
 
void InitMembers ()
 
std::ostream & Print (std::ostream &os=std::cout) const
 
virtual ~CameraViewInternals ()
 

Public Attributes

CameraViewFrustum frustum
 
CameraViewport viewport
 

Detailed Description

describes internal params of an (OpenGL) camera view

It is manipulated by controller classes.

Author
Jan Woetzel 09/2003

Definition at line 17 of file CameraViewInternals.hh.

Constructor & Destructor Documentation

virtual BIAS::CameraViewInternals::~CameraViewInternals ( )
inlinevirtual

Definition at line 19 of file CameraViewInternals.hh.

BIAS::CameraViewInternals::CameraViewInternals ( )
inline

destructor

Definition at line 22 of file CameraViewInternals.hh.

BIAS::CameraViewInternals::CameraViewInternals ( const BIAS::CameraViewFrustum cFrustum,
const CameraViewport cViewport 
)

Definition at line 10 of file CameraViewInternals.cpp.

Member Function Documentation

void BIAS::CameraViewInternals::DisplayGL ( ) const
void BIAS::CameraViewInternals::InitMembers ( )

Definition at line 24 of file CameraViewInternals.cpp.

Referenced by BIAS::CameraViewController::InitMembers().

std::ostream & BIAS::CameraViewInternals::Print ( std::ostream &  os = std::cout) const

Definition at line 16 of file CameraViewInternals.cpp.

Referenced by BIAS::CameraViewController::Print().

Member Data Documentation

CameraViewFrustum BIAS::CameraViewInternals::frustum

Definition at line 36 of file CameraViewInternals.hh.

Referenced by BIAS::OpenGLCanvas::Reshape().

CameraViewport BIAS::CameraViewInternals::viewport

The documentation for this class was generated from the following files: