RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
CroppedArray2DRef.h File Reference
#include "adt/Array1DRef.h"
#include "adt/Array2DRef.h"
#include "adt/CroppedArray1DRef.h"
#include "adt/Invariant.h"
#include <type_traits>
Include dependency graph for CroppedArray2DRef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rawspeed::CroppedArray2DRef< T >

Namespaces

namespace  rawspeed

Functions

template<typename T>
 rawspeed::CroppedArray2DRef (Array2DRef< T > base_, int offsetCols_, int offsetRows_, int croppedWidth_, int croppedHeight_) -> CroppedArray2DRef< typename Array2DRef< T >::value_type >
template<class T>
 rawspeed::__attribute__ ((always_inline)) inline void Array1DRef< T >