Index

C++ Code Documentation

math::ReadUtil

Derived from: base::ReadUtil

Children: geom::io::JvxRead, isightui::kernel::isightui::ui::GeomObject, milieu::opengl::ui::ClipPlane, milieu::opengl::ui::Light

File: BASE/math/ReadUtil.H

public:
  • typedef double Real;
  • typedef math::Matrix<Real> Transform;
  • ReadUtil();
    constructor
  • virtual ~ReadUtil();
    destructor
  • void read_transform( Transform &t, base::String const &s );
protected:
private:
  • ReadUtil( ReadUtil const & );
    disabled copy constructor
  • ReadUtil &operator=( ReadUtil const & );
    disabled assignment operator


math::ReadUtil GANG