Public Member Functions | Private Attributes | List of all members
gte::IntpBicubic2< Real > Class Template Reference

#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
 

Detailed Description

template<typename Real>
class gte::IntpBicubic2< Real >

Definition at line 24 of file GteIntpBicubic2.h.

Constructor & Destructor Documentation

template<typename Real >
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.

Member Function Documentation

template<typename Real >
Real const * gte::IntpBicubic2< Real >::GetF ( ) const
inline

Definition at line 143 of file GteIntpBicubic2.h.

template<typename Real >
int gte::IntpBicubic2< Real >::GetQuantity ( ) const
inline

Definition at line 137 of file GteIntpBicubic2.h.

template<typename Real >
int gte::IntpBicubic2< Real >::GetXBound ( ) const
inline

Definition at line 125 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::GetXMax ( ) const
inline

Definition at line 155 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::GetXMin ( ) const
inline

Definition at line 149 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::GetXSpacing ( ) const
inline

Definition at line 161 of file GteIntpBicubic2.h.

template<typename Real >
int gte::IntpBicubic2< Real >::GetYBound ( ) const
inline

Definition at line 131 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::GetYMax ( ) const
inline

Definition at line 173 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::GetYMin ( ) const
inline

Definition at line 167 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::GetYSpacing ( ) const
inline

Definition at line 179 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::operator() ( Real  x,
Real  y 
) const

Definition at line 185 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::operator() ( int  xOrder,
int  yOrder,
Real  x,
Real  y 
) const

Definition at line 272 of file GteIntpBicubic2.h.

Member Data Documentation

template<typename Real >
Real gte::IntpBicubic2< Real >::mBlend[4][4]
private

Definition at line 57 of file GteIntpBicubic2.h.

template<typename Real >
Real const* gte::IntpBicubic2< Real >::mF
private

Definition at line 56 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mInvXSpacing
private

Definition at line 54 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mInvYSpacing
private

Definition at line 55 of file GteIntpBicubic2.h.

template<typename Real >
int gte::IntpBicubic2< Real >::mQuantity
private

Definition at line 53 of file GteIntpBicubic2.h.

template<typename Real >
int gte::IntpBicubic2< Real >::mXBound
private

Definition at line 53 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mXMax
private

Definition at line 54 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mXMin
private

Definition at line 54 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mXSpacing
private

Definition at line 54 of file GteIntpBicubic2.h.

template<typename Real >
int gte::IntpBicubic2< Real >::mYBound
private

Definition at line 53 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mYMax
private

Definition at line 55 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mYMin
private

Definition at line 55 of file GteIntpBicubic2.h.

template<typename Real >
Real gte::IntpBicubic2< Real >::mYSpacing
private

Definition at line 55 of file GteIntpBicubic2.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06