|
Index
C++ Code Documentation
isight::kernel::Write
Derived from: isight::kernel::Read
Children: isight::kernel::Viewer
File: VIEWER/isight/kernel/Write.H
public:
- Write();
 | constructor | |
- virtual ~Write();
 | destructor | |
- virtual void write( io::Ostream &, geom::FileMode filemode = geom::FILEMODE_DEFAULT) const throw (io::WriteException);
 | write to a stream | |
- virtual void write( base::String const &filename, geom::FileMode filemode = geom::FILEMODE_UNSPECIFIED) const throw (io::WriteException);
 | write a file | |
protected:
private:
- bool surface_exists() const;
 | returns true iff a surface is loaded and selected | |
- void _write_geometry( base::String const &filename ) const;
- void _write_postscript( base::String const &filename, bool EPS ) const;
- void _write_image( base::String const &filename ) const;
- void _write_geometry( io::Ostream &stream, geom::FileMode mode ) const;
- Write( Write const & );
 | disabled copy constructor | |
- Write &operator=( Write const & );
 | disabled assignment operator | |
|