Searched refs:ConstraintCallback (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/blender/blender-2.91.0/intern/itasc/ |
H A D | ConstraintSet.hpp | 49 typedef bool (*ConstraintCallback)(const Timestamp& timestamp, struct ConstraintValues* const _valu… typedef 60 ConstraintCallback m_constraintCallback; 88 virtual bool registerCallback(ConstraintCallback _function, void* _param) in registerCallback()
|
H A D | Armature.hpp | 26 …int addConstraint(const std::string& segment_name, ConstraintCallback _function, void* _param=NULL… 73 ConstraintCallback function; 79 …nt_struct(SegmentMap::const_iterator _segment, unsigned int _y_nr, ConstraintCallback _function, v…
|
H A D | Armature.cpp | 68 …nt_struct(SegmentMap::const_iterator _segment, unsigned int _y_nr, ConstraintCallback _function, v… in JointConstraint_struct() 300 int Armature::addConstraint(const std::string& segment_name, ConstraintCallback _function, void* _p… in addConstraint()
|
/dports/www/node10/node-v10.24.1/deps/v8/src/ |
H A D | globals.h | 672 typedef bool (*ConstraintCallback)(Address new_addr, Address old_addr); typedef
|