|
Index
C++ Code Documentation
geom::surface::Surface
Derived from: geom::surface::Construct
, geom::surface::MaterialSet
File: GEOM/geom/surface/Surface.H
public:
- Surface();
 | constructor | |
- Surface( Surface const & );
 | copy constructor | |
- Surface( Construct const & );
- virtual ~Surface();
 | destructor | |
- Surface &operator=( Surface const & );
 | assignment operator | |
- virtual Material &operator[](uint n);
- virtual Material const &operator[](uint n) const;
protected:
private:
|