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