#include <BVHMotion.h>
Public Attributes | |
int | frameCount |
double | frameTime |
std::vector< std::vector< double > > | frames |
Public Member Functions | |
BVHMotion () | |
virtual | ~BVHMotion ()=default |
void | init (double _fTime, unsigned int _fCount, unsigned int _fSize) |
void | debug (void) |
int sofa::helper::io::bvh::BVHMotion::frameCount |
std::vector< std::vector<double> > sofa::helper::io::bvh::BVHMotion::frames |
double sofa::helper::io::bvh::BVHMotion::frameTime |
|
inline |
|
virtualdefault |
void sofa::helper::io::bvh::BVHMotion::debug | ( | void | ) |
void sofa::helper::io::bvh::BVHMotion::init | ( | double | _fTime, |
unsigned int | _fCount, | ||
unsigned int | _fSize | ||
) |