RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
Array2DRef.h File Reference
#include "rawspeedconfig.h"
#include "adt/Array1DRef.h"
#include "adt/CroppedArray1DRef.h"
#include "adt/Invariant.h"
#include "adt/Optional.h"
#include <cstddef>
#include <type_traits>
#include <vector>
Include dependency graph for Array2DRef.h:

Go to the source code of this file.

Classes

class  rawspeed::Array2DRef< T >

Namespaces

namespace  rawspeed

Functions

template<typename T>
 rawspeed::Array2DRef (Array1DRef< T > data, int width, int height, int pitch) -> Array2DRef< T >
template<typename T>
 rawspeed::Array2DRef (T *data, int width, int height, int pitch) -> Array2DRef< T >
template<typename T>
 rawspeed::Array2DRef (T *data, int width, int height) -> Array2DRef< T >
template<class T>
 rawspeed::__attribute__ ((always_inline)) inline void Array1DRef< T >