|
OSVR-Core
|
Public Member Functions | |
| DenseStorage (internal::constructor_without_unaligned_array_assert) | |
| DenseStorage (const DenseStorage &other) | |
| DenseStorage & | operator= (const DenseStorage &other) |
| DenseStorage (DenseIndex, DenseIndex, DenseIndex) | |
| void | swap (DenseStorage &other) |
| void | conservativeResize (DenseIndex, DenseIndex, DenseIndex) |
| void | resize (DenseIndex, DenseIndex, DenseIndex) |
| const T * | data () const |
| T * | data () |
Static Public Member Functions | |
| static DenseIndex | rows (void) |
| static DenseIndex | cols (void) |
1.8.12