specialized template trait classes for properties of a field type More...
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Classes | |
struct | vpdt_field_traits< T > |
The field traits class (scalar). More... | |
struct | vpdt_field_traits< vnl_vector_fixed< T, n > > |
The field traits class (vnl_vector_fixed). More... | |
struct | vpdt_field_traits< vnl_vector< T > > |
The field traits class (vnl_vector). More... |
specialized template trait classes for properties of a field type
Each type of object upon which you define a field for a probability distribution requires a field traits class. The field traits determine the dimension, scalar type, field type, vector type, matrix type, etc to be used.
Modifications None
Definition in file vpdt_field_traits.h.