|
Index
C++ Code Documentation
geom::surfacegl::MaterialSet
Derived from: virtual surface::MaterialSetBase
File: GEOM/geom/surfacegl/MaterialSet.H
public:
- MaterialSet();
 | constructor | |
- MaterialSet( MaterialSet const & );
 | copy constructor | |
- virtual ~MaterialSet();
 | destructor | |
- MaterialSet &operator=( MaterialSet const & );
 | assignment operator | |
- virtual Material &operator[](uint id);
- virtual Material const &operator[](uint id) const;
- bool draw( uint id ) const;
- bool draw_color( uint id ) const;
- bool draw_normal( uint id ) const;
- void begin( uint id ) const;
- void end( uint id ) const;
protected:
private:
- base::ArrayX<Material, MATERIALS_COUNT> _;
|