Loading...
Searching...
No Matches
SBDDataGraphNode::IsDynamicalModel Class Reference

This node predicate is true when the node is a dynamical model. More...

Public Member Functions

virtual IsDynamicalModelclone () const override
 
virtual bool operator() (SBDDataGraphNode const *node) override
 
virtual bool operator() (SBDDataGraphNode const *node) const override
 

Detailed Description

This node predicate is true when the node is an dynamical model, i.e. when the node type is SBNode::DynamicalModel, SBNode::DynamicalModelParticleSystem, SBNode::DynamicalModelRigidBodySystem or SBNode::DynamicalModelArticulatedBodySystem.

See also
Node predicates

Member Function Documentation

◆ clone()

virtual IsDynamicalModel * SBDDataGraphNode::IsDynamicalModel::clone ( ) const
overridevirtual

Reimplemented from SBCFunctor.