17 #define XSRANGE_INITIALIZER \ 62 inline void setRange(
int f,
int l)
73 inline int last()
const {
return m_last; }
bool operator==(const TPoint2D &p1, const TPoint2D &p2)
Exact comparison between 2D points.
GLuint GLuint GLsizei count
EIGEN_STRONG_INLINE bool empty() const
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 int XsRange_count(const struct XsRange *thisPtr)
XSTYPES_DLL_API int XsRange_contains(const struct XsRange *thisPtr, int i)
XSTYPES_DLL_API int XsRange_interval(const struct XsRange *thisPtr)
XSTYPES_DLL_API void XsRange_setRange(struct XsRange *thisPtr, int f, int l)
XSTYPES_DLL_API int XsRange_empty(const struct XsRange *thisPtr)