Classes
core/vpdl/vpdt/vpdt_distribution_accessors.h File Reference

Accessor functors that apply to all distributions. More...

#include <vpdl/vpdt/vpdt_dist_traits.h>

Go to the source code of this file.

Classes

class  vpdt_dimension_accessor< dist_type >
 An accessor to return the variable dimension of the distribution. More...
struct  vpdt_dimension_accessor< dist_type >::rebind< other_dist >
 rebind this functor to another distribution type. More...
class  vpdt_mean_accessor< dist_type >
 An accessor to return the mean of the distribution. More...
struct  vpdt_mean_accessor< dist_type >::rebind< other_dist >
 rebind this functor to another distribution type. More...
class  vpdt_covar_accessor< dist_type >
 An accessor to return the covariance of the distribution. More...
struct  vpdt_covar_accessor< dist_type >::rebind< other_dist >
 rebind this functor to another distribution type. More...
class  vpdt_norm_const_accessor< dist_type >
 An accessor to return the normalization constant of the distribution. More...
struct  vpdt_norm_const_accessor< dist_type >::rebind< other_dist >
 rebind this functor to another distribution type. More...

Detailed Description

Accessor functors that apply to all distributions.

Author:
Matt Leotta (mleotta@lems.brown.edu)
Date:
March 15, 2009
    Modifications
     (none yet)
   

Definition in file vpdt_distribution_accessors.h.