Class to do PNM PNM is the Portable anymap file format. The main web page can be found at: http://netpbm.sourceforge.net/.
More...
#include <gdcmPNMCodec.h>
List of all members.
Detailed Description
Class to do PNM PNM is the Portable anymap file format. The main web page can be found at: http://netpbm.sourceforge.net/.
- Note:
- Only support P5 & P6 PNM file (binary grayscale and binary rgb)
- Examples:
-
ExtractIconFromFile.cxx.
Constructor & Destructor Documentation
| gdcm::PNMCodec::PNMCodec |
( |
|
) |
|
| gdcm::PNMCodec::~PNMCodec |
( |
|
) |
|
Member Function Documentation
| bool gdcm::PNMCodec::CanDecode |
( |
TransferSyntax const & |
|
) |
const [virtual] |
Return whether this decoder support this transfer syntax (can decode it).
Reimplemented from gdcm::ImageCodec.
| unsigned long gdcm::PNMCodec::GetBufferLength |
( |
|
) |
const [inline] |
| bool gdcm::PNMCodec::GetHeaderInfo |
( |
std::istream & |
is, |
|
|
TransferSyntax & |
ts | |
|
) |
| | [virtual] |
| bool gdcm::PNMCodec::Read |
( |
const char * |
filename, |
|
|
DataElement & |
out | |
|
) |
| | const |
| void gdcm::PNMCodec::SetBufferLength |
( |
unsigned long |
l |
) |
[inline] |
| bool gdcm::PNMCodec::Write |
( |
const char * |
filename, |
|
|
const DataElement & |
out | |
|
) |
| | const |
The documentation for this class was generated from the following file: