public

Inheritance Graph

graph BT
	ArmatureNode
	ArmatureNode --> AbstractJoint
	click ArmatureNode "classMinSG_1_1ArmatureNode"
	click AbstractJoint "classMinSG_1_1AbstractJoint"

Description

Public Functions

   
   
  ArmatureNode()
   
  ~ArmatureNode()
   
void generateJointNodeMap(std::unordered_map< std::string, AbstractJoint * > & jMap)
   
void catchJointNodes(std::deque< JointNode * > * nodes)

Documentation

function
MinSG::ArmatureNode::ArmatureNode

public
   
   
ArmatureNode( )

Defined in MinSG/Ext/SkeletalAnimation/Joints/ArmatureNode.h:50


function
MinSG::ArmatureNode::~ArmatureNode

public inline virtual
   
   
~ArmatureNode( )

Defined in MinSG/Ext/SkeletalAnimation/Joints/ArmatureNode.h:51


function
MinSG::ArmatureNode::generateJointNodeMap

public virtual
     
     
void generateJointNodeMap( std::unordered_map< std::string, AbstractJoint * > & jMap )

Defined in MinSG/Ext/SkeletalAnimation/Joints/ArmatureNode.h:53


function
MinSG::ArmatureNode::catchJointNodes

public
     
     
void catchJointNodes( std::deque< JointNode * > * nodes )

Defined in MinSG/Ext/SkeletalAnimation/Joints/ArmatureNode.h:54