|
Index
C++ Code Documentation
geom::io::OoglRead
Derived from: geom::io::Reader
, geom::io::OoglLexer
File: GEOM/geom/io/OoglRead.H
public:
- typedef geom::Real Real;
- OoglRead();
- virtual ~OoglRead();
- void read( ::io::Istream &o, ::geom::surface::SurfaceBase &G, ::milieu::kernel::MilieuBase &M ) throw (::io::ReadException);
protected:
private:
- void error( char const *message );
- void read_indexed( geom::surface0::Surface *g );
- void read_grid( geom::surface0::Surface *g );
- void read_keyword();
- Real read_real();
- float read_float();
- uint read_uint();
- virtual void cleanup();
- void _throw( char const *message );
- std::list<surface0::GeomObject *> _list;
- enum Type;
- Type _type;
- bool _color_flag;
- bool _normal_flag;
- uint _dim;
- uint _vertex_count;
- uint _face_count;
- uint _i_count;
- uint _j_count;
- uint _grid_minimum;
- OoglRead( OoglRead const & );
 | disabled copy constructor | |
- OoglRead &operator=(OoglRead const &);
 | disabled assignement operator | |
|