|
Index
C++ Code Documentation
milieu::kernel::ClipPlaneSet
Derived from: milieu::kernel::ClipPlaneSetBase
File: GEOM/milieu/kernel/ClipPlaneSet.H
public:
- ClipPlaneSet();
 | constructor | |
- virtual ~ClipPlaneSet();
 | destructor | |
protected:
- virtual ClipPlane &elem(uint id);
- virtual ClipPlane const &elem(uint id) const;
private:
- base::ArrayX<ClipPlane, CLIPPLANE_COUNT> _;
- ClipPlaneSet( ClipPlaneSet const & );
 | disabled copy constructor | |
- ClipPlaneSet &operator=( ClipPlaneSet const & );
 | disabled assignment operator | |
|