FaceGen 3 SDKs Reference
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
Fg::FimImgTransMapT< T > Class Template Reference

Public Member Functions

 FimImgTransMapT (size_t width, size_t height)
 
void resize (size_t width, size_t height)
 
size_t numRows () const
 
size_t numCols () const
 
size_t rowByteSize () const
 
RowT operator[] (size_t ii)
 
ConstRowT operator[] (size_t ii) const
 
const FimImgTransMapT< T > & operator= (const FimImgTransMapT< T > &aa)
 
std::vector< FR2Vect2TC< T > >::iterator begin ()
 
std::vector< FR2Vect2TC< T > >::const_iterator begin () const
 
std::vector< FR2Vect2TC< T > >::iterator end ()
 
std::vector< FR2Vect2TC< T > >::const_iterator end () const
 

Detailed Description

template<typename T>
class Fg::FimImgTransMapT< T >

Definition at line 19 of file fimImgTransMap.hpp.

Constructor & Destructor Documentation

◆ FimImgTransMapT() [1/2]

template<typename T >
Fg::FimImgTransMapT< T >::FimImgTransMapT ( )
inline

Definition at line 55 of file fimImgTransMap.hpp.

◆ FimImgTransMapT() [2/2]

template<typename T >
Fg::FimImgTransMapT< T >::FimImgTransMapT ( size_t  width,
size_t  height 
)
inline

Definition at line 57 of file fimImgTransMap.hpp.

Member Function Documentation

◆ begin() [1/2]

template<typename T >
std::vector< FR2Vect2TC< T > >::iterator Fg::FimImgTransMapT< T >::begin ( )
inline

Definition at line 87 of file fimImgTransMap.hpp.

◆ begin() [2/2]

template<typename T >
std::vector< FR2Vect2TC< T > >::const_iterator Fg::FimImgTransMapT< T >::begin ( ) const
inline

Definition at line 89 of file fimImgTransMap.hpp.

◆ end() [1/2]

template<typename T >
std::vector< FR2Vect2TC< T > >::iterator Fg::FimImgTransMapT< T >::end ( )
inline

Definition at line 92 of file fimImgTransMap.hpp.

◆ end() [2/2]

template<typename T >
std::vector< FR2Vect2TC< T > >::const_iterator Fg::FimImgTransMapT< T >::end ( ) const
inline

Definition at line 94 of file fimImgTransMap.hpp.

◆ numCols()

template<typename T >
size_t Fg::FimImgTransMapT< T >::numCols ( ) const
inline

Definition at line 65 of file fimImgTransMap.hpp.

◆ numRows()

template<typename T >
size_t Fg::FimImgTransMapT< T >::numRows ( ) const
inline

Definition at line 64 of file fimImgTransMap.hpp.

◆ operator=()

template<typename T >
const FimImgTransMapT< T > & Fg::FimImgTransMapT< T >::operator= ( const FimImgTransMapT< T > &  aa)
inline

Definition at line 75 of file fimImgTransMap.hpp.

◆ operator[]() [1/2]

template<typename T >
RowT Fg::FimImgTransMapT< T >::operator[] ( size_t  ii)
inline

Definition at line 69 of file fimImgTransMap.hpp.

◆ operator[]() [2/2]

template<typename T >
ConstRowT Fg::FimImgTransMapT< T >::operator[] ( size_t  ii) const
inline

Definition at line 72 of file fimImgTransMap.hpp.

◆ resize()

template<typename T >
void Fg::FimImgTransMapT< T >::resize ( size_t  width,
size_t  height 
)
inline

Definition at line 60 of file fimImgTransMap.hpp.

◆ rowByteSize()

template<typename T >
size_t Fg::FimImgTransMapT< T >::rowByteSize ( ) const
inline

Definition at line 66 of file fimImgTransMap.hpp.


The documentation for this class was generated from the following file: