|
RawSpeed
fast raw decoding library
|
#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>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 > | |