|
Index
C++ Code Documentation
milieu::opengl::ClipPlane
Derived from: ::milieu::kernel::ClipPlane
, ::motion::Mobile
File: GEOM/milieu/opengl/ClipPlane.H
public:
- ClipPlane( uint id );
 | constructor | |
- virtual ~ClipPlane();
 | destructor | |
- uint id() const;
- void draw() const;
- void reset();
- virtual bool const &enable() const;
 | access functions | |
- virtual bool const &moving() const;
- virtual bool const &show() const;
- virtual bool const &attached() const;
- virtual motion::Transform const &position() const;
- virtual void enable( bool a );
- virtual void moving( bool a );
- virtual void show( bool a );
- virtual void attached( bool a );
- virtual void position( motion::Transform const &x );
protected:
- virtual void refresh() = 0;
private:
- void draw_position() const;
- static double const standard_clipplane[4];
 | the xy coordinate plane | |
- uint _id;
- ClipPlane( ClipPlane const & );
 | disabled copy constructor | |
- ClipPlane &operator=( ClipPlane const & );
 | disabled assignment operator | |
|