Class for handling depth clipping range. It is used to perform checks in case if global (for the whole view) clipping planes are defined inside of SelectMgr_RectangularFrustum class methods.
More...
#include <SelectMgr_ViewClipRange.hxx>
Class for handling depth clipping range. It is used to perform checks in case if global (for the whole view) clipping planes are defined inside of SelectMgr_RectangularFrustum class methods.
◆ SelectMgr_ViewClipRange()
SelectMgr_ViewClipRange::SelectMgr_ViewClipRange |
( |
| ) |
|
|
inline |
Creates new empty view clip range.
◆ Clear()
void SelectMgr_ViewClipRange::Clear |
( |
| ) |
|
|
inline |
Invalidates view clipping range.
◆ IsValid()
Returns true if clip range is set and depth of each matched primitive must be tested for satisfying the defined interval.
◆ MaxDepth()
Returns the upper bound of valid depth range.
◆ MinDepth()
Returns the lower bound of valid depth range.
◆ Set()
Sets boundaries and validates view clipping range.
The documentation for this class was generated from the following file: