Index

C++ Code Documentation

milieu::kernel::Background

File: GEOM/milieu/kernel/Background.H

public:
  • Background();
    constructor
  • Background( Background const & );
    copy constructor
  • virtual ~Background();
    destructor
  • Background &operator=( Background const & );
    assignment operator
  • void reset();
  • void dump( io::Ostream &o ) const;
  • virtual base::Color3 const &color() const;
    access functions
  • virtual void color( base::Color3 const &a );
protected:
private:
  • void copy( Background const & );
  • base::Color3 _color;


milieu::kernel::Background GANG