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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2199 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2204 of file CImg.h.

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

Definition at line 2205 of file CImg.h.

2205 { return val; }
static bool is_float ( )
inlinestatic

Definition at line 2201 of file CImg.h.

2201 { return true; }
static double max ( void  )
inlinestatic

Definition at line 2203 of file CImg.h.

2203 { return 1.7E308; }
static double min ( )
inlinestatic

Definition at line 2202 of file CImg.h.

2202 { return -1.7E308; }
static const char* string ( )
inlinestatic

Definition at line 2200 of file CImg.h.

References s.

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

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