| 
    Open CASCADE Technology
    7.5.0
    
   | 
 
Range of values defined as Start + Length pair. More...
#include <Graphic3d_BufferRange.hxx>
Public Member Functions | |
| Graphic3d_BufferRange () | |
| Empty constructor.  More... | |
| Graphic3d_BufferRange (Standard_Integer theStart, Standard_Integer theLength) | |
| Constructor.  More... | |
| Standard_Boolean | IsEmpty () const | 
| Return TRUE if range is empty.  More... | |
| Standard_Integer | Upper () const | 
| Return the Upper element within the range.  More... | |
| void | Clear () | 
| Clear the range.  More... | |
| void | Unite (const Graphic3d_BufferRange &theRange) | 
| Add another range to this one.  More... | |
Data Fields | |
| Standard_Integer | Start | 
| first element within the range  More... | |
| Standard_Integer | Length | 
| number of elements within the range  More... | |
Range of values defined as Start + Length pair.
      
  | 
  inline | 
Empty constructor.
      
  | 
  inline | 
Constructor.
      
  | 
  inline | 
Clear the range.
      
  | 
  inline | 
Return TRUE if range is empty.
      
  | 
  inline | 
Add another range to this one.
      
  | 
  inline | 
Return the Upper element within the range.
| Standard_Integer Graphic3d_BufferRange::Length | 
number of elements within the range
| Standard_Integer Graphic3d_BufferRange::Start | 
first element within the range
 1.8.13