Public Types | Public Member Functions | Public Attributes
problib::PDFImpl_< ContainerAllocator > Struct Template Reference

#include <PDFImpl.h>

List of all members.

Public Types

enum  { DISJUNCTION_FLOAT = 4 }
enum  { DISJUNCTION_PDF = 5 }
enum  { CONJUNCTION = 6 }
enum  { GAUSSIAN = 1 }
enum  { UNIFORM = 2 }
enum  { DISJUNCTION_STRING = 3 }
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_covariance_type
typedef double _density_type
typedef std::vector
< ::problib::DimensionDescription_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::problib::DimensionDescription_
< ContainerAllocator >
>::other > 
_dimensions_type
typedef int32_t _domain_size_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_mean_type
typedef uint32_t _num_dimensions_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_probabilities_type
typedef std::vector< uint32_t,
typename
ContainerAllocator::template
rebind< uint32_t >::other > 
_sub_pdf_ptrs_type
typedef uint8_t _type_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_values_float_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_values_string_type
typedef boost::shared_ptr
< ::problib::PDFImpl_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::problib::PDFImpl_
< ContainerAllocator > > 
Ptr
typedef PDFImpl_
< ContainerAllocator > 
Type

Public Member Functions

 PDFImpl_ ()
 PDFImpl_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
covariance
double density
std::vector
< ::problib::DimensionDescription_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::problib::DimensionDescription_
< ContainerAllocator >
>::other > 
dimensions
int32_t domain_size
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
mean
uint32_t num_dimensions
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
probabilities
std::vector< uint32_t,
typename
ContainerAllocator::template
rebind< uint32_t >::other > 
sub_pdf_ptrs
uint8_t type
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
values_float
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
values_string

Detailed Description

template<class ContainerAllocator>
struct problib::PDFImpl_< ContainerAllocator >

Definition at line 22 of file PDFImpl.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::_covariance_type

Definition at line 67 of file PDFImpl.h.

template<class ContainerAllocator >
typedef double problib::PDFImpl_< ContainerAllocator >::_density_type

Definition at line 70 of file PDFImpl.h.

template<class ContainerAllocator >
typedef std::vector< ::problib::DimensionDescription_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::problib::DimensionDescription_<ContainerAllocator> >::other > problib::PDFImpl_< ContainerAllocator >::_dimensions_type

Definition at line 61 of file PDFImpl.h.

template<class ContainerAllocator >
typedef int32_t problib::PDFImpl_< ContainerAllocator >::_domain_size_type

Definition at line 79 of file PDFImpl.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::_mean_type

Definition at line 64 of file PDFImpl.h.

template<class ContainerAllocator >
typedef uint32_t problib::PDFImpl_< ContainerAllocator >::_num_dimensions_type

Definition at line 58 of file PDFImpl.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::_probabilities_type

Definition at line 73 of file PDFImpl.h.

template<class ContainerAllocator >
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > problib::PDFImpl_< ContainerAllocator >::_sub_pdf_ptrs_type

Definition at line 76 of file PDFImpl.h.

template<class ContainerAllocator >
typedef uint8_t problib::PDFImpl_< ContainerAllocator >::_type_type

Definition at line 55 of file PDFImpl.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::_values_float_type

Definition at line 82 of file PDFImpl.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > problib::PDFImpl_< ContainerAllocator >::_values_string_type

Definition at line 85 of file PDFImpl.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::problib::PDFImpl_<ContainerAllocator> const> problib::PDFImpl_< ContainerAllocator >::ConstPtr

Definition at line 96 of file PDFImpl.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::problib::PDFImpl_<ContainerAllocator> > problib::PDFImpl_< ContainerAllocator >::Ptr

Definition at line 95 of file PDFImpl.h.

template<class ContainerAllocator >
typedef PDFImpl_<ContainerAllocator> problib::PDFImpl_< ContainerAllocator >::Type

Definition at line 23 of file PDFImpl.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
DISJUNCTION_FLOAT 

Definition at line 91 of file PDFImpl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DISJUNCTION_PDF 

Definition at line 92 of file PDFImpl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
CONJUNCTION 

Definition at line 93 of file PDFImpl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
GAUSSIAN 

Definition at line 88 of file PDFImpl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
UNIFORM 

Definition at line 89 of file PDFImpl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DISJUNCTION_STRING 

Definition at line 90 of file PDFImpl.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
problib::PDFImpl_< ContainerAllocator >::PDFImpl_ ( ) [inline]

Definition at line 25 of file PDFImpl.h.

template<class ContainerAllocator >
problib::PDFImpl_< ContainerAllocator >::PDFImpl_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 40 of file PDFImpl.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > problib::PDFImpl_< ContainerAllocator >::__connection_header

Definition at line 97 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::covariance

Definition at line 68 of file PDFImpl.h.

template<class ContainerAllocator >
double problib::PDFImpl_< ContainerAllocator >::density

Definition at line 71 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector< ::problib::DimensionDescription_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::problib::DimensionDescription_<ContainerAllocator> >::other > problib::PDFImpl_< ContainerAllocator >::dimensions

Definition at line 62 of file PDFImpl.h.

template<class ContainerAllocator >
int32_t problib::PDFImpl_< ContainerAllocator >::domain_size

Definition at line 80 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::mean

Definition at line 65 of file PDFImpl.h.

template<class ContainerAllocator >
uint32_t problib::PDFImpl_< ContainerAllocator >::num_dimensions

Definition at line 59 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::probabilities

Definition at line 74 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > problib::PDFImpl_< ContainerAllocator >::sub_pdf_ptrs

Definition at line 77 of file PDFImpl.h.

template<class ContainerAllocator >
uint8_t problib::PDFImpl_< ContainerAllocator >::type

Definition at line 56 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > problib::PDFImpl_< ContainerAllocator >::values_float

Definition at line 83 of file PDFImpl.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > problib::PDFImpl_< ContainerAllocator >::values_string

Definition at line 86 of file PDFImpl.h.


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


problib
Author(s): Sjoerd van den Dries
autogenerated on Tue Jan 7 2014 11:42:42