GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GTypemaps.hpp File Reference

Definition of GammaLib typemaps. More...

Go to the source code of this file.

Namespaces

 gammalib
 

Enumerations

enum  GChatter {
  SILENT = 0, TERSE = 1, NORMAL = 2, EXPLICIT = 3,
  VERBOSE = 4
}
 
enum  GClassCode {
  GMODEL_SPATIAL_POINT_SOURCE, GMODEL_SPATIAL_RADIAL, GMODEL_SPATIAL_ELLIPTICAL, GMODEL_SPATIAL_DIFFUSE,
  GMODEL_SPATIAL_COMPOSITE
}
 

Functions

GChatter gammalib::reduce (const GChatter &chatter)
 Reduce chattiness by one level. More...
 

Detailed Description

Definition of GammaLib typemaps.

Author
Juergen Knoedlseder

Definition in file GTypemaps.hpp.

Enumeration Type Documentation

enum GChatter
Enumerator
SILENT 
TERSE 
NORMAL 
EXPLICIT 
VERBOSE 

Definition at line 33 of file GTypemaps.hpp.

enum GClassCode
Enumerator
GMODEL_SPATIAL_POINT_SOURCE 
GMODEL_SPATIAL_RADIAL 
GMODEL_SPATIAL_ELLIPTICAL 
GMODEL_SPATIAL_DIFFUSE 
GMODEL_SPATIAL_COMPOSITE 

Definition at line 42 of file GTypemaps.hpp.