Index

C++ Code Documentation

isight::context::Background

Derived from: isight::context::Write

Children: isight::context::Context

File: VIEWER/isight/context/Background.H

public:
  • Background( ContextSetBase *base );
    constructor
  • virtual ~Background();
    destructor
  • virtual bool axes() const;
  • virtual void axes(bool state);
  • virtual void sphere(bool state);
  • virtual bool sphere() const;
  • virtual void stars(bool state);
  • virtual bool stars() const;
protected:
  • void draw_background() const;
private:
  • Axes _axes;
  • Sphere _sphere;
  • Stars _stars;
  • Background( Background const & );
    disabled copy constructor
  • Background &operator=( Background const & );
    disabled assignment operator


isight::context::Background GANG