|
gtsam
3.2.0
gtsam
|
Inheritance diagram for gtsam::FastVector< VALUE >:Public Member Functions | |
| FastVector () | |
| Default constructor. | |
| FastVector (size_t size) | |
| Constructor from size. | |
| FastVector (size_t size, const VALUE &initial) | |
| Constructor from size and initial values. | |
| template<typename INPUTITERATOR > | |
| FastVector (INPUTITERATOR first, INPUTITERATOR last) | |
| Constructor from a range, passes through to base class. | |
| FastVector (const FastList< VALUE > &x) | |
| Copy constructor from a FastList. | |
| FastVector (const FastSet< VALUE > &x) | |
| Copy constructor from a FastSet. | |
| FastVector (const Base &x) | |
| Copy constructor from the base class. | |
| template<typename ALLOCATOR > | |
| FastVector (const std::vector< VALUE, ALLOCATOR > &x) | |
| Copy constructor from a standard STL container. | |
| operator std::vector< VALUE > () const | |
| Conversion to a standard STL container. | |
Public Types | |
|
typedef std::vector< VALUE, typename internal::FastDefaultVectorAllocator < VALUE >::type > | Base |
Friends | |
| class | boost::serialization::access |
| Serialization function. | |