|
Index
C++ Code Documentation
geom::io::VrmlRead
Derived from: geom::io::Reader
, vrml::Parser
File: GEOM/geom/io/VrmlRead.H
public:
- VrmlRead();
- void read( ::io::Istream &, ::geom::surface::SurfaceBase &G, ::milieu::kernel::MilieuBase &M ) throw (::io::ReadException);
protected:
private:
- virtual void indexedFaceSet( IndexedFaceSet const & );
- virtual void material( Material const & );
- virtual void light( Light const & );
- virtual void background( Background const & );
- virtual void cleanup();
- virtual void _throw( char const *message );
- std::list<surface0::GeomObject *> _list;
- ::io::Istream *_istream;
- VrmlRead( VrmlRead const & );
 | disabled copy constructor | |
- VrmlRead &operator=(VrmlRead const &);
 | disabled assignement operator | |
|