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

#include <GteIntpTricubic3.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
 
 IntpTricubic3 (int xBound, int yBound, int zBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real zMin, Real zSpacing, Real const *F, bool catmullRom)
 
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 [4][4]
 
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::IntpTricubic3< Real >

Definition at line 25 of file GteIntpTricubic3.h.

Constructor & Destructor Documentation

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

Definition at line 71 of file GteIntpTricubic3.h.

Member Function Documentation

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

Definition at line 166 of file GteIntpTricubic3.h.

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

Definition at line 160 of file GteIntpTricubic3.h.

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

Definition at line 142 of file GteIntpTricubic3.h.

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

Definition at line 178 of file GteIntpTricubic3.h.

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

Definition at line 172 of file GteIntpTricubic3.h.

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

Definition at line 184 of file GteIntpTricubic3.h.

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

Definition at line 148 of file GteIntpTricubic3.h.

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

Definition at line 196 of file GteIntpTricubic3.h.

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

Definition at line 190 of file GteIntpTricubic3.h.

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

Definition at line 202 of file GteIntpTricubic3.h.

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

Definition at line 154 of file GteIntpTricubic3.h.

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

Definition at line 214 of file GteIntpTricubic3.h.

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

Definition at line 208 of file GteIntpTricubic3.h.

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

Definition at line 220 of file GteIntpTricubic3.h.

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

Definition at line 226 of file GteIntpTricubic3.h.

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

Definition at line 349 of file GteIntpTricubic3.h.

Member Data Documentation

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

Definition at line 66 of file GteIntpTricubic3.h.

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

Definition at line 65 of file GteIntpTricubic3.h.

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

Definition at line 62 of file GteIntpTricubic3.h.

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

Definition at line 63 of file GteIntpTricubic3.h.

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

Definition at line 64 of file GteIntpTricubic3.h.

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

Definition at line 61 of file GteIntpTricubic3.h.

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

Definition at line 61 of file GteIntpTricubic3.h.

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

Definition at line 62 of file GteIntpTricubic3.h.

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

Definition at line 62 of file GteIntpTricubic3.h.

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

Definition at line 62 of file GteIntpTricubic3.h.

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

Definition at line 61 of file GteIntpTricubic3.h.

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

Definition at line 63 of file GteIntpTricubic3.h.

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

Definition at line 63 of file GteIntpTricubic3.h.

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

Definition at line 63 of file GteIntpTricubic3.h.

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

Definition at line 61 of file GteIntpTricubic3.h.

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

Definition at line 64 of file GteIntpTricubic3.h.

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

Definition at line 64 of file GteIntpTricubic3.h.

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

Definition at line 64 of file GteIntpTricubic3.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