ModelBlobfinder class
More...
#include <stage.hh>
List of all members.
Detailed Description
Constructor & Destructor Documentation
ModelBlobfinder::ModelBlobfinder |
( |
World * |
world, |
|
|
Model * |
parent, |
|
|
const std::string & |
type |
|
) |
| |
ModelBlobfinder::~ModelBlobfinder |
( |
void |
| ) |
|
Member Function Documentation
void Stg::ModelBlobfinder::AddColor |
( |
Color |
col | ) |
|
Start finding blobs with this color.
Blob* Stg::ModelBlobfinder::GetBlobs |
( |
unsigned int * |
count | ) |
[inline] |
std::vector<Blob> Stg::ModelBlobfinder::GetBlobs |
( |
| ) |
const [inline] |
void ModelBlobfinder::Load |
( |
void |
| ) |
[virtual] |
configure a model by reading from the current world file
Reimplemented from Stg::Model.
void ModelBlobfinder::RemoveAllColors |
( |
| ) |
|
Stop tracking all colors. Call this to clear the defaults, then add colors individually with AddColor();
void ModelBlobfinder::RemoveColor |
( |
Color |
col | ) |
|
Stop tracking blobs with this color
void ModelBlobfinder::Shutdown |
( |
void |
| ) |
[virtual] |
void ModelBlobfinder::Startup |
( |
void |
| ) |
[virtual] |
void ModelBlobfinder::Update |
( |
void |
| ) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: