#include <fitmaps.h>
Public Member Functions | |
double & | a () |
double & | b () |
Bicubic () | |
Bicubic (vector< double > &input) | |
double & | c () |
double & | d () |
double | distanceRMS (std::vector< CoordType > &VV) |
double & | e () |
double | evaluate (double u, double v) |
double & | f () |
double & | g () |
double & | h () |
double & | i () |
double & | l () |
double & | m () |
double & | n () |
double & | o () |
double & | p () |
double & | q () |
double & | r () |
Static Public Member Functions | |
static Bicubic | fit (std::vector< CoordType > VV) |
Public Attributes | |
vector< double > | data |
vcg::tri::Fitmaps< MeshType >::Bicubic::Bicubic | ( | ) | [inline] |
vcg::tri::Fitmaps< MeshType >::Bicubic::Bicubic | ( | vector< double > & | input | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::a | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::b | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::c | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::d | ( | ) | [inline] |
double vcg::tri::Fitmaps< MeshType >::Bicubic::distanceRMS | ( | std::vector< CoordType > & | VV | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::e | ( | ) | [inline] |
double vcg::tri::Fitmaps< MeshType >::Bicubic::evaluate | ( | double | u, |
double | v | ||
) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::f | ( | ) | [inline] |
static Bicubic vcg::tri::Fitmaps< MeshType >::Bicubic::fit | ( | std::vector< CoordType > | VV | ) | [inline, static] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::g | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::h | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::i | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::l | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::m | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::n | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::o | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::p | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::q | ( | ) | [inline] |
double& vcg::tri::Fitmaps< MeshType >::Bicubic::r | ( | ) | [inline] |
vector<double> vcg::tri::Fitmaps< MeshType >::Bicubic::data |