Pyrogenesis
13997
|
Classes | |
struct | Blend4 |
struct | Blend8 |
Functions | |
template<class T > | |
bool | MatchBlendShapeFlipped (const T &templateshape, const T &shape, unsigned int &flags) |
template<class T > | |
int | MatchBlendShape (const T &templateshape, const T &shape, unsigned int &flags) |
template<class S , class T > | |
int | LookupBlend (int tableSize, const S *table, const T &shape, unsigned int &flags) |
int | Calculate (BlendShape8 shape, unsigned int &flags) |
Variables | |
const Blend4 | Blends1Neighbour [] |
const Blend4 | Blends2Neighbour [] |
const Blend8 | Blends2Neighbour8 [] |
const Blend4 | Blends3Neighbour [] |
const Blend8 | Blends3Neighbour8 [] |
const Blend8 | Blends4Neighbour8 [] |
const Blend8 | Blends5Neighbour8 [] |
const Blend8 | Blends6Neighbour8 [] |
const Blend8 | Blends7Neighbour8 [] |
int CAlphaMapCalculator::Calculate | ( | BlendShape8 | shape, |
unsigned int & | flags | ||
) |
Definition at line 238 of file AlphaMapCalculator.cpp.
int CAlphaMapCalculator::LookupBlend | ( | int | tableSize, |
const S * | table, | ||
const T & | shape, | ||
unsigned int & | flags | ||
) |
Definition at line 218 of file AlphaMapCalculator.cpp.
int CAlphaMapCalculator::MatchBlendShape | ( | const T & | templateshape, |
const T & | shape, | ||
unsigned int & | flags | ||
) |
Definition at line 179 of file AlphaMapCalculator.cpp.
bool CAlphaMapCalculator::MatchBlendShapeFlipped | ( | const T & | templateshape, |
const T & | shape, | ||
unsigned int & | flags | ||
) |
Definition at line 149 of file AlphaMapCalculator.cpp.
const Blend4 CAlphaMapCalculator::Blends1Neighbour[] |
Definition at line 56 of file AlphaMapCalculator.cpp.
const Blend4 CAlphaMapCalculator::Blends2Neighbour[] |
Definition at line 62 of file AlphaMapCalculator.cpp.
const Blend8 CAlphaMapCalculator::Blends2Neighbour8[] |
Definition at line 68 of file AlphaMapCalculator.cpp.
const Blend4 CAlphaMapCalculator::Blends3Neighbour[] |
Definition at line 76 of file AlphaMapCalculator.cpp.
const Blend8 CAlphaMapCalculator::Blends3Neighbour8[] |
Definition at line 81 of file AlphaMapCalculator.cpp.
const Blend8 CAlphaMapCalculator::Blends4Neighbour8[] |
Definition at line 95 of file AlphaMapCalculator.cpp.
const Blend8 CAlphaMapCalculator::Blends5Neighbour8[] |
Definition at line 111 of file AlphaMapCalculator.cpp.
const Blend8 CAlphaMapCalculator::Blends6Neighbour8[] |
Definition at line 125 of file AlphaMapCalculator.cpp.
const Blend8 CAlphaMapCalculator::Blends7Neighbour8[] |
Definition at line 135 of file AlphaMapCalculator.cpp.