#include <Visitor.h>
Public Attributes | |
simulation::Node * | root |
root node from which the visitor was executed More... | |
simulation::Node * | node |
current node More... | |
SReal * | nodeData |
SReal value associated with this subtree. Set to nullptr if node-specific data is not in use. More... | |
simulation::Node* sofa::simulation::Visitor::VisitorContext::node |
current node
SReal* sofa::simulation::Visitor::VisitorContext::nodeData |
SReal value associated with this subtree. Set to nullptr if node-specific data is not in use.
simulation::Node* sofa::simulation::Visitor::VisitorContext::root |
root node from which the visitor was executed