#include <vector>
#include <string>
#include <map>
#include <utility>
#include <ignition/math/Matrix4.hh>
#include "gazebo/math/Matrix4.hh"
#include "gazebo/common/CommonTypes.hh"
#include "gazebo/util/system.hh"
 
Go to the source code of this file.
 | 
| typedef std::map< unsigned int, SkeletonNode * >  | NodeMap | 
|   | 
| typedef std::map< unsigned int, SkeletonNode * >::iterator  | NodeMapIter | 
|   | 
| typedef std::map< double, std::vector< NodeTransform > >  | RawNodeAnim | 
|   | 
| typedef std::vector< std::vector< std::pair< std::string, double > > >  | RawNodeWeights | 
|   | 
| typedef std::map< std::string, RawNodeAnim >  | RawSkeletonAnim | 
|   |