Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Call_y_at_x_to_get< ReturnType > Class Template Reference

#include <function_objects.h>

Public Types

typedef ReturnType result_type
 

Public Member Functions

template<class Cls >
ReturnType operator() (const Cls &c, const ReturnType &x) const
 

Detailed Description

template<class ReturnType>
class CGALi::Call_y_at_x_to_get< ReturnType >

Definition at line 247 of file function_objects.h.

Member Typedef Documentation

typedef ReturnType result_type

Definition at line 250 of file function_objects.h.

Member Function Documentation

ReturnType operator() ( const Cls &  c,
const ReturnType &  x 
) const
inline

Definition at line 254 of file function_objects.h.

255  { return c.y_at_x(x); }
void int int REAL * x
Definition: read.cpp:74

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