|
Index
C++ Code Documentation
geom::surfacegl::SurfaceGL
Derived from: geom::surfacegl::Surface
File: GEOM/geom/interface/SurfaceGL.H
public:
- SurfaceGL();
 | constructor | |
- SurfaceGL( SurfaceGL const & );
 | copy constructor | |
- virtual ~SurfaceGL();
 | destructor | |
- SurfaceGL &operator=( SurfaceGL const & );
 | assignment operator | |
- void draw() const;
- enum ProjectionMode;
- void draw( Transform const &transform, ProjectionMode mode ) const;
- void changed() const;
protected:
private:
|