|
RawSpeed
fast raw decoding library
|
#include "adt/Array1DRef.h"#include "adt/Array2DRef.h"#include "adt/CroppedArray1DRef.h"#include "adt/Invariant.h"#include <type_traits>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 > | |