#include <BVHChannels.h>

Definition at line 42 of file BVHChannels.h.
Public Types | |
| enum | BVHChannelType { Xposition, Yposition, Zposition, Xrotation, Yrotation, Zrotation, NOP } |
Public Member Functions | |
| BVHChannels (unsigned int _size) | |
| virtual | ~BVHChannels () |
| void | addChannel (BVHChannelType cType) |
Data Fields | |
| std::vector < BVHChannelType > | channels |
| unsigned int | size |
Definition at line 50 of file BVHChannels.h.
| sofa::helper::io::bvh::BVHChannels::BVHChannels | ( | unsigned int | _size | ) | [inline] |
Definition at line 45 of file BVHChannels.h.
| virtual sofa::helper::io::bvh::BVHChannels::~BVHChannels | ( | ) | [inline, virtual] |
Definition at line 48 of file BVHChannels.h.
| void sofa::helper::io::bvh::BVHChannels::addChannel | ( | BVHChannelType | cType | ) | [inline] |
Definition at line 52 of file BVHChannels.h.
References channels.
Referenced by sofa::helper::io::bvh::BVHLoader::parseChannels().
Definition at line 57 of file BVHChannels.h.
Referenced by addChannel(), sofa::component::container::ArticulatedHierarchyContainer::buildCenterArticulationsTree(), sofa::helper::io::bvh::BVHJoint::debug(), and sofa::helper::io::bvh::BVHJoint::display().
Definition at line 59 of file BVHChannels.h.
Referenced by sofa::helper::io::bvh::BVHJoint::display(), sofa::helper::io::bvh::BVHJoint::initMotion(), and sofa::helper::io::bvh::BVHLoader::parseFrames().
1.5.3