#include <GteIntpBicubic2.h>
Public Member Functions | |
Real const * | GetF () const |
int | GetQuantity () const |
int | GetXBound () const |
Real | GetXMax () const |
Real | GetXMin () const |
Real | GetXSpacing () const |
int | GetYBound () const |
Real | GetYMax () const |
Real | GetYMin () const |
Real | GetYSpacing () const |
IntpBicubic2 (int xBound, int yBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real const *F, bool catmullRom) | |
Real | operator() (Real x, Real y) const |
Real | operator() (int xOrder, int yOrder, Real x, Real y) const |
Private Attributes | |
Real | mBlend [4][4] |
Real const * | mF |
Real | mInvXSpacing |
Real | mInvYSpacing |
int | mQuantity |
int | mXBound |
Real | mXMax |
Real | mXMin |
Real | mXSpacing |
int | mYBound |
Real | mYMax |
Real | mYMin |
Real | mYSpacing |
Definition at line 24 of file GteIntpBicubic2.h.
gte::IntpBicubic2< Real >::IntpBicubic2 | ( | int | xBound, |
int | yBound, | ||
Real | xMin, | ||
Real | xSpacing, | ||
Real | yMin, | ||
Real | ySpacing, | ||
Real const * | F, | ||
bool | catmullRom | ||
) |
Definition at line 62 of file GteIntpBicubic2.h.
|
inline |
Definition at line 143 of file GteIntpBicubic2.h.
|
inline |
Definition at line 137 of file GteIntpBicubic2.h.
|
inline |
Definition at line 125 of file GteIntpBicubic2.h.
|
inline |
Definition at line 155 of file GteIntpBicubic2.h.
|
inline |
Definition at line 149 of file GteIntpBicubic2.h.
|
inline |
Definition at line 161 of file GteIntpBicubic2.h.
|
inline |
Definition at line 131 of file GteIntpBicubic2.h.
|
inline |
Definition at line 173 of file GteIntpBicubic2.h.
|
inline |
Definition at line 167 of file GteIntpBicubic2.h.
|
inline |
Definition at line 179 of file GteIntpBicubic2.h.
Real gte::IntpBicubic2< Real >::operator() | ( | Real | x, |
Real | y | ||
) | const |
Definition at line 185 of file GteIntpBicubic2.h.
Real gte::IntpBicubic2< Real >::operator() | ( | int | xOrder, |
int | yOrder, | ||
Real | x, | ||
Real | y | ||
) | const |
Definition at line 272 of file GteIntpBicubic2.h.
|
private |
Definition at line 57 of file GteIntpBicubic2.h.
|
private |
Definition at line 56 of file GteIntpBicubic2.h.
|
private |
Definition at line 54 of file GteIntpBicubic2.h.
|
private |
Definition at line 55 of file GteIntpBicubic2.h.
|
private |
Definition at line 53 of file GteIntpBicubic2.h.
|
private |
Definition at line 53 of file GteIntpBicubic2.h.
|
private |
Definition at line 54 of file GteIntpBicubic2.h.
|
private |
Definition at line 54 of file GteIntpBicubic2.h.
|
private |
Definition at line 54 of file GteIntpBicubic2.h.
|
private |
Definition at line 53 of file GteIntpBicubic2.h.
|
private |
Definition at line 55 of file GteIntpBicubic2.h.
|
private |
Definition at line 55 of file GteIntpBicubic2.h.
|
private |
Definition at line 55 of file GteIntpBicubic2.h.