Index

C++ Code Documentation

milieu::kernel::ClipPlane

Derived from: math::WriteUtil

File: GEOM/milieu/kernel/ClipPlane.H

public:
  • typedef double Real;
  • typedef math::Matrix<Real> Transform;
  • ClipPlane();
    constructor
  • ClipPlane( ClipPlane const & );
    copy constructor
  • virtual ~ClipPlane();
    destructor
  • ClipPlane &operator=( ClipPlane const & );
    assignment operator
  • void reset();
  • void dump( io::Ostream & ) const;
  • virtual bool const &enable() const;
    access functions
  • virtual bool const &moving() const;
  • virtual bool const &show() const;
  • virtual bool const &attached() const;
  • virtual 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( Transform const & ) const;
protected:
private:
  • void copy( ClipPlane const & );
  • bool _enable;
  • bool _moving;
  • bool _show;
  • bool _attached;
  • Transform _identity;


milieu::kernel::ClipPlane GANG