|
API Documentation
|
|
|
47 void setVal (
unsigned int index, T value) ;
56 T
getVal (
unsigned int index)
const ;
97 typename std::vector<T>::reference
operator[] (
size_t index) ;
std::vector< T >::reference operator[](size_t index)
T getVal(unsigned int index) const
InfiniteMask< unsigned long long > InfiniteInt64Mask
Typedefed unsigned long long mask.
Definition: InfiniteMask.h:147
bool checkSubPartFill(const InfiniteMask< T > &other, unsigned int begin, unsigned int end) const
A more generic version of the InfiniteBitMask.
Definition: InfiniteMask.h:15
bool operator==(const InfiniteMask< T > &other) const
InfiniteMask< char > InfiniteByteMask
Typedefed char mask.
Definition: InfiniteMask.h:144
InfiniteMask(const InfiniteMask< T > &other)
unsigned int getOrder() const
InfiniteMask< short > InfiniteShortMask
Typedefed short mask.
Definition: InfiniteMask.h:145
bool operator!=(const InfiniteMask< T > &other) const
bool operator<(const InfiniteMask< T > &other) const
InfiniteMask & operator=(const InfiniteMask< T > &other)
InfiniteMask(InfiniteMask< T > &&other)
void mergeWith(const InfiniteMask< T > &other, bool overrideValues=false)
void setVal(unsigned int index, T value)
bool checkSubPartEquality(const InfiniteMask< T > &other, unsigned int begin, unsigned int end) const
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
void resize(unsigned int size)
InfiniteMask< int > InfiniteIntMask
Typedefed int mask.
Definition: InfiniteMask.h:146