![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <StaticVector.h>
Public Member Functions | |
| StaticVector () | |
| StaticVector (int n) | |
| StaticVector (int n, const T &value) | |
| const T & | operator[] (int index) const |
| T & | operator[] (int index) |
| void | clear () |
| Iterator | begin () |
| Iterator | end () |
| ConstIterator | begin () const |
| ConstIterator | end () const |
| Reference | front () |
| ConstReference | front () const |
| Reference | back () |
| ConstReference | back () const |
| const std::vector< T > & | getData () const |
| std::vector< T > & | getDataWritable () |
| int | size () const |
| bool | empty () const |
| size_t | capacity () const |
| void | reserve (int n) |
| void | resize (int n) |
| void | resize (int n, T value) |
| void | resize_with (int n, const T &val) |
| void | swap (StaticVector &other) |
| void | assign (int n, T value) |
| void | shrink_to_fit () |
| void | reserveAddIfNeeded (int nplanned, int ntoallocated) |
| void | reserveAdd (int ntoallocated) |
| void | push_back (const T &val) |
| void | push_front (const T &val) |
| void | push_back_arr (StaticVector< T > *arr) |
| void | push_back_arr (StaticVector< T > &arr) |
| void | remove (int i) |
| int | push_back_distinct (const T &val) |
| T | pop () |
| int | indexOf (const T &value) const |
| int | indexOfSorted (const T &value) const |
| int | indexOfNearestSorted (const T &value) const |
| int | minValId () const |
| int | maxValId () const |
Definition at line 26 of file StaticVector.h.
|
inline |
Definition at line 35 of file StaticVector.h.
|
inline |
Definition at line 37 of file StaticVector.h.
|
inline |
Definition at line 39 of file StaticVector.h.
|
inline |
Definition at line 69 of file StaticVector.h.
|
inline |
Definition at line 56 of file StaticVector.h.
|
inline |
Definition at line 57 of file StaticVector.h.
|
inline |
Definition at line 47 of file StaticVector.h.
|
inline |
Definition at line 50 of file StaticVector.h.
|
inline |
Definition at line 63 of file StaticVector.h.
|
inline |
Definition at line 45 of file StaticVector.h.
|
inline |
Definition at line 62 of file StaticVector.h.
Referenced by cloudViewer::saveArrayOfArraysToFile(), and cloudViewer::sizeOfStaticVector().
|
inline |
Definition at line 48 of file StaticVector.h.
|
inline |
Definition at line 51 of file StaticVector.h.
|
inline |
Definition at line 53 of file StaticVector.h.
|
inline |
Definition at line 54 of file StaticVector.h.
|
inline |
Definition at line 59 of file StaticVector.h.
Referenced by cloudViewer::StaticVector< T >::push_back_arr().
|
inline |
Definition at line 60 of file StaticVector.h.
|
inline |
Definition at line 109 of file StaticVector.h.
|
inline |
Definition at line 116 of file StaticVector.h.
|
inline |
Definition at line 114 of file StaticVector.h.
References cloudViewer::indexOf().
|
inline |
Definition at line 136 of file StaticVector.h.
|
inline |
Definition at line 130 of file StaticVector.h.
|
inline |
Definition at line 43 of file StaticVector.h.
|
inline |
Definition at line 41 of file StaticVector.h.
|
inline |
Definition at line 103 of file StaticVector.h.
|
inline |
Definition at line 83 of file StaticVector.h.
Referenced by cloudViewer::cloneArrayOfArrays().
|
inline |
Definition at line 91 of file StaticVector.h.
References cloudViewer::StaticVector< T >::getData().
|
inline |
Definition at line 87 of file StaticVector.h.
References cloudViewer::StaticVector< T >::getData().
Referenced by cloudViewer::cloneArrayOfArrays().
|
inline |
Definition at line 97 of file StaticVector.h.
References cloudViewer::indexOf().
|
inline |
Definition at line 85 of file StaticVector.h.
|
inline |
Definition at line 95 of file StaticVector.h.
|
inline |
Definition at line 64 of file StaticVector.h.
Referenced by cloudViewer::cloneArrayOfArrays(), and cloudViewer::loadArrayOfArraysFromFile().
|
inline |
Definition at line 79 of file StaticVector.h.
|
inline |
Definition at line 73 of file StaticVector.h.
References size.
|
inline |
Definition at line 65 of file StaticVector.h.
Referenced by cloudViewer::loadArrayFromFile(), and cloudViewer::loadArrayOfArraysFromFile().
|
inline |
Definition at line 66 of file StaticVector.h.
|
inline |
Definition at line 67 of file StaticVector.h.
Referenced by cloudViewer::loadArrayOfArraysFromFile().
|
inline |
Definition at line 71 of file StaticVector.h.
|
inline |
Definition at line 61 of file StaticVector.h.
Referenced by cloudViewer::loadArrayFromFileIntoArray(), cloudViewer::saveArrayOfArraysToFile(), cloudViewer::saveArrayToFile(), and cloudViewer::sizeOfStaticVector().
|
inline |
Definition at line 68 of file StaticVector.h.