#include "Core/Array/Arrays.h"#include "Core/Array/MakeFromData.h"#include "Persistency/File.h"Include dependency graph for WritePng.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 ArrayT> | |
| bool | Impala::Core::Array::WritePngToMemory (ArrayT *src, char *buf, size_t memBufSize, size_t *outSize) |
| template<class ArrayT> | |
| Array2dScalarUInt8 * | Impala::Core::Array::WritePng (ArrayT *src) |
| template<class ArrayT> | |
| bool | Impala::Core::Array::WritePng (ArrayT *src, Util::IOBuffer *buffer) |
| template<class ArrayT> | |
| bool | Impala::Core::Array::WritePng (ArrayT *src, String fileName, Util::Database *db) |
| template<class ArrayT> | |
| bool | Impala::Core::Array::WritePng (ArrayT *src, Persistency::File file) |
1.5.1