#include <LipSyncTranslator.h>
|
enum | LipShapeId {
LS_A,
LS_I,
LS_U,
LS_E,
LS_O,
LS_N,
LS_a,
LS_i,
LS_u,
LS_e,
LS_o,
NUM_LIP_SHAPES
} |
|
typedef std::list< Phoneme >::iterator | iterator |
|
typedef std::list< Phoneme >::const_iterator | const_iterator |
|
Enumerator |
---|
LS_A |
|
LS_I |
|
LS_U |
|
LS_E |
|
LS_O |
|
LS_N |
|
LS_a |
|
LS_i |
|
LS_u |
|
LS_e |
|
LS_o |
|
NUM_LIP_SHAPES |
|
LipSyncTranslator::LipSyncTranslator |
( |
| ) |
|
bool LipSyncTranslator::appendSyllable |
( |
double |
time, |
|
|
const std::string & |
syllable |
|
) |
| |
iterator cnoid::LipSyncTranslator::begin |
( |
| ) |
|
|
inline |
void LipSyncTranslator::clear |
( |
| ) |
|
bool cnoid::LipSyncTranslator::empty |
( |
| ) |
const |
|
inline |
void cnoid::LipSyncTranslator::enableMaxTransitionTime |
( |
bool |
on | ) |
|
|
inline |
iterator cnoid::LipSyncTranslator::end |
( |
| ) |
|
|
inline |
bool LipSyncTranslator::exportSeqFileForFaceController |
( |
const std::string & |
filename | ) |
|
bool cnoid::LipSyncTranslator::isMaxTransitionTimeEnabled |
( |
| ) |
const |
|
inline |
double cnoid::LipSyncTranslator::maxTransitionTime |
( |
| ) |
const |
|
inline |
void cnoid::LipSyncTranslator::setMaxTransitionTime |
( |
double |
ttime | ) |
|
|
inline |
std::list<Phoneme>::size_type cnoid::LipSyncTranslator::size |
( |
| ) |
const |
|
inline |
void LipSyncTranslator::translatePoseSeq |
( |
PoseSeq & |
poseSeq | ) |
|
The documentation for this class was generated from the following files: