|
| vector_id () |
| Basic constructor. More...
|
|
| vector_id (Size n, const T &value) |
| Constructor. More...
|
|
| vector_id (int n, const T &value) |
| Constructor. More...
|
|
| vector_id (long n, const T &value) |
| Constructor. More...
|
|
| vector_id (Size n) |
| Constructor. More...
|
|
| vector_id (const std::vector< T > &x) |
| Constructor. More...
|
|
| vector_id (const_iterator first, const_iterator last) |
| Constructor. More...
|
|
reference | at (Index n) |
| Read/write random access, with explicit Index. More...
|
|
const_reference | at (Index n) const |
| Read-only random access, with explicit Index. More...
|
|
reference | operator() (Index n) |
| Read/write random access, with explicit Index. More...
|
|
const_reference | operator() (Index n) const |
| Read-only random access, with explicit Index. More...
|
|
reference | operator[] (Index n) |
| Read/write random access, with explicit Index. More...
|
|
const_reference | operator[] (Index n) const |
| Read-only random access. More...
|
|
Index | push_back (const_reference v) |
|
| vector () |
| Basic constructor. More...
|
|
| vector (Size n, const T &value) |
| Constructor. More...
|
|
| vector (Size n) |
| Constructor. More...
|
|
| vector (const std::vector< T, Alloc > &x) |
| Constructor. More...
|
|
| vector (const std::initializer_list< T > &t) |
| Brace initializer constructor. More...
|
|
| vector (std::vector< T, Alloc > &&v) |
| Move constructor. More...
|
|
vector & | operator= (const std::vector< T, Alloc > &x) |
| Copy operator. More...
|
|
vector & | operator= (std::vector< T, Alloc > &&v) |
| Move assignment operator. More...
|
|
| vector (typename vector< T >::const_iterator first, typename vector< T >::const_iterator last) |
| Constructor. More...
|
|
reference | operator[] (Size n) |
| Read/write random access. More...
|
|
const_reference | operator[] (Size n) const |
| Read-only random access. More...
|
|
std::ostream & | write (std::ostream &os) const |
|
std::istream & | read (std::istream &in) |
|
void | fill (const T &value) |
| Sets every element to 'value'. More...
|
|
void | fastResize (Size n) |
|
SOFA_TYPE_API std::istream & | read (std::istream &in) |
|
SOFA_TYPE_API std::istream & | read (std::istream &in) |
|
SOFA_TYPE_API std::ostream & | write (std::ostream &os) const |
|
SOFA_TYPE_API std::istream & | read (std::istream &in) |
|
SOFA_TYPE_API std::istream & | read (std::istream &in) |
| Specialization for reading vectors of int and unsigned int using "A-B" notation for all integers between A and B. More...
|
|
SOFA_TYPE_API std::istream & | read (std::istream &in) |
|
SOFA_TYPE_API std::ostream & | write (std::ostream &os) const |
| Specialization for writing vectors of unsigned char. More...
|
|
SOFA_TYPE_API std::istream & | read (std::istream &in) |
|
SOFA_TYPE_API std::ostream & | write (std::ostream &os) const |
|
SOFA_TYPE_API std::ostream & | write (std::ostream &os) const |
|