#include <BlockDesc.h>
Protected Member Functions | |
| BlockDesc (ClassID class_id, unsigned id, const ml7::Vector2 &position, float orientation, const bl7::geometry2::Poly &poly) | |
| BlockDesc (const BlockDesc &rhs) | |
| BlockDesc & | operator= (const BlockDesc &rhs) |
| virtual | ~BlockDesc (void) |
The base block object description class.
| cyber::world::blocks::BlockDesc::BlockDesc | ( | ClassID | class_id, | |
| unsigned | id, | |||
| const ml7::Vector2 & | position, | |||
| float | orientation, | |||
| const bl7::geometry2::Poly & | poly | |||
| ) | [protected] |
Explicit constructor.
| cyber::world::blocks::BlockDesc::BlockDesc | ( | const BlockDesc & | rhs | ) | [protected] |
Copy constructor.
| cyber::world::blocks::BlockDesc::~BlockDesc | ( | void | ) | [protected, virtual] |
Destructor.
Copy assignment operator.
1.7.1