Field3D
Types.h File Reference

Contains typedefs for the commonly used types in Field3D. More...

#include <vector>
#include "StdMathLib.h"

Go to the source code of this file.

Classes

struct  Interval
 Represents a single integration interval. The interval is assumed to be inclusive, i.e. [t0,t1]. More...
 

Typedefs

typedef std::vector< IntervalIntervalVec
 

Detailed Description

Contains typedefs for the commonly used types in Field3D.

Definition in file Types.h.

Typedef Documentation

typedef std::vector<Interval> IntervalVec

Definition at line 86 of file Types.h.