Stg::ModelFiducial Class Reference
ModelFiducial class More...
#include <stage.hh>
Inherits Stg::Model.
Classes | |
class | Fiducial |
Public Member Functions | |
Fiducial * | GetFiducials (unsigned int *count) |
std::vector< Fiducial > & | GetFiducials () |
virtual void | Load () |
ModelFiducial (World *world, Model *parent) | |
void | Shutdown (void) |
virtual | ~ModelFiducial () |
Static Public Member Functions | |
static Model * | Create (World *world, Model *parent) |
Public Attributes | |
stg_radians_t | fov |
field of view | |
stg_radians_t | heading |
center of field of view | |
int | key |
/// only detect fiducials with a key that matches this one (defaults 0) | |
stg_meters_t | max_range_anon |
maximum detection range | |
stg_meters_t | max_range_id |
maximum range at which the ID can be read | |
stg_meters_t | min_range |
minimum detection range |
Detailed Description
ModelFiducial classConstructor & Destructor Documentation
ModelFiducial::~ModelFiducial | ( | void | ) | [virtual] |
Member Function Documentation
Every class derived from Stg::Model must provide a "named constructor" for its class, like this.
Reimplemented from Stg::Model.
Fiducial* Stg::ModelFiducial::GetFiducials | ( | unsigned int * | count | ) | [inline] |
Access the dectected fiducials, C style.
std::vector<Fiducial>& Stg::ModelFiducial::GetFiducials | ( | ) | [inline] |
Access the dectected fiducials. C++ style.
void ModelFiducial::Load | ( | void | ) | [virtual] |
configure a model by reading from the current world file
Reimplemented from Stg::Model.
void ModelFiducial::Shutdown | ( | void | ) | [virtual] |
Reimplemented from Stg::Model.
Member Data Documentation
field of view
center of field of view
/// only detect fiducials with a key that matches this one (defaults 0)
maximum detection range
maximum range at which the ID can be read
minimum detection range
The documentation for this class was generated from the following files:
Generated on Wed Jul 22 11:51:05 2009 for Stage by
