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