|
|
| 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.
|
| |
The documentation for this class was generated from the following file:
- /build/rock-master-18.09-slam-gtsam-0.20160620/gtsam/base/FastVector.h