|
osgEarth 2.1.1
|
Inheritance diagram for seamless::vector_ref< ElementType, Store >:
Collaboration diagram for seamless::vector_ref< ElementType, Store >: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); }
Here is the call graph for this function:
Here is the caller graph for this function:
1.7.3