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

#include <GteIntpBilinear2.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
 
 IntpBilinear2 (int xBound, int yBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real const *F)
 
Real operator() (Real x, Real y) const
 
Real operator() (int xOrder, int yOrder, Real x, Real y) const
 

Private Attributes

Real mBlend [2][2]
 
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::IntpBilinear2< Real >

Definition at line 21 of file GteIntpBilinear2.h.

Constructor & Destructor Documentation

template<typename Real >
gte::IntpBilinear2< Real >::IntpBilinear2 ( int  xBound,
int  yBound,
Real  xMin,
Real  xSpacing,
Real  yMin,
Real  ySpacing,
Real const *  F 
)

Definition at line 59 of file GteIntpBilinear2.h.

Member Function Documentation

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

Definition at line 105 of file GteIntpBilinear2.h.

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

Definition at line 99 of file GteIntpBilinear2.h.

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

Definition at line 87 of file GteIntpBilinear2.h.

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

Definition at line 117 of file GteIntpBilinear2.h.

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

Definition at line 111 of file GteIntpBilinear2.h.

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

Definition at line 123 of file GteIntpBilinear2.h.

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

Definition at line 93 of file GteIntpBilinear2.h.

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

Definition at line 135 of file GteIntpBilinear2.h.

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

Definition at line 129 of file GteIntpBilinear2.h.

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

Definition at line 141 of file GteIntpBilinear2.h.

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

Definition at line 147 of file GteIntpBilinear2.h.

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

Definition at line 220 of file GteIntpBilinear2.h.

Member Data Documentation

template<typename Real >
Real gte::IntpBilinear2< Real >::mBlend[2][2]
private

Definition at line 54 of file GteIntpBilinear2.h.

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

Definition at line 53 of file GteIntpBilinear2.h.

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

Definition at line 51 of file GteIntpBilinear2.h.

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

Definition at line 52 of file GteIntpBilinear2.h.

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

Definition at line 50 of file GteIntpBilinear2.h.

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

Definition at line 50 of file GteIntpBilinear2.h.

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

Definition at line 51 of file GteIntpBilinear2.h.

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

Definition at line 51 of file GteIntpBilinear2.h.

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

Definition at line 51 of file GteIntpBilinear2.h.

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

Definition at line 50 of file GteIntpBilinear2.h.

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

Definition at line 52 of file GteIntpBilinear2.h.

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

Definition at line 52 of file GteIntpBilinear2.h.

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

Definition at line 52 of file GteIntpBilinear2.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