GOAT (Geometrical optics application tool) 0.1
Loading...
Searching...
No Matches
error.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  GOAT
 This class is used for the iray class. This class is intended for internal use only. It defines a plane, defined by a central position and two directional vectors.
namespace  GOAT::raytracing
 Raytracer used for ultrashort pulse calculation with raytracing only.

Macros

#define CALLOC_ERR   2
#define ERROR_H
#define IMHOST   5
#define INVALID_PARAMETER   9
#define KUGELGITTER_K   6
#define MALLOC_ERR   1
#define N_ERRORS   8
#define NO_ERRORS   0
#define NOT_FOUND   7
#define REALLOC_ERR   3
#define SUPERGITTER   4

Functions

void GOAT::raytracing::error (int nerr, std::string msg)

Macro Definition Documentation

◆ CALLOC_ERR

#define CALLOC_ERR   2

Definition at line 25 of file error.h.

◆ ERROR_H

#define ERROR_H

Definition at line 33 of file error.h.

◆ IMHOST

#define IMHOST   5

Definition at line 28 of file error.h.

◆ INVALID_PARAMETER

#define INVALID_PARAMETER   9

Definition at line 31 of file error.h.

◆ KUGELGITTER_K

#define KUGELGITTER_K   6

Definition at line 29 of file error.h.

◆ MALLOC_ERR

#define MALLOC_ERR   1

Definition at line 24 of file error.h.

◆ N_ERRORS

#define N_ERRORS   8

Definition at line 22 of file error.h.

◆ NO_ERRORS

#define NO_ERRORS   0

Definition at line 23 of file error.h.

◆ NOT_FOUND

#define NOT_FOUND   7

Definition at line 30 of file error.h.

◆ REALLOC_ERR

#define REALLOC_ERR   3

Definition at line 26 of file error.h.

◆ SUPERGITTER

#define SUPERGITTER   4

Definition at line 27 of file error.h.