#include "Core/Array/Arrays.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> | |
bool | Impala::Core::Array::WritePng (ArrayT *src, Util::IOBuffer *buffer, size_t memBufSize=10000000) |
template<class ArrayT> | |
bool | Impala::Core::Array::WritePng (ArrayT *src, String fileName, Util::Database *db, size_t memBufSize=10000000) |
template<class ArrayT> | |
bool | Impala::Core::Array::WritePng (ArrayT *src, Persistency::File file, size_t memBufSize=10000000) |