SMIL 1.1.1
Loading...
Searching...
No Matches
Useful Basic Types

Some useful data types when handling images. More...

Detailed Description

Some useful data types when handling images.

+ Collaboration diagram for Useful Basic Types:

Classes

class  Point< T >
 Struct Point. More...
 
struct  Rectangle
 Rectangle. More...
 
class  ImageBox
 ImageBox. More...
 

Typedefs

typedef Point< double > DoublePoint
 DoublePoint.
 
typedef Point< int > IntPoint
 IntPoint.
 
typedef Point< UINT > UintPoint
 UintPoint.
 
typedef vector< double > Vector_double
 Vector_double.
 
typedef vector< Vector_doubleMatrix_double
 Matrix_double.
 
typedef vector< UINT > Vector_UINT
 Vector_UINT.
 
typedef vector< size_t > Vector_size_t
 Vector_size_t.
 
typedef vector< off_t > Vector_off_t
 Vector_off_t.
 

Typedef Documentation

◆ DoublePoint

typedef Point<double> DoublePoint

DoublePoint.

Point coordinates defined as double values

◆ IntPoint

typedef Point<int> IntPoint

IntPoint.

Point coordinates defined as int values

◆ UintPoint

typedef Point<UINT> UintPoint

UintPoint.

Point coordinates defined as UINT (unsigned int) values

◆ Vector_double

typedef vector<double> Vector_double

Vector_double.

A vector of double values

◆ Matrix_double

typedef vector<Vector_double> Matrix_double

Matrix_double.

A Matrix of double values implemented as a vector of vectors

◆ Vector_UINT

typedef vector<UINT> Vector_UINT

Vector_UINT.

A vector of UINT (unsigned int) values

◆ Vector_size_t

typedef vector<size_t> Vector_size_t

Vector_size_t.

A vector of size_t values (natural - non negative values)

◆ Vector_off_t

typedef vector<off_t> Vector_off_t

Vector_off_t.

A vector of off_t values (integer - positive and negative values)