FaceGen 3 SDKs Reference
|
Public Types | |
typedef T | pixel_type |
typedef std::vector< T >::const_iterator | const_iterator |
typedef std::vector< T >::iterator | iterator |
Public Member Functions | |
void | init (int wid, int hgt) |
void | init (int wid, int hgt, T fill) |
FimImgT (int width, int height) | |
FimImgT (int width, int height, T fill) | |
void | resize (uint w, uint h) |
void | resize (uint w, uint h, T fill) |
void | clear () |
T * | operator[] (size_t i) |
T const * | operator[] (size_t i) const |
T * | imageData () |
T const * | imageData () const |
const_iterator | begin () const |
const_iterator | end () const |
iterator | begin () |
iterator | end () |
uint | width () const |
uint | height () const |
uint | widthStepType () const |
uint | widthStepByte () const |
bool | imageAllocated () const |
FutVect2FC | rcsToOics (FutVect2FC p) const |
FutVect2FC | rcsToOxcs (FutVect2FC) const |
FutVect2FC | oxcsToRcs (FutVect2FC) const |
FimImgT< T > | operator+ (const FimImgT< T > &operand) const |
FimImgT< T > | operator- (const FimImgT< T > &operand) const |
FimImgT< T > | operator* (T scalar) const |
void | operator*= (T scalar) |
void | fill (T scalar) |
void | setFromShrinkInt (const FimImgT< T > &, uint ws, uint hs) |
FimImgT< T > | shrinkInt (int sx, int sy) const |
bool | empty () const |
Public Attributes | |
uint | m_width |
uint | m_height |
std::vector< T > | m_image |
Definition at line 33 of file fimImg.hpp.
typedef std::vector<T>::const_iterator Fg::FimImgT< T >::const_iterator |
Definition at line 63 of file fimImg.hpp.
typedef std::vector<T>::iterator Fg::FimImgT< T >::iterator |
Definition at line 64 of file fimImg.hpp.
typedef T Fg::FimImgT< T >::pixel_type |
Definition at line 42 of file fimImg.hpp.
|
inline |
Definition at line 47 of file fimImg.hpp.
|
inline |
Definition at line 48 of file fimImg.hpp.
|
inline |
Definition at line 49 of file fimImg.hpp.
|
inline |
Definition at line 69 of file fimImg.hpp.
|
inline |
Definition at line 67 of file fimImg.hpp.
|
inline |
Definition at line 52 of file fimImg.hpp.
|
inline |
Definition at line 101 of file fimImg.hpp.
|
inline |
Definition at line 70 of file fimImg.hpp.
|
inline |
Definition at line 68 of file fimImg.hpp.
void Fg::FimImgT< T >::fill | ( | T | scalar | ) |
Definition at line 169 of file fimImg.hpp.
|
inline |
Definition at line 73 of file fimImg.hpp.
|
inline |
Definition at line 76 of file fimImg.hpp.
|
inline |
Definition at line 60 of file fimImg.hpp.
|
inline |
Definition at line 61 of file fimImg.hpp.
void Fg::FimImgT< T >::init | ( | int | wid, |
int | hgt | ||
) |
Definition at line 105 of file fimImg.hpp.
void Fg::FimImgT< T >::init | ( | int | wid, |
int | hgt, | ||
T | fill | ||
) |
Definition at line 113 of file fimImg.hpp.
FimImgT< T > Fg::FimImgT< T >::operator* | ( | T | scalar | ) | const |
Definition at line 154 of file fimImg.hpp.
void Fg::FimImgT< T >::operator*= | ( | T | scalar | ) |
Definition at line 162 of file fimImg.hpp.
FimImgT< T > Fg::FimImgT< T >::operator+ | ( | const FimImgT< T > & | operand | ) | const |
Definition at line 136 of file fimImg.hpp.
FimImgT< T > Fg::FimImgT< T >::operator- | ( | const FimImgT< T > & | operand | ) | const |
Definition at line 145 of file fimImg.hpp.
|
inline |
Definition at line 58 of file fimImg.hpp.
|
inline |
Definition at line 59 of file fimImg.hpp.
|
inline |
Definition at line 130 of file fimImg.hpp.
|
inline |
Definition at line 81 of file fimImg.hpp.
|
inline |
Definition at line 124 of file fimImg.hpp.
|
inline |
Definition at line 50 of file fimImg.hpp.
|
inline |
Definition at line 51 of file fimImg.hpp.
void Fg::FimImgT< T >::setFromShrinkInt | ( | const FimImgT< T > & | src, |
uint | ws, | ||
uint | hs | ||
) |
Definition at line 182 of file fimImg.hpp.
FimImgT< T > Fg::FimImgT< T >::shrinkInt | ( | int | sx, |
int | sy | ||
) | const |
Definition at line 226 of file fimImg.hpp.
|
inline |
Definition at line 72 of file fimImg.hpp.
|
inline |
Definition at line 75 of file fimImg.hpp.
|
inline |
Definition at line 74 of file fimImg.hpp.
uint Fg::FimImgT< T >::m_height |
Definition at line 36 of file fimImg.hpp.
std::vector<T> Fg::FimImgT< T >::m_image |
Definition at line 37 of file fimImg.hpp.
uint Fg::FimImgT< T >::m_width |
Definition at line 35 of file fimImg.hpp.