Index

C++ Code Documentation

isight::kernel::Read

Derived from: isight::kernel::ContextSet

Children: isight::kernel::Write

File: VIEWER/isight/kernel/Read.H

public:
  • Read();
    constructor
  • virtual ~Read();
    destructor
  • virtual void read( io::Istream &stream, geom::FileMode filemode = geom::FILEMODE_DEFAULT ) throw (io::ReadException);
    read from a stream
  • virtual void read( base::String const &filename, geom::FileMode filemode = geom::FILEMODE_UNSPECIFIED ) throw (io::ReadException);
    read a file
  • virtual void read( base::vector<base::String> const &filename, geom::FileMode filemode = geom::FILEMODE_DEFAULT ) throw (io::ReadException);
    read a set of files
protected:
private:
  • virtual void insert_geomobject( geom::SurfaceGL * ) = 0;
    pure virtuals
  • Read( Read const & );
    disabled copy constructor
  • Read &operator=( Read const & );
    disabled assignment operator


isight::kernel::Read GANG