SOFA plugin: ArticulatedSystemPlugin  master
Open source framework for multi-physics simuation
sofa::helper::io::bvh::BVHMotion Class Reference

#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)
 

Attribute details

◆ frameCount

int sofa::helper::io::bvh::BVHMotion::frameCount

◆ frames

std::vector< std::vector<double> > sofa::helper::io::bvh::BVHMotion::frames

◆ frameTime

double sofa::helper::io::bvh::BVHMotion::frameTime

Constructor details

◆ BVHMotion()

sofa::helper::io::bvh::BVHMotion::BVHMotion ( )
inline

◆ ~BVHMotion()

virtual sofa::helper::io::bvh::BVHMotion::~BVHMotion ( )
virtualdefault

Function details

◆ debug()

void sofa::helper::io::bvh::BVHMotion::debug ( void  )

◆ init()

void sofa::helper::io::bvh::BVHMotion::init ( double  _fTime,
unsigned int  _fCount,
unsigned int  _fSize 
)