Public Types
vpdt_field_default< T, n > Struct Template Reference

Generate the default field type for scalar type T and dimension n. More...

#include <vpdt_field_default.h>

List of all members.

Public Types

typedef vnl_vector_fixed< T, n > type
 The default field type.

Detailed Description

template<class T, unsigned int n = 0>
struct vpdt_field_default< T, n >

Generate the default field type for scalar type T and dimension n.

Definition at line 30 of file vpdt_field_default.h.


Member Typedef Documentation

template<class T, unsigned int n = 0>
typedef vnl_vector_fixed<T,n> vpdt_field_default< T, n >::type

The default field type.

Definition at line 33 of file vpdt_field_default.h.


The documentation for this struct was generated from the following file: