Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CImg< T >::_marching3d_func_float Struct Reference

#include <CImg.h>

Public Member Functions

 _marching3d_func_float (const CImg< T > &pref)
 
float operator() (const float x, const float y, const float z) const
 

Public Attributes

const CImg< T > & ref
 

Detailed Description

template<typename T = float>
struct cimg_library::CImg< T >::_marching3d_func_float

Definition at line 21781 of file CImg.h.

Constructor & Destructor Documentation

_marching3d_func_float ( const CImg< T > &  pref)
inline

Definition at line 21783 of file CImg.h.

21783 :ref(pref) {}

Member Function Documentation

float operator() ( const float  x,
const float  y,
const float  z 
) const
inline

Definition at line 21784 of file CImg.h.

References CImg< T >::_marching3d_func_float::ref.

21784  {
21785  return (float)ref._linear_atXYZ(x,y,z);
21786  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int int REAL REAL REAL * z
Definition: write.cpp:76
void int int REAL * x
Definition: read.cpp:74

Member Data Documentation

const CImg<T>& ref

Definition at line 21782 of file CImg.h.

Referenced by CImg< T >::_marching3d_func_float::operator()().


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