|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <marray.hxx>
Inheritance diagram for marray::ViewExpression< E, T >:
Collaboration diagram for marray::ViewExpression< E, T >:Public Types | |
| typedef E | expression_type |
| typedef T | value_type |
Public Member Functions | |
| const size_t | dimension () const |
| const size_t | size () const |
| const size_t | shape (const size_t j) const |
| const size_t * | shapeBegin () const |
| const size_t * | shapeEnd () const |
| template<class Tv , bool isConst, class A > | |
| bool | overlaps (const View< Tv, isConst, A > &v) const |
| const CoordinateOrder & | coordinateOrder () const |
| const bool | isSimple () const |
| template<class Accessor > | |
| const T & | operator() (Accessor it) const |
| const T & | operator() (const size_t c0, const size_t c1) const |
| const T & | operator() (const size_t c0, const size_t c1, const size_t c2) const |
| const T & | operator() (const size_t c0, const size_t c1, const size_t c2, const size_t c3) const |
| const T & | operator() (const size_t c0, const size_t c1, const size_t c2, const size_t c3, const size_t c4) const |
| const T & | operator[] (const size_t offset) const |
| operator E & () | |
| operator E const & () const | |
Definition at line 32 of file marray.hxx.
| typedef E marray::ViewExpression< E, T >::expression_type |
Definition at line 5323 of file marray.hxx.
| typedef T marray::ViewExpression< E, T >::value_type |
Definition at line 5324 of file marray.hxx.
|
inline |
|
inline |
|
inline |
Definition at line 5341 of file marray.hxx.
|
inline |
Definition at line 5356 of file marray.hxx.
|
inline |
Definition at line 5358 of file marray.hxx.
|
inline |
Definition at line 5344 of file marray.hxx.
|
inline |
Definition at line 5346 of file marray.hxx.
|
inline |
Definition at line 5348 of file marray.hxx.
|
inline |
Definition at line 5350 of file marray.hxx.
|
inline |
Definition at line 5352 of file marray.hxx.
|
inline |
Definition at line 5354 of file marray.hxx.
|
inline |
|
inline |
|
inline |
Definition at line 5332 of file marray.hxx.
|
inline |
Definition at line 5334 of file marray.hxx.
|
inline |
1.8.9.1