This class contains logics related to tracking and modification of clipping plane state for particular OpenGl context. It contains information about enabled clipping planes and provides method to change clippings in context. The methods should be executed within OpenGl context associated with instance of this class.
More...
#include <OpenGl_Clipping.hxx>
|
void | add (const Handle< Graphic3d_SequenceOfHClipPlane > &thePlanes, const Standard_Integer theStartIndex) |
| Add planes to the context clipping at the specified system of coordinates. This methods loads appropriate transformation matrix from workspace to to transform equation coordinates. The planes become enabled in the context. If the number of the passed planes exceeds capabilities of OpenGl, the last planes are simply ignored.
|
|
void | remove (const Handle< Graphic3d_SequenceOfHClipPlane > &thePlanes, const Standard_Integer theStartIndex) |
| Remove the passed set of clipping planes from the context state.
|
|
This class contains logics related to tracking and modification of clipping plane state for particular OpenGl context. It contains information about enabled clipping planes and provides method to change clippings in context. The methods should be executed within OpenGl context associated with instance of this class.
◆ OpenGl_Clipping()
OpenGl_Clipping::OpenGl_Clipping |
( |
| ) |
|
◆ add()
Add planes to the context clipping at the specified system of coordinates. This methods loads appropriate transformation matrix from workspace to to transform equation coordinates. The planes become enabled in the context. If the number of the passed planes exceeds capabilities of OpenGl, the last planes are simply ignored.
Within FFP, method also temporarily resets ModelView matrix before calling glClipPlane(). Otherwise the method just redirects to addLazy().
- Parameters
-
thePlanes | [in/out] the list of planes to be added The list then provides information on which planes were really added to clipping state. This list then can be used to fall back to previous state. |
◆ CappedChain()
Chain which is either temporary disabled or the only one enabled for Capping algorithm.
◆ CappedSubPlane()
Sub-plane index within filtered Chain; positive number for DisableAllExcept and negative for EnableAllExcept.
◆ DisableAllExcept()
Temporarily disable all planes except specified one for Capping algorithm. Does not affect already disabled planes.
◆ DisableGlobal()
void OpenGl_Clipping::DisableGlobal |
( |
| ) |
|
Temporarily disable all planes from the global (view) list, keep only local (object) list.
◆ EnableAllExcept()
Enable back planes disabled by DisableAllExcept() for Capping algorithm. Keeps only specified plane enabled.
◆ HasClippingChains()
Return TRUE if there are clipping chains in the list (defining more than 1 sub-plane)
◆ HasDisabled()
Return true if some clipping planes have been temporarily disabled.
◆ Init()
void OpenGl_Clipping::Init |
( |
| ) |
|
◆ IsCappingDisableAllExcept()
bool OpenGl_Clipping::IsCappingDisableAllExcept |
( |
| ) |
const |
|
inline |
Return TRUE if capping algorithm is in state, when all clipping planes are temporarily disabled except currently processed one.
◆ IsCappingEnableAllExcept()
bool OpenGl_Clipping::IsCappingEnableAllExcept |
( |
| ) |
const |
|
inline |
Return TRUE if capping algorithm is in state, when all clipping planes are enabled except currently rendered one.
◆ IsCappingFilterOn()
bool OpenGl_Clipping::IsCappingFilterOn |
( |
| ) |
const |
|
inline |
Return TRUE if capping algorithm is in state, when all clipping planes are temporarily disabled except currently processed one.
◆ IsCappingOn()
- Returns
- true if there are enabled capping planes
◆ IsClippingOrCappingOn()
- Returns
- true if there are enabled clipping or capping planes
◆ NbClippingOrCappingOn()
- Returns
- number of enabled clipping + capping planes
◆ remove()
Remove the passed set of clipping planes from the context state.
- Parameters
-
thePlanes | [in] the planes to remove from list. |
◆ Reset()
Setup list of global (for entire view) clipping planes and clears local plane list if it was not released before.
◆ ResetCappingFilter()
void OpenGl_Clipping::ResetCappingFilter |
( |
| ) |
|
Resets chain filter for Capping algorithm.
◆ RestoreDisabled()
void OpenGl_Clipping::RestoreDisabled |
( |
| ) |
|
◆ SetEnabled()
Disable plane temporarily.
◆ SetLocalPlanes()
Setup list of local (for current object) clipping planes.
The documentation for this class was generated from the following file: