|
Index
C++ Code Documentation
geom::io::Writer
Children: geom::io::JvxWrite, geom::io::MathWrite, geom::io::OoglWrite, geom::io::PovWrite, geom::io::VrmlWrite
File: GEOM/geom/io/Writer.H
public:
- Writer();
 | constructor | |
- virtual ~Writer();
 | destructor | |
- virtual void write( ::io::Ostream &o, surface0::GeomObject const *g ) const = 0;
- virtual void write( ::io::Ostream &o, ::geom::surface::SurfaceBase const &g, milieu::kernel::MilieuBase const &M ) const = 0;
- void write_normals( uint state );
- void write_colors( uint state );
protected:
- uint _write_normal;
- uint _write_color;
- mutable bool _write_normal0;
- mutable bool _write_color0;
private:
- Writer( Writer const & );
 | disabled copy constructor | |
- Writer &operator=( Writer const & );
 | disabled assignment operator | |
|