arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

gutz::CameraEvent Class Reference

#include <cameraEvent.h>

Inheritance diagram for gutz::CameraEvent:

gutz::Counted gutz::MouseEvent gutz::RenderEvent gutz::KeyEvent gutz::MouseMoveEvent List of all members.

Public Member Functions

 CameraEvent (const CameraSP camera, const ManipSP manipulator)
virtual ~CameraEvent ()
const CameraSP getCamera () const
void setCamera (CameraSP cam)
const ManipSP getManip () const
void setManip (ManipSP manip)

Protected Member Functions

virtual void _incCount ()
 gutz::Counted interface, increment reference count by one.

virtual void _decCount ()
 gutz::Counted interface, decrement reference count by one.

virtual int _getCount () const
 gutz::Counted interface, get the current reference count.


Protected Attributes

CameraSP _cam
ManipSP _manip

Friends

class SmartPtr
class SmartPtrRef

Constructor & Destructor Documentation

gutz::CameraEvent::CameraEvent const CameraSP  camera,
const ManipSP  manipulator
[inline]
 

Definition at line 28 of file cameraEvent.h.

References _cam, and _manip.

virtual gutz::CameraEvent::~CameraEvent  )  [inline, virtual]
 

Definition at line 31 of file cameraEvent.h.

References _cam, and _manip.


Member Function Documentation

virtual void gutz::Counted::_decCount  )  [inline, protected, virtual, inherited]
 

gutz::Counted interface, decrement reference count by one.

Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Sometimes you need to call this though, see the documentation for gutz::SmartPtr

Definition at line 54 of file smartptr.h.

Referenced by TFImage::clear(), NrroImage::fBlendOverRGBA(), and Nrro::updateMinMax().

virtual int gutz::Counted::_getCount  )  const [inline, protected, virtual, inherited]
 

gutz::Counted interface, get the current reference count.

Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr.

Definition at line 58 of file smartptr.h.

virtual void gutz::Counted::_incCount  )  [inline, protected, virtual, inherited]
 

gutz::Counted interface, increment reference count by one.

Not generaly used by subclasses, mostly for collaboration with gutz::SmartPtr. Sometimes you need to call this though, see the documentation for gutz::SmartPtr

Definition at line 48 of file smartptr.h.

Referenced by TFImage::clear(), NrroImage::fBlendOverRGBA(), and Nrro::updateMinMax().

const CameraSP gutz::CameraEvent::getCamera  )  const [inline]
 

Definition at line 33 of file cameraEvent.h.

References _cam, and gutz::CameraSP.

Referenced by ballPlane(), VolRenBase::drawDef(), VolRenBase::getCenter(), gutz::Manip::mouse(), gutz::MouseMoveEvent::MouseMoveEvent(), and AnalyticVolRen::postSlice().

const ManipSP gutz::CameraEvent::getManip  )  const [inline]
 

Definition at line 35 of file cameraEvent.h.

References _manip, and gutz::ManipSP.

Referenced by VolRenBase::drawDef(), VolRenBase::getCenter(), gutz::MouseMoveEvent::MouseMoveEvent(), and AnalyticVolRen::postSlice().

void gutz::CameraEvent::setCamera CameraSP  cam  )  [inline]
 

Definition at line 34 of file cameraEvent.h.

References _cam.

void gutz::CameraEvent::setManip ManipSP  manip  )  [inline]
 

Definition at line 36 of file cameraEvent.h.

References _manip.


Friends And Related Function Documentation

friend class SmartPtr [friend, inherited]
 

Definition at line 40 of file smartptr.h.

Referenced by Nrro::NrroIter< T >::NrroIter().

friend class SmartPtrRef [friend, inherited]
 

Definition at line 41 of file smartptr.h.


Member Data Documentation

CameraSP gutz::CameraEvent::_cam [protected]
 

Definition at line 39 of file cameraEvent.h.

Referenced by CameraEvent(), getCamera(), setCamera(), gutz::MouseMoveEvent::setWorldLast(), gutz::MouseEvent::setWorldPos(), and ~CameraEvent().

ManipSP gutz::CameraEvent::_manip [protected]
 

Definition at line 40 of file cameraEvent.h.

Referenced by CameraEvent(), getManip(), setManip(), and ~CameraEvent().


The documentation for this class was generated from the following file:
Send questions, comments, and bug reports to:
jmk