|
NTRT Simulator
v1.1
|
#include <tgBuildSpec.h>
Classes | |
| struct | ConnectorAgent |
| struct | RigidAgent |
Public Member Functions | |
| void | addBuilder (std::string tag_search, tgRigidInfo *infoFactory) |
| void | addBuilder (std::string tag_search, tgConnectorInfo *infoFactory) |
| std::vector< RigidAgent * > | getRigidAgents () |
| std::vector< ConnectorAgent * > | getConnectorAgents () |
Contains a search and a builder, to be applied to something like a structure (passed in to the contained builder). The contained builder can create a tgRigidInfo or a tgConnectorInfo, which will be placed where needed by the caller.
Definition at line 41 of file tgBuildSpec.h.