13 #ifndef __GA_RTINull__ 
   14 #define __GA_RTINull__ 
   42     bool        isEmpty()
 const override                { 
return true; }
 
A class to manage an ordered array which has fixed offset handles. 
 
virtual GA_RangeTypeInterface * copy() const =0
Method to create a copy of this selection. 
 
bool isEmpty() const override
 
virtual void iterateCopy(GA_IteratorState &dest, const GA_IteratorState &src) const =0
Copy iterator state. The dest state will not have been constructed. 
 
virtual bool split(GA_RangeTypeInterface *list[2]) const =0
 
bool isSplittable() const override
 
exint GA_Size
Defines the bit width for index and offset types in GA. 
 
A range of elements in an index-map. 
 
bool getPageElementRangeNonSplittable() const 
Method which can be called for getPageElementRange() 
 
GA_Offset getFirstOffsetInPageNonSplittable() const 
Method which can be called for getFirstOffsetInPage() 
 
GA_Size getPageCount() const override
 
bool areTraversalDeletionsSafe() const override
 
virtual void iterateRewind(GA_IteratorState &state, GA_Offset &start, GA_Offset &end) const =0
 
GA_Size getEntries() const override
 
bool getPageElementRange(GA_Range &, GA_Size, GA_Size) const override
 
bool isOrdered() const override
 
Abstract implementation of a range. 
 
GA_Size getMaxEntries() const override
 
GA_Offset getFirstOffsetInPage(GA_Size) const override
 
virtual void iterateNext(GA_IteratorState &state, GA_Offset &start, GA_Offset &end) const =0
 
virtual bool isEqual(const GA_RangeTypeInterface &src) const =0