|
Index
C++ Code Documentation
geom::io::MathRead
Derived from: geom::io::Reader
, geom::io::MathLexer
File: GEOM/geom/io/MathRead.H
public:
- typedef geom::Real Real;
- MathRead();
- virtual ~MathRead();
- 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( surface0::Surface *g );
- enum Type;
- Type read_keyword();
- Real eval_real(char const *);
- virtual void cleanup();
- void _throw( char const *message );
- std::list<surface0::GeomObject *> _list;
- MathRead( MathRead const & );
 | disabled copy constructor | |
- MathRead &operator=(MathRead const &);
 | disabled assignement operator | |
|