mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Functions
ndarray_view.h File Reference
#include "../common.h"
#include "ndcoord.h"
#include "ndarray_iterator.h"
#include "ndspan.h"
#include "../utility/misc.h"
#include "../elem.h"
#include <type_traits>
#include <utility>
#include <memory>
#include "ndarray_view.tcc"

Go to the source code of this file.

Classes

class  mf::ndarray_view< Dim, T >
 Mapping between coordinates, indices, and addresses of multi-dimensional data. More...
 
class  mf::ndarray_view< Dim, T >
 Mapping between coordinates, indices, and addresses of multi-dimensional data. More...
 

Namespaces

 mf
 

Functions

template<typename T >
ndarray_view< 2, T > mf::flip (const ndarray_view< 2, T > &vw)