Index

C++ Code Documentation

isight::context::Sphere

File: VIEWER/isight/context/Sphere.H

public:
  • Sphere();
    constructor
  • virtual ~Sphere();
    destructor
  • enum Mode;
  • Mode mode() const;
  • void enable( Mode mode );
  • void draw() const;
  • void mode( Mode m );
protected:
private:
  • void draw_sphere() const;
  • void draw_circle() const;
  • Mode _mode;
  • static uint const longitude_count = 30U;
    number of longitude lines
  • static uint const latitude_count = 20U;
    number of latitude lines
  • static uint const circle_count = 360U;
  • Sphere( Sphere const & );
    disabled copy constructor
  • Sphere &operator=( Sphere const & );
    disabled assignment operator


isight::context::Sphere GANG