|
Index
C++ Code Documentation
geom::io::Reader
Children: geom::io::JvxRead, geom::io::MathRead, geom::io::OoglRead, geom::io::VrmlRead
File: GEOM/geom/io/Reader.H
public:
- Reader();
 | constructor | |
- virtual ~Reader();
 | destructor | |
- virtual void read( ::io::Istream &, ::geom::surface::SurfaceBase &G, ::milieu::kernel::MilieuBase &M ) throw (::io::ReadException) = 0;
protected:
- uint _dim_minimum;
- uint _polygon_minimum;
- enum ErrorStatus;
- ErrorStatus _no_points;
- ErrorStatus _no_faces;
- ErrorStatus _no_surface;
- static float const DEFAULT_ALPHA;
private:
- Reader( Reader const & );
 | disabled copy constructor | |
- Reader &operator=( Reader const & );
 | disabled assignment operator | |
|