#include <TricubicInterpolation.hpp>
 | 
|   | IntpTricubic3 (int xBound, int yBound, int zBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real zMin, Real zSpacing, Real const *F, bool catmullRom) | 
|   | 
| int  | GetXBound () const | 
|   | 
| int  | GetYBound () const | 
|   | 
| int  | GetZBound () const | 
|   | 
| int  | GetQuantity () const | 
|   | 
| Real const *  | GetF () const | 
|   | 
| Real  | GetXMin () const | 
|   | 
| Real  | GetXMax () const | 
|   | 
| Real  | GetXSpacing () const | 
|   | 
| Real  | GetYMin () const | 
|   | 
| Real  | GetYMax () const | 
|   | 
| Real  | GetYSpacing () const | 
|   | 
| Real  | GetZMin () const | 
|   | 
| Real  | GetZMax () const | 
|   | 
| Real  | GetZSpacing () const | 
|   | 
| Real  | operator() (Real x, Real y, Real z) const | 
|   | 
| Real  | operator() (int xOrder, int yOrder, int zOrder, Real x, Real y, Real z) const | 
|   | 
◆ IntpTricubic3()
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  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ GetF()
◆ GetQuantity()
◆ GetXBound()
◆ GetXMax()
◆ GetXMin()
◆ GetXSpacing()
◆ GetYBound()
◆ GetYMax()
◆ GetYMin()
◆ GetYSpacing()
◆ GetZBound()
◆ GetZMax()
◆ GetZMin()
◆ GetZSpacing()
◆ operator()() [1/2]
template<typename Real > 
      
        
          | Real gte::IntpTricubic3< Real >::operator()  | 
          ( | 
          int  | 
          xOrder,  | 
        
        
           | 
           | 
          int  | 
          yOrder,  | 
        
        
           | 
           | 
          int  | 
          zOrder,  | 
        
        
           | 
           | 
          Real  | 
          x,  | 
        
        
           | 
           | 
          Real  | 
          y,  | 
        
        
           | 
           | 
          Real  | 
          z  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ operator()() [2/2]
The documentation for this class was generated from the following file: