18 #define XSRANGE_INITIALIZER \ 30 struct XsRange* thisPtr,
int f,
int l);
64 inline void setRange(
int f,
int l)
75 inline int last()
const {
return m_last; }
GLuint GLuint GLsizei count
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)
bool operator==(const mrpt::img::TCamera &a, const mrpt::img::TCamera &b)
XSTYPES_DLL_API void XsRange_setRange(struct XsRange *thisPtr, int f, int l)
XSTYPES_DLL_API int XsRange_empty(const struct XsRange *thisPtr)