Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

f2c.h File Reference

Go to the source code of this file.

Compounds

struct  alist
struct  cilist
struct  cllist
struct  complex
struct  doublecomplex
struct  icilist
struct  inlist
union  Multitype
struct  Namelist
struct  olist
struct  Vardesc

Defines

#define TRUE_   (1)
#define FALSE_   (0)
#define Extern   extern
#define VOID   void
#define abs(x)   ((x) >= 0 ? (x) : -(x))
#define dabs(x)   (doublereal)abs(x)
#define min(a, b)   ((a) <= (b) ? (a) : (b))
#define max(a, b)   ((a) >= (b) ? (a) : (b))
#define dmin(a, b)   (doublereal)min(a,b)
#define dmax(a, b)   (doublereal)max(a,b)
#define F2C_proc_par_types   1

Typedefs

typedef int integer
typedef char * address
typedef short int shortint
typedef float real
typedef double doublereal
typedef int logical
typedef short int shortlogical
typedef char logical1
typedef char integer1
typedef long flag
typedef long ftnlen
typedef long ftnint
typedef Multitype Multitype
typedef long Long
typedef Vardesc Vardesc
typedef Namelist Namelist
typedef int(* U_fp )()
typedef shortint(* J_fp )()
typedef integer(* I_fp )()
typedef real(* R_fp )()
typedef doublereal(* D_fp )()
typedef doublereal(*)(*) E_fp ()
typedef VOID(* C_fp )()
typedef VOID(* Z_fp )()
typedef logical(* L_fp )()
typedef shortlogical(* K_fp )()
typedef VOID(* H_fp )()
typedef int(* S_fp )()
typedef VOID C_f
typedef VOID H_f
typedef VOID Z_f
typedef doublereal E_f


Define Documentation

#define abs      ((x) >= 0 ? (x) : -(x))
 

Definition at line 163 of file f2c.h.

#define dabs      (doublereal)abs(x)
 

Definition at line 164 of file f2c.h.

#define dmax a,
     (doublereal)max(a,b)
 

Definition at line 168 of file f2c.h.

#define dmin a,
     (doublereal)min(a,b)
 

Definition at line 167 of file f2c.h.

#define Extern   extern
 

Definition at line 36 of file f2c.h.

#define F2C_proc_par_types   1
 

Definition at line 172 of file f2c.h.

#define FALSE_   (0)
 

Definition at line 32 of file f2c.h.

#define max a,
     ((a) >= (b) ? (a) : (b))
 

Definition at line 166 of file f2c.h.

Referenced by itk::MaximumDecisionRule::Evaluate(), itk::VoronoiDiagram2DGenerator< TCoordType >::GenerateOutputInformation(), itk::NumericTraits< long double >::NonpositiveMin(), itk::NumericTraits< double >::NonpositiveMin(), itk::NumericTraits< float >::NonpositiveMin(), itk::Function::Div< TInput1, TInput2, TOutput >::operator()(), itk::watershed::Segmenter< InputImageType >::operator=(), itk::Statistics::KdTree< TSample >::NearestNeighbors::resize(), itk::Statistics::Histogram< THistogramMeasurement, 1 >::SetBinMax(), itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMaximum(), itk::SigmoidImageFilter< TInputImage, TOutputImage >::SetOutputMaximum(), itk::Function::Sigmoid< TInput, TOutput >::SetOutputMaximum(), itk::Function::Sigmoid< TInput, TOutput >::Sigmoid(), and itk::StatisticsImageFilter< TInputImage >::StatisticsImageFilter().

#define min a,
     ((a) <= (b) ? (a) : (b))
 

Definition at line 165 of file f2c.h.

Referenced by itk::NumericTraits< unsigned long >::NonpositiveMin(), itk::NumericTraits< long >::NonpositiveMin(), itk::NumericTraits< int >::NonpositiveMin(), itk::NumericTraits< unsigned short >::NonpositiveMin(), itk::NumericTraits< short >::NonpositiveMin(), itk::NumericTraits< unsigned char >::NonpositiveMin(), itk::NumericTraits< char >::NonpositiveMin(), itk::NumericTraits< T >::NonpositiveMin(), itk::watershed::Segmenter< InputImageType >::operator=(), itk::Statistics::KdTree< TSample >::NearestNeighbors::ReplaceFarthestNeighbor(), itk::Statistics::Histogram< THistogramMeasurement, 1 >::SetBinMin(), itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMinimum(), itk::SigmoidImageFilter< TInputImage, TOutputImage >::SetOutputMinimum(), itk::Function::Sigmoid< TInput, TOutput >::SetOutputMinimum(), and itk::Function::Sigmoid< TInput, TOutput >::Sigmoid().

#define TRUE_   (1)
 

Definition at line 31 of file f2c.h.

#define VOID   void
 

Definition at line 133 of file f2c.h.


Typedef Documentation

typedef char* address
 

Definition at line 20 of file f2c.h.

typedef VOID C_f
 

Definition at line 199 of file f2c.h.

typedef VOID(* C_fp)()
 

Definition at line 191 of file f2c.h.

typedef doublereal(* D_fp)()
 

Definition at line 190 of file f2c.h.

typedef double doublereal
 

Definition at line 23 of file f2c.h.

typedef doublereal E_f
 

Definition at line 202 of file f2c.h.

typedef doublereal(*)(*) E_fp()
 

Definition at line 190 of file f2c.h.

typedef long flag
 

Definition at line 47 of file f2c.h.

typedef long ftnint
 

Definition at line 49 of file f2c.h.

typedef long ftnlen
 

Definition at line 48 of file f2c.h.

typedef VOID H_f
 

Definition at line 200 of file f2c.h.

typedef VOID(* H_fp)()
 

Definition at line 195 of file f2c.h.

typedef integer(* I_fp)()
 

Definition at line 188 of file f2c.h.

typedef int integer
 

Definition at line 19 of file f2c.h.

typedef char integer1
 

Definition at line 29 of file f2c.h.

typedef shortint(* J_fp)()
 

Definition at line 187 of file f2c.h.

typedef shortlogical(* K_fp)()
 

Definition at line 194 of file f2c.h.

typedef logical(* L_fp)()
 

Definition at line 193 of file f2c.h.

typedef int logical
 

Definition at line 26 of file f2c.h.

typedef char logical1
 

Definition at line 28 of file f2c.h.

typedef long Long
 

Definition at line 146 of file f2c.h.

typedef union Multitype Multitype
 

Definition at line 144 of file f2c.h.

typedef struct Namelist Namelist
 

Definition at line 161 of file f2c.h.

typedef real(* R_fp)()
 

Definition at line 189 of file f2c.h.

typedef float real
 

Definition at line 22 of file f2c.h.

typedef int(* S_fp)()
 

Definition at line 196 of file f2c.h.

typedef short int shortint
 

Definition at line 21 of file f2c.h.

typedef short int shortlogical
 

Definition at line 27 of file f2c.h.

typedef int(* U_fp)()
 

Definition at line 186 of file f2c.h.

typedef struct Vardesc Vardesc
 

Definition at line 154 of file f2c.h.

typedef VOID Z_f
 

Definition at line 201 of file f2c.h.

typedef VOID(* Z_fp)()
 

Definition at line 192 of file f2c.h.


Generated at Fri May 21 01:15:55 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000