17 #define XSRANGE_INITIALIZER { 0, -1 }
35 inline explicit XsRange(
int f = 0,
int l = 0)
55 inline int count()
const
61 inline int interval()
const
67 inline bool contains(
int i)
const
73 inline void setRange(
int f,
int l)
80 inline bool empty()
const
86 inline int first()
const
92 inline int last()
const
EIGEN_STRONG_INLINE bool empty() const
GLuint GLuint GLsizei count
bool operator==(const TPoint2D &p1, const TPoint2D &p2)
Exact comparison between 2D points.
int m_first
Storage for the lower end of the range.
int m_last
Storage for the upper end of the range.
XSTYPES_DLL_API void XsRange_setRange(struct XsRange *thisPtr, int f, int l)
XSTYPES_DLL_API int XsRange_empty(const struct XsRange *thisPtr)
XSTYPES_DLL_API int XsRange_count(const struct XsRange *thisPtr)
XSTYPES_DLL_API int XsRange_interval(const struct XsRange *thisPtr)
XSTYPES_DLL_API int XsRange_contains(const struct XsRange *thisPtr, int i)