User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - IO - Formats - DPOImagePNMByteGreyBodyC
 

  PUBLIC
DPOImagePNMByteGreyBodyC::DPOImagePNMByteGreyBodyC(const StringC &)
DPOImagePNMByteGreyBodyC::DPOImagePNMByteGreyBodyC(const OStreamC &)
DPOImagePNMByteGreyBodyC::Put(const ImageC &)
DPOImagePNMByteGreyBodyC::IsPutReady(void) const
DPOPortBodyC::Put(const DataT &)
DPOPortBodyC::PutArray(const SArray1dC &)
DPOPortBodyC::OutputType(void) const
DPOPortBodyC::Save(ostream &) const
DPImageIOPNMBaseC::LoadHeader(IStreamC &,ByteT &,IntT &,IntT &)
DPImageIOPNMBaseC::SkipComment(IStreamC &)
DPImageIOPNMBaseC::GetNumber(IStreamC &,IntT &)
DPImageIOPNMBaseC::GetBit(IStreamC &,ByteT &)
DPImageIOPNMBaseC::SkipWhite(IStreamC &)
DPOPortBaseBodyC::PutEOS(void)
DPOPortBaseBodyC::IsPutReady(void) const
DPOPortBaseBodyC::OutputType(void) const
DPOPortBaseBodyC::Save(ostream &) const
DPPortBodyC::IsAsync(void) const
DPPortBodyC::Save(ostream &) const
DPPortBodyC::ConnectedTo(void) const
DPPortBodyC::GetAttr(const StringC &,StringC &)
DPPortBodyC::SetAttr(const StringC &,const StringC &)
DPEntityBodyC::Save(ostream &) const
DPEntityBodyC::Save(BinOStreamC &) const
DPEntityBodyC::Copy(void) const
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   DPOImagePNMByteGreyBodyC   
 
Save a pgm image.
 
include "Ravl/Image/ImgIOPNMB.hh"
Created:29/10/98 
User Level:Develop
Library:RavlImageIO
In Scope:RavlImageN

Parent Classes: Variables:
Methods:
DPOImagePNMByteGreyBodyC(const StringC & fn)
Constructor from filename.

DPOImagePNMByteGreyBodyC(const OStreamC & strm)
Constructor from filename.

bool Put(const ImageC<ByteT> & dat)
Put data.

bool IsPutReady() const
Is port ready for data ?

#include "Ravl/DP/Port.hh"
bool Put(const ImageC<ByteT> &)
Put data.
This function MUST be provided by client class.

IntT PutArray(const SArray1dC<ImageC<ByteT>> & data)
Put an array of data to stream.
returns number of elements processed. NB. This need NOT be overridden in client classes unless fast handling of arrays of data elements is required.

const type_info & OutputType() const
Input type.

bool Save(ostream & out) const
Save to ostream.

#include "Ravl/Image/ImgIOPNMB.hh"
bool LoadHeader(IStreamC & in,ByteT & header,IntT & x,IntT & y)
Load a PNM header.

bool SkipComment(IStreamC & in)
Skip rest of comment.

bool GetNumber(IStreamC & in,IntT & dig)
Get a number.

bool GetBit(IStreamC & inf,ByteT & into)
Read next bit from pbm

char SkipWhite(IStreamC & in)
Skip white space.

#include "Ravl/DP/Port.hh"
void PutEOS()
Put End Of Stream marker.

bool IsPutReady() const
Is port ready for data ?

const type_info & OutputType() const
Output type.

bool Save(ostream & out) const
Save to ostream.

bool IsAsync() const
Does port work asynchronously ?

bool Save(ostream & out) const
Save to ostream.

DPPortC ConnectedTo() const
Is this port connected to another ?
If not returns invalid handle.

bool GetAttr(const StringC & attrName,StringC & attrValue)
Get a stream attribute.
Returns false if the attribute name is unknown. This is for handling stream attributes such as frame rate, and compression ratios.

bool SetAttr(const StringC & attrName,const StringC & attrValue)
Set a stream attribute.
Returns false if the attribute name is unknown. This is for handling stream attributes such as frame rate, and compression ratios.

#include "Ravl/DP/Entity.hh"
bool Save(ostream & out) const
Save to ostream.

bool Save(BinOStreamC & out) const
Save to binary stream.

RCBodyVC & Copy() const
Creat a copy of this object.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Created: 29/10/98, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002