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

#include <GteIntpTrilinear3.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
 
int GetZBound () const
 
Real GetZMax () const
 
Real GetZMin () const
 
Real GetZSpacing () const
 
 IntpTrilinear3 (int xBound, int yBound, int zBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real zMin, Real zSpacing, Real const *F)
 
Real operator() (Real x, Real y, Real z) const
 
Real operator() (int xOrder, int yOrder, int zOrder, Real x, Real y, Real z) const
 

Private Attributes

Real mBlend [2][2]
 
Real const * mF
 
Real mInvXSpacing
 
Real mInvYSpacing
 
Real mInvZSpacing
 
int mQuantity
 
int mXBound
 
Real mXMax
 
Real mXMin
 
Real mXSpacing
 
int mYBound
 
Real mYMax
 
Real mYMin
 
Real mYSpacing
 
int mZBound
 
Real mZMax
 
Real mZMin
 
Real mZSpacing
 

Detailed Description

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

Definition at line 22 of file GteIntpTrilinear3.h.

Constructor & Destructor Documentation

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

Definition at line 68 of file GteIntpTrilinear3.h.

Member Function Documentation

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

Definition at line 129 of file GteIntpTrilinear3.h.

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

Definition at line 123 of file GteIntpTrilinear3.h.

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

Definition at line 105 of file GteIntpTrilinear3.h.

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

Definition at line 141 of file GteIntpTrilinear3.h.

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

Definition at line 135 of file GteIntpTrilinear3.h.

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

Definition at line 147 of file GteIntpTrilinear3.h.

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

Definition at line 111 of file GteIntpTrilinear3.h.

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

Definition at line 159 of file GteIntpTrilinear3.h.

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

Definition at line 153 of file GteIntpTrilinear3.h.

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

Definition at line 165 of file GteIntpTrilinear3.h.

template<typename Real >
int gte::IntpTrilinear3< Real >::GetZBound ( ) const
inline

Definition at line 117 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::GetZMax ( ) const
inline

Definition at line 177 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::GetZMin ( ) const
inline

Definition at line 171 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::GetZSpacing ( ) const
inline

Definition at line 183 of file GteIntpTrilinear3.h.

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

Definition at line 189 of file GteIntpTrilinear3.h.

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

Definition at line 291 of file GteIntpTrilinear3.h.

Member Data Documentation

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

Definition at line 63 of file GteIntpTrilinear3.h.

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

Definition at line 62 of file GteIntpTrilinear3.h.

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

Definition at line 59 of file GteIntpTrilinear3.h.

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

Definition at line 60 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::mInvZSpacing
private

Definition at line 61 of file GteIntpTrilinear3.h.

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

Definition at line 58 of file GteIntpTrilinear3.h.

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

Definition at line 58 of file GteIntpTrilinear3.h.

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

Definition at line 59 of file GteIntpTrilinear3.h.

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

Definition at line 59 of file GteIntpTrilinear3.h.

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

Definition at line 59 of file GteIntpTrilinear3.h.

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

Definition at line 58 of file GteIntpTrilinear3.h.

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

Definition at line 60 of file GteIntpTrilinear3.h.

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

Definition at line 60 of file GteIntpTrilinear3.h.

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

Definition at line 60 of file GteIntpTrilinear3.h.

template<typename Real >
int gte::IntpTrilinear3< Real >::mZBound
private

Definition at line 58 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::mZMax
private

Definition at line 61 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::mZMin
private

Definition at line 61 of file GteIntpTrilinear3.h.

template<typename Real >
Real gte::IntpTrilinear3< Real >::mZSpacing
private

Definition at line 61 of file GteIntpTrilinear3.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