Jive reference manual
List of all members | Public Types
jive::geom::TypeDefs Class Reference

Contains commonly used type definitions. More...

Inheritance diagram for jive::geom::TypeDefs:
Inheritance graph

Public Types

typedef jem::util::Properties Properties
 A type representing a set of properties. More...
 
typedef util::Vector Vector
 A vector type. More...
 
typedef util::Matrix Matrix
 A matrix type. More...
 

Detailed Description

The TypeDefs class contains various type definitions. It is to be used as an `inheritable namespace'.

Member Typedef Documentation

The Properties type represents a set of properties (name-value pairs). It is just a convenient alias for jem::util::Properties.

The Vector type represents a one-dimensional array of double precision numbers. It is just a convenient alias for jive::util::Vector.

The type Matrix represents a two-dimensional array of double precision numbers. It is just a convenient alias for jive::util::Matrix.