Index

C++ Code Documentation

isight::context::Stars

File: VIEWER/isight/context/Stars.H

public:
  • Stars();
    constructor
  • virtual ~Stars();
    destructor
  • bool enable() const;
  • void enable( bool state );
  • void draw() const;
protected:
private:
  • bool _enable;
  • struct StarData;
  • static base::vector<StarData> _stardata;
  • static char const *_data;
  • static void initialize();
  • Stars( Stars const & );
    disabled copy constructor
  • Stars &operator=( Stars const & );
    disabled assignment operator


isight::context::Stars GANG