Public Types | Static Public Member Functions

cmtk::FixedVectorStaticInitializer< 3, T > Class Template Reference

Fixed vector static initializer class template. More...

#include <cmtkFixedVector.h>

List of all members.

Public Types

typedef FixedVector< 3, T > VectorType
 The vector type.

Static Public Member Functions

static const VectorType Init (const T &x0, const T &x1, const T &x2)
 Static initializer for three-dimensional vector.

Detailed Description

template<typename T>
class cmtk::FixedVectorStaticInitializer< 3, T >

Fixed vector static initializer class template.

Definition at line 338 of file cmtkFixedVector.h.


Member Typedef Documentation

template<typename T >
typedef FixedVector<3,T> cmtk::FixedVectorStaticInitializer< 3, T >::VectorType

The vector type.

Definition at line 342 of file cmtkFixedVector.h.


Member Function Documentation

template<typename T >
static const VectorType cmtk::FixedVectorStaticInitializer< 3, T >::Init ( const T &  x0,
const T &  x1,
const T &  x2 
) [inline, static]

Static initializer for three-dimensional vector.

Definition at line 345 of file cmtkFixedVector.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines