osgEarth 2.1.1
|
Public Types | |
typedef multi_array_ref < ElementType, Store, 1 > | super_type |
Public Member Functions | |
vector_ref (Store &store, int stride, int shape, int base) | |
int | shape () const |
Definition at line 188 of file MultiArray.
typedef multi_array_ref<ElementType, Store, 1> seamless::vector_ref< ElementType, Store >::super_type |
Reimplemented from seamless::multi_array_ref< ElementType, Store, 1 >.
Definition at line 191 of file MultiArray.
seamless::vector_ref< ElementType, Store >::vector_ref | ( | Store & | store, |
int | stride, | ||
int | shape, | ||
int | base | ||
) | [inline] |
Definition at line 193 of file MultiArray.
: super_type(store, &stride, &shape, base) { }
int seamless::vector_ref< ElementType, Store >::shape | ( | ) | const [inline] |
Definition at line 198 of file MultiArray.
{ return super_type::shape(0); }