#include <string>
#include "Basis/ILog.h"
#include "Persistency/File.h"
#include "Util/Database.h"
#include "Core/Array/Arrays.h"
Include dependency graph for ReadPng.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 | |
void | Impala::Core::Array::ReadPngFromMemory (Array2dScalarInt32 *&dst, char *buf, int bufsize) |
void | Impala::Core::Array::ReadPngFromMemory (Array2dScalarReal64 *&dst, char *buf, int bufsize) |
void | Impala::Core::Array::ReadPngFromMemory (Array2dVec3Real64 *&dst, char *buf, int bufsize) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadPngFromMemory (ArrayT *&dst, char *buf, int bufsize) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadPng (ArrayT *&dst, Util::IOBuffer *buffer, size_t memBufSize=10000000) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadPng (ArrayT *&dst, String fileName, Util::Database *db, int memBufSize=10000000) |
template<class ArrayT> | |
void | Impala::Core::Array::ReadPng (ArrayT *&dst, Persistency::File file, int memBufSize=10000000) |