|
using | IndexType = Index |
|
using | IndexType |
|
|
void | close () |
|
bool | openForRead (const String &fileName) |
|
template<typename Real , typename Device > |
bool | openForWrite (const String &fileName, Meshes::Grid< 2, Real, Device, Index > &grid, bool binary=true) |
|
template<typename MeshReal , typename Device , typename Real > |
bool | read (RegionOfInterest< Index > roi, Functions::MeshFunction< Meshes::Grid< 2, MeshReal, Device, Index >, 2, Real > &function) |
|
template<typename MeshReal , typename Device , typename Real > |
bool | write (const Functions::MeshFunction< Meshes::Grid< 2, MeshReal, Device, Index >, 2, Real > &function) |
|
template<typename Real , typename Device , typename Vector > |
bool | write (const Meshes::Grid< 2, Real, Device, Index > &grid, Vector &vector) |
|
IndexType | getHeight () const |
|
IndexType | getWidth () const |
|
|
bool | readHeader () |
|
template<typename Real , typename Device > |
bool | writeHeader (const Meshes::Grid< 2, Real, Device, Index > &grid, bool binary) |
|
|
bool | binary |
|
std::fstream | file |
|
bool | fileOpen |
|
IndexType | maxColors |
|
IndexType | height |
|
IndexType | width |
|
The documentation for this class was generated from the following files:
- src/TNL/Images/PGMImage.h
- src/TNL/Images/PGMImage_impl.h