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

#include <CImg.h>

Public Member Functions

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

Definition at line 21429 of file CImg.h.

Constructor & Destructor Documentation

_marching2d_func ( const CImg< T > &  pref)
inline

Definition at line 21431 of file CImg.h.

21431 :ref(pref) {}

Member Function Documentation

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

Definition at line 21432 of file CImg.h.

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

21432  {
21433  return (float)ref((int)x,(int)y);
21434  }
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 21430 of file CImg.h.

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


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