#include <CameraDesc.h>
Public Attributes | |
| friend | WorldDesc |
Protected Member Functions | |
| CameraDesc (int foo) | |
| CameraDesc (const CameraDesc &rhs) | |
| CameraDesc & | operator= (const CameraDesc &rhs) |
| virtual | ~CameraDesc (void) |
The camera object description class.
| cyber::world::CameraDesc::CameraDesc | ( | int | foo | ) | [protected] |
Explicit constructor.
| cyber::world::CameraDesc::CameraDesc | ( | const CameraDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::CameraDesc::~CameraDesc | ( | void | ) | [protected, virtual] |
Destructor.
| CameraDesc & cyber::world::CameraDesc::operator= | ( | const CameraDesc & | rhs | ) | [protected] |
Copy assignment operator.
1.7.1