| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
The iterator through clipping planes. More...
#include <OpenGl_ClippingIterator.hxx>
Public Member Functions | |
| OpenGl_ClippingIterator (const OpenGl_Clipping &theClipping) | |
| Main constructor.   | |
| bool | More () const | 
| Return true if iterator points to the valid clipping plane.   | |
| void | Next () | 
| Go to the next clipping plane.   | |
| bool | IsDisabled () const | 
| Return true if plane has been temporarily disabled either by Graphic3d_ClipPlane->IsOn() property or by temporary filter. Beware that this method does NOT handle a Chain filter for Capping algorithm OpenGl_Clipping::CappedChain()!   | |
| const Handle< Graphic3d_ClipPlane > & | Value () const | 
| Return the plane at current iterator position.   | |
| bool | IsGlobal () const | 
| Return true if plane from the global (view) list.   | |
| Standard_Integer | PlaneIndex () const | 
| Return the plane index.   | |
The iterator through clipping planes.
      
  | 
  inline | 
Main constructor.
      
  | 
  inline | 
Return true if plane has been temporarily disabled either by Graphic3d_ClipPlane->IsOn() property or by temporary filter. Beware that this method does NOT handle a Chain filter for Capping algorithm OpenGl_Clipping::CappedChain()!
      
  | 
  inline | 
Return true if plane from the global (view) list.
      
  | 
  inline | 
Return true if iterator points to the valid clipping plane.
      
  | 
  inline | 
Go to the next clipping plane.
      
  | 
  inline | 
Return the plane index.
      
  | 
  inline | 
Return the plane at current iterator position.