HDK
|
#include <SIM_ConstraintNetworkIterator.h>
Public Member Functions | |
AnchorAccessor ()=default | |
virtual | ~AnchorAccessor ()=default |
UT_NON_COPYABLE (AnchorAccessor) | |
virtual bool | init (const GU_Detail &gdp, const UT_Matrix4D &xform, const SIM_Data &container, const SIM_Data &data_root, const SIM_Time &t)=0 |
Initialize with the constraint network's GU_Detail and transform. More... | |
Implements the mapping of anchors to objects recognized by the solver, as well as evaluating anchor attributes (position, orientation, etc). See GenericAnchorAccessor for the default implementation.
Definition at line 126 of file SIM_ConstraintNetworkIterator.h.
|
default |
|
virtualdefault |
|
pure virtual |
Initialize with the constraint network's GU_Detail and transform.
Implemented in SIM_ConstraintNetwork::GenericAnchorAccessor.
SIM_ConstraintNetwork::AnchorAccessor::UT_NON_COPYABLE | ( | AnchorAccessor | ) |