|
Index
C++ Code Documentation
geom::io::OoglWrite
Derived from: geom::io::Writer
File: GEOM/geom/io/OoglWrite.H
public:
- OoglWrite();
 | constructor | |
- virtual ~OoglWrite();
 | destructor | |
- virtual void write( ::io::Ostream &o, ::geom::surface::SurfaceBase const &g, milieu::kernel::MilieuBase const &milieu ) const;
protected:
private:
- void write_header() const;
- void write_footer() const;
- void write_part( surface0::GeomObject const *g ) const;
- void write_part_indexed( surface0::Surface const *g ) const;
- void write_part_grid( surface0::Surface const *g ) const;
- void write_element( surface0::Surface const *g, uint i ) const;
- mutable ::io::Ostream *_stream;
- mutable ::geom::surface::SurfaceBase const *_geomlist;
- mutable milieu::kernel::MilieuBase const *_milieu;
- OoglWrite( OoglWrite const & );
 | disabled copy constructor | |
- OoglWrite &operator=( OoglWrite const & );
 | disabled assignment operator | |
|