FaceGen 3 SDKs Reference
|
Public Member Functions | |
bool | set (Svec< FutVect2IC >) |
void | getCropVals (FutVect2FC &, FutVect2FC &) |
float | getPan () const |
bool | empty () const |
bool | setVFrontal (Svec< FutVect2IC > &) |
bool | setVProfile (Svec< FutVect2IC > &) |
bool | setPsFrontal (Svec< FutVect2IC > &) |
bool | setPsProfile (Svec< FutVect2IC > &) |
bool | setV31Frontal (Svec< FutVect2IC > &) |
bool | setV31Profile (const Svec< FutVect2IC > &) |
NameVec2Fs | asNameVecs () const |
Static Public Member Functions | |
static String | getLabel (LandmrkV3 type) |
Public Attributes | |
FutVect2IC | m_pos [LM3_SIZE] |
bool | m_valid [LM3_SIZE] |
ViewAngleV3 | m_angle |
Static Public Attributes | |
static const String | labels [] |
Friends | |
std::ostream & | operator<< (std::ostream &s, const Fg3InitPoints &a) |
Definition at line 80 of file bootPoints.hpp.
Fg::Fg3InitPoints::Fg3InitPoints | ( | ) |
Definition at line 55 of file bootPoints.cpp.
NameVec2Fs Fg::Fg3InitPoints::asNameVecs | ( | ) | const |
Definition at line 592 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::empty | ( | ) | const |
Definition at line 584 of file bootPoints.cpp.
void Fg::Fg3InitPoints::getCropVals | ( | FutVect2FC & | lo, |
FutVect2FC & | hi | ||
) |
Definition at line 113 of file bootPoints.cpp.
|
static |
Definition at line 266 of file bootPoints.cpp.
float Fg::Fg3InitPoints::getPan | ( | ) | const |
Definition at line 249 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::set | ( | Svec< FutVect2IC > | ) |
Definition at line 80 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::setPsFrontal | ( | Svec< FutVect2IC > & | ) |
Definition at line 396 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::setPsProfile | ( | Svec< FutVect2IC > & | ) |
Definition at line 425 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::setV31Frontal | ( | Svec< FutVect2IC > & | ) |
Definition at line 475 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::setV31Profile | ( | const Svec< FutVect2IC > & | ) |
Definition at line 518 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::setVFrontal | ( | Svec< FutVect2IC > & | ) |
Definition at line 274 of file bootPoints.cpp.
bool Fg::Fg3InitPoints::setVProfile | ( | Svec< FutVect2IC > & | ) |
Definition at line 340 of file bootPoints.cpp.
|
static |
Definition at line 104 of file bootPoints.hpp.
ViewAngleV3 Fg::Fg3InitPoints::m_angle |
Definition at line 84 of file bootPoints.hpp.
FutVect2IC Fg::Fg3InitPoints::m_pos[LM3_SIZE] |
Definition at line 82 of file bootPoints.hpp.
bool Fg::Fg3InitPoints::m_valid[LM3_SIZE] |
Definition at line 83 of file bootPoints.hpp.