Open CASCADE Technology  7.1.0.beta
Public Member Functions

OpenGl_ClippingIterator Class Reference

The iterator through clipping planes. More...

#include <OpenGl_Clipping.hxx>

Public Member Functions

 OpenGl_ClippingIterator (const OpenGl_Clipping &theClipping)
 Main constructor. More...
 
bool More () const
 Return true if iterator points to the valid clipping plane. More...
 
void Next ()
 Go to the next clipping plane. More...
 
bool IsDisabled () const
 Return true if plane has been temporarily disabled either by Graphic3d_ClipPlane->IsOn() property or by temporary filter. More...
 
const Handle< Graphic3d_ClipPlane > & Value () const
 Return the plane at current iterator position. More...
 
bool IsGlobal () const
 Return true if plane from the global (view) list. More...
 
Standard_Integer PlaneIndex () const
 Return the plane index. More...
 

Detailed Description

The iterator through clipping planes.

Constructor & Destructor Documentation

OpenGl_ClippingIterator::OpenGl_ClippingIterator ( const OpenGl_Clipping theClipping)

Main constructor.

Member Function Documentation

bool OpenGl_ClippingIterator::IsDisabled ( ) const
inline

Return true if plane has been temporarily disabled either by Graphic3d_ClipPlane->IsOn() property or by temporary filter.

bool OpenGl_ClippingIterator::IsGlobal ( ) const
inline

Return true if plane from the global (view) list.

bool OpenGl_ClippingIterator::More ( void  ) const
inline

Return true if iterator points to the valid clipping plane.

void OpenGl_ClippingIterator::Next ( void  )
inline

Go to the next clipping plane.

Standard_Integer OpenGl_ClippingIterator::PlaneIndex ( ) const
inline

Return the plane index.

const Handle< Graphic3d_ClipPlane >& OpenGl_ClippingIterator::Value ( ) const
inline

Return the plane at current iterator position.


The documentation for this class was generated from the following file: