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

#include <CImg.h>

Public Member Functions

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

Public Attributes

const CImg< T > & ref
 

Detailed Description

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

Definition at line 21437 of file CImg.h.

Constructor & Destructor Documentation

_marching2d_func_float ( const CImg< T > &  pref)
inline

Definition at line 21439 of file CImg.h.

21439 :ref(pref) {}

Member Function Documentation

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

Definition at line 21440 of file CImg.h.

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

21440  {
21441  return (float)ref._linear_atXY(x,y);
21442  }
void int int REAL REAL * y
Definition: read.cpp:74
void int int REAL * x
Definition: read.cpp:74

Member Data Documentation

const CImg<T>& ref

Definition at line 21438 of file CImg.h.

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


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