#include <CallableVisitor.h>

Protected Attributes | |
| const Callable & | m_callable |
Public Member Functions | |
| BaseCallableVisitor (const Callable &callable) | |
| void | visit (Component &component) override |
Public Member Functions inherited from sofa::simulation::MappingGraphVisitor | |
| virtual | ~MappingGraphVisitor ()=default |
| virtual void | visit (core::behavior::BaseMechanicalState &) |
| Visits a mechanical state node. More... | |
| virtual void | visit (core::BaseMapping &) |
| Visits a base mapping node. More... | |
| virtual void | visit (core::behavior::BaseForceField &) |
| Visits a force field behavior node. More... | |
| virtual void | visit (core::behavior::BaseMass &) |
| Visits a mass behavior node. More... | |
| virtual void | visit (sofa::core::behavior::BaseProjectiveConstraintSet &) |
| Visits a projective constraint node. More... | |
|
protected |
|
inlineexplicit |
|
inlineoverride |