Skip to content
Snippets Groups Projects
Commit b8cabada authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Small documentation

parent ac77615e
No related branches found
No related tags found
1 merge request!208Vision utils
...@@ -70,7 +70,7 @@ WOLF_PTR_TYPEDEFS(ProcessorTrackerFeature); ...@@ -70,7 +70,7 @@ WOLF_PTR_TYPEDEFS(ProcessorTrackerFeature);
* - establishConstraints() : which calls the pure virtual: * - establishConstraints() : which calls the pure virtual:
* - createConstraint() : create constraint of the correct derived type <=== IMPLEMENT * - createConstraint() : create constraint of the correct derived type <=== IMPLEMENT
* *
* Should you need extra functionality for your derived types, you can overload these two methods, * Should you need extra functionality for your derived types, you can override these two methods,
* *
* - preProcess() { } * - preProcess() { }
* - postProcess() { } * - postProcess() { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment