#include <CreateAmbientLightDesc.h>
Public Member Functions | |
| CreateAmbientLightDesc (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc, unsigned obj_id, unsigned long color, const bl7::geometry2::Poly &poly) | |
| virtual | ~CreateAmbientLightDesc (void) |
| const bl7::geometry2::Poly & | get_poly () const |
Protected Attributes | |
| const bl7::geometry2::Poly | _poly |
The command class for creating ambient light object descriptions.
| cyber::editor::commands::creation::CreateAmbientLightDesc::CreateAmbientLightDesc | ( | unsigned | cmd_number, | |
| const cl7::string_type & | cmd_name, | |||
| world::WorldDesc * | world_desc, | |||
| unsigned | obj_id, | |||
| unsigned long | color, | |||
| const bl7::geometry2::Poly & | poly | |||
| ) |
Explicit constructor.
| cyber::editor::commands::creation::CreateAmbientLightDesc::~CreateAmbientLightDesc | ( | void | ) | [virtual] |
Destructor.
| const bl7::geometry2::Poly& cyber::editor::commands::creation::CreateAmbientLightDesc::get_poly | ( | ) | const [inline] |
Returns the poly describing the ambient lighted region.
const bl7::geometry2::Poly cyber::editor::commands::creation::CreateAmbientLightDesc::_poly [protected] |
The poly describing the ambient lighted region.
1.7.1