Index

C++ Code Documentation

image::Sgi

Derived from: image::Reader , image::Writer

File: BASE/image/Sgi.H

For the SGI image file format specification, see http://reality.sgi.com/grafica/sgiimage.html .

public:
  • Sgi();
    constructor
  • virtual ~Sgi();
    destructor
  • virtual void read( base::String const &filename, Image &image );
    read from filename
  • void read( io::Istream &stream, Image &image );
    read from stream
  • virtual void write( base::String const &filename, Image const &image ) const;
    write to a filename
  • else;
  • } void write( io::Ostream &stream, Image const &image ) const;
    write to a stream
protected:
private:
  • Sgi( Sgi const & );
    disabled copy constructor
  • Sgi &operator=( Sgi const & );
    disabled assignment operator


image::Sgi GANG