|
| Hilbert2DModel (int n=1, double xsize=10, double ysize=0) |
|
virtual void | setup (tgWorld &world) |
|
void | hilbert (tgStructure &tetra, double x, double y, double xi, double xj, double yi, double yj, int n) |
|
void | makePairs (tgStructure &tetra) |
|
btVector3 | point (double x, double y) |
|
void | makePair (btVector3 p1, btVector3 p2) |
|
tgPairs & | getPairs () |
|
void | attach (tgObserver< Hilbert2DModel > *pObserver) |
|
void | notifyStep (double dt) |
|
void | notifySetup () |
|
void | notifyTeardown () |
|
virtual void | teardown () |
|
virtual void | step (double dt) |
|
virtual void | onVisit (const tgModelVisitor &r) const |
|
void | addChild (tgModel *pChild) |
|
virtual std::string | toString (std::string prefix="") const |
|
template<typename T > |
std::vector< T * > | find (const tgTagSearch &tagSearch) |
|
template<typename T > |
std::vector< T * > | find (const std::string &tagSearch) |
|
std::vector< tgModel * > | getDescendants () const |
|
const std::vector
< abstractMarker > & | getMarkers () const |
|
void | addMarker (abstractMarker a) |
|
void | addTags (const std::string &space_separated_tags) |
|
void | addTags (const tgTags &tags) |
|
bool | hasTag (const std::string tag) const |
|
bool | hasAllTags (std::string tags) |
|
bool | hasAnyTags (const std::string tags) |
|
bool | hasNoTags () |
|
tgTags & | getTags () |
|
const tgTags & | getTags () const |
|
void | setTags (tgTags tags) |
|
std::string | getTagStr (std::string delim=" ") const |
|
Definition at line 51 of file Hilbert2DModel.h.
void tgModel::addChild |
( |
tgModel * |
pChild | ) |
|
|
inherited |
Add a sub-model to this model. The model takes ownership of the child sub-model and is responsible for deallocating it.
- Parameters
-
[in,out] | pChild | a pointer to a sub-model |
- Exceptions
-
std::invalid_argument | is pChild is NULL, this object, or already a descendant |
- Todo:
- Make sure that every child appears no more than once in the tree.
Definition at line 124 of file tgModel.cpp.
Attach an observer to the subject of the observer.
- Parameters
-
[in,out] | pObserver | a pointer to an observer for the subject; do nothing if the pointer is NULL |
template<typename T >
std::vector<T*> tgModel::find |
( |
const tgTagSearch & |
tagSearch | ) |
|
|
inlineinherited |
Get a vector of descendants sorted by type and a tagsearch. Useful for pulling out muscle groups, or similar.
- Parameters
-
[in] | tagSearch,a | tagSearch that contains the desired tags |
- Returns
- a std::vector of pointers to members that match the tag search and typename T
Definition at line 125 of file tgModel.h.
template<typename T >
std::vector<T*> tgModel::find |
( |
const std::string & |
tagSearch | ) |
|
|
inlineinherited |
Get a vector of descendants sorted by type and a tagsearch. Useful for pulling out muscle groups, or similar.
- Parameters
-
[in] | tagSearch,a | std::string& that contains the desired tags |
- Returns
- a std::vector of pointers to members that match the tag search and typename T
Definition at line 138 of file tgModel.h.
std::vector< tgModel * > tgModel::getDescendants |
( |
| ) |
const |
|
inherited |
Return a std::vector of const pointers to all sub-models.
- Todo:
- examine whether this should be public, and perhaps create a read only version
- Returns
- a std::vector of const pointers all sub-models.
- Todo:
- Unnecessary copying can be avoided by pasing the result collection in the recursive step.
Definition at line 172 of file tgModel.cpp.
Call tgObserver<T>::onStep() on all observers in the order in which they were attached.
- Parameters
-
[in] | dt | the number of seconds since the previous call; do nothing if not positive |
Call tgModelVisitor::render() on self and all descendants.
- Parameters
-
Reimplemented in ConnectorTestModel, BuildTestModel, tgKinematicActuator, tgSphere, tgBox, tgRod, MuscleNPCons, tgBasicActuator, hillyMuscleNP, simpleMuscleNP, tgBaseRigid, and tgGhostModel.
Definition at line 107 of file tgModel.cpp.
virtual void Hilbert2DModel::setup |
( |
tgWorld & |
world | ) |
|
|
inlinevirtual |
Setup takes a tgWorld and passes it to any children for their own setup functions. All subclasses should call this at the appropriate time (usually end of setup) within their own setup function.
- Parameters
-
[in] | world | - the tgWorld the models will exist in. |
Reimplemented from tgModel.
Definition at line 66 of file Hilbert2DModel.h.
void tgModel::step |
( |
double |
dt | ) |
|
|
virtualinherited |
Advance the simulation.
- Parameters
-
[in] | dt | the number of seconds since the previous call; std::invalid_argument is thrown if dt is not positive |
- Exceptions
-
std::invalid_argument | if dt is not positive |
- Note
- This is not necessarily const for every child.
Reimplemented in tgSpringCableActuator, NestedStructureTestModel, ConnectorTestModel, BuildTestModel, ContactTestModel, tgKinematicActuator, StructureTestModel, DuCTTTestModel, T6Model, pidTestRig, PrismModel, NestedBoxTestModel, NestedStructureTestModel, SuperBallModel, tsTestRig, PrismModel, MuscleNPCons, T6Model, T12SuperBallPayload, CaterpillarModel, T6SphereModel, T6Model, T6Model, VerticalSpineModel, Escape_T6Model, EscapeModel, T6Model, tgCraterDeep, tgBasicActuator, Wall, CraterDeep, tgPrismatic, hillyMuscleNP, simpleMuscleNP, tgCraterShallow, Crater, RBStringTest, TetraSpineStaticModel_hf, BaseSpineModelLearning, TetraSpineCollisions, TetraSpineStaticModel, TetraSpineLearningModel, FlemonsSpineModelContact, FlemonsSpineModelLearningCL, FlemonsSpineModelLearning, and RibModel.
Definition at line 84 of file tgModel.cpp.
void tgModel::teardown |
( |
| ) |
|
|
virtualinherited |
Deletes the children (undoes setup)
Reimplemented in tgSpringCableActuator, ContactTestModel, tgKinematicActuator, tgSphere, tgBox, tgRod, tgCraterDeep, Wall, CraterDeep, tgCraterShallow, Crater, T6Model, pidTestRig, PrismModel, SuperBallModel, MuscleNPCons, tsTestRig, PrismModel, tgPrismatic, T6Model, T12SuperBallPayload, CaterpillarModel, T6SphereModel, T6Model, T6Model, Escape_T6Model, EscapeModel, T6Model, hillyMuscleNP, simpleMuscleNP, tgBasicActuator, TetraSpineStaticModel_hf, BaseSpineModelLearning, tgGhostModel, TetraSpineCollisions, tgBaseRigid, TetraSpineStaticModel, TetraSpineLearningModel, FlemonsSpineModelContact, FlemonsSpineModelLearningCL, FlemonsSpineModelLearning, and RibModel.
Definition at line 68 of file tgModel.cpp.
std::string tgModel::toString |
( |
std::string |
prefix = "" | ) |
const |
|
virtualinherited |
Returns the tag names of this model and its children
- Parameters
-
[in] | prefix | a string to append to |
- Returns
- the original string with this model and its children's tags appended
Definition at line 154 of file tgModel.cpp.
The documentation for this class was generated from the following file: