IVT
Structs.h File Reference
#include "Math/Math2d.h"
#include "Math/Math3d.h"
#include "DataStructures/DynamicArrayTemplate.h"
#include <string.h>
#include <math.h>
#include <vector>

Go to the source code of this file.

Classes

struct  ROI
 
struct  PointPair2d
 
struct  PointPair3d
 
struct  Rectangle2d
 Data structure for the representation of a 2D rectangle. More...
 
struct  Circle2d
 Data structure for the representation of a 2D circle. More...
 
struct  Ellipse2d
 Data structure for the representation of a 2D ellipse. More...
 
struct  StraightLine2d
 Data structure for the representation of a 2D straight line. More...
 
struct  MyRegion
 

Typedefs

typedef std::vector< MyRegionRegionList
 
typedef CDynamicArrayTemplate
< MyRegion
CRegionArray
 
typedef CDynamicArrayTemplate
< Circle2d
CCircle2dArray
 
typedef CDynamicArrayTemplate
< Ellipse2d
CEllipse2dArray
 
typedef CDynamicArrayTemplate
< StraightLine2d
CStraightLine2dArray
 
typedef CDynamicArrayTemplate
< int > 
CIntArray
 

Typedef Documentation

Definition at line 348 of file Structs.h.

Definition at line 349 of file Structs.h.

Definition at line 351 of file Structs.h.

Definition at line 347 of file Structs.h.

typedef std::vector<MyRegion> RegionList

Definition at line 346 of file Structs.h.