gtsam  4.0.0
gtsam
gtsam::FastVector< VALUE > Class Template Reference
+ 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 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.
 

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