#include <CreatePolyBodyObjectDesc.h>
Public Member Functions | |
| CreatePolyBodyObjectDesc (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc, unsigned obj_id, const ml7::Vector2 &position, float orientation, const bl7::geometry2::Poly &poly) | |
| virtual | ~CreatePolyBodyObjectDesc (void) |
| const bl7::geometry2::Poly & | get_poly () const |
Protected Attributes | |
| const bl7::geometry2::Poly | _poly |
The command class for creating poly body object descriptions.
| cyber::editor::commands::creation::CreatePolyBodyObjectDesc::CreatePolyBodyObjectDesc | ( | unsigned | cmd_number, | |
| const cl7::string_type & | cmd_name, | |||
| world::WorldDesc * | world_desc, | |||
| unsigned | obj_id, | |||
| const ml7::Vector2 & | position, | |||
| float | orientation, | |||
| const bl7::geometry2::Poly & | poly | |||
| ) |
Explicit constructor.
| cyber::editor::commands::creation::CreatePolyBodyObjectDesc::~CreatePolyBodyObjectDesc | ( | void | ) | [virtual] |
Destructor.
| const bl7::geometry2::Poly& cyber::editor::commands::creation::CreatePolyBodyObjectDesc::get_poly | ( | ) | const [inline] |
Returns the poly geometry of the body object description.
const bl7::geometry2::Poly cyber::editor::commands::creation::CreatePolyBodyObjectDesc::_poly [protected] |
The poly geometry of the body object description.
1.7.1