#include <vector>
#include "Core/Array/Pattern/PatM9PixOp.h"
#include "Core/Array/Trait/M9poRGBw.h"
Include dependency graph for InvRGBw.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::InvRGBw (DstArrayT *&dst, SrcArrayT *s1, SrcArrayT *s2, SrcArrayT *s3, SrcArrayT *s4, SrcArrayT *s5, SrcArrayT *s6, SrcArrayT *s7, SrcArrayT *s8, SrcArrayT *s9) |
template<class ArrayT> | |
void | Impala::Core::Array::InvRGBw (ArrayT *&dst, const std::vector< ArrayT * > &rgbList) |