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

#include <CImg.h>

Public Member Functions

 _marching3d_func (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

Definition at line 21773 of file CImg.h.

Constructor & Destructor Documentation

_marching3d_func ( const CImg< T > &  pref)
inline

Definition at line 21775 of file CImg.h.

21775 :ref(pref) {}

Member Function Documentation

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

Definition at line 21776 of file CImg.h.

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

21776  {
21777  return (float)ref((int)x,(int)y,(int)z);
21778  }
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 21774 of file CImg.h.

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


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