Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
type< float > Struct Template Reference

#include <CImg.h>

Static Public Member Functions

static const char * string ()
 
static bool is_float ()
 
static float min ()
 
static float max ()
 
static const char * format ()
 
static double format (const float val)
 

Detailed Description

template<>
struct cimg_library::cimg::type< float >

Definition at line 2190 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2195 of file CImg.h.

2195 { return "%g"; }
static double format ( const float  val)
inlinestatic

Definition at line 2196 of file CImg.h.

2196 { return (double)val; }
static bool is_float ( )
inlinestatic

Definition at line 2192 of file CImg.h.

2192 { return true; }
static float max ( void  )
inlinestatic

Definition at line 2194 of file CImg.h.

2194 { return 3.4E38f; }
static float min ( )
inlinestatic

Definition at line 2193 of file CImg.h.

2193 { return -3.4E38f; }
static const char* string ( )
inlinestatic

Definition at line 2191 of file CImg.h.

References s.

2191 { static const char *const s = "float"; return s; }
double s
Definition: blastest.C:80

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