Index

C++ Code Documentation

isight::context::GeomObject

Derived from: motion::Mobile

File: VIEWER/isight/context/GeomObject.H

public:
  • GeomObject( geom::SurfaceGL const *g, motion::Place const &position, motion::Center const ¢er, motion::ProjectionMode mode );
    constructor
  • virtual ~GeomObject();
    destructor
  • virtual void draw() const;
  • void set_movemode( bool fast );
  • geom::SurfaceGL const *geomobject() const;
  • bool showing() const;
  • bool moving() const;
  • void showing(bool state);
  • void moving(bool state);
protected:
private:
  • bool _showing;
  • bool _moving;
  • bool _fast;
  • geom::SurfaceGL const *_geomobject;
  • GeomObject( GeomObject const & );
    disabled copy constructor
  • GeomObject &operator=( GeomObject const & );
    disabled assignment operator


isight::context::GeomObject GANG