Signal/Geometry Processing Library (SPL)  1.1.24
SPL::PnmHeader Struct Reference

The header information for PNM data. More...

#include <pnmCodec.hpp>

Public Attributes

PnmMagic magic
 The magic number. More...
 
int width
 The image width. More...
 
int height
 The image height. More...
 
int maxVal
 The maximum sample value. More...
 
bool sgnd
 The signedness of the sample data. More...
 

Detailed Description

The header information for PNM data.

Member Data Documentation

int SPL::PnmHeader::height

The image height.

PnmMagic SPL::PnmHeader::magic

The magic number.

int SPL::PnmHeader::maxVal

The maximum sample value.

bool SPL::PnmHeader::sgnd

The signedness of the sample data.

int SPL::PnmHeader::width

The image width.


The documentation for this struct was generated from the following file: