14using System.Runtime.InteropServices;
16public class OdGeUvBox : global::System.IDisposable {
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
108 public bool contains(
double uparam,
double vparam) {
static global::System.Exception Retrieve()
static global::System.IntPtr OdGeUvBox_set__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeUvBox_lowerBound(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeUvBox_contains__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeUvBox_isBounded(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeUvBox_v__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGeUvBox(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeUvBox_intervals_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeUvBox_finiteIntersectWith(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static global::System.IntPtr OdGeUvBox_u__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeUvBox_GetItem__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr OdGeUvBox_set__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static bool OdGeUvBox_contains__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void OdGeUvBox_intervals_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeUvBox_isEqualTo(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeUvBox_eval(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static global::System.IntPtr OdGeUvBox_clamp(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeUvBox_upperBound(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGeUvBox_set__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static HandleRef getCPtr(OdGeInterval obj)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeUvBox obj)
bool finiteIntersectWith(OdGeUvBox range, OdGeUvBox result)
OdGePoint2d clamp(OdGePoint2d point)
OdGeInterval GetItem(int idx)
OdGeUvBox(IntPtr cPtr, bool cMemoryOwn)
bool contains(OdGePoint2d uvpoint)
virtual void Dispose(bool disposing)
bool isEqualTo(OdGeUvBox uvbox)
OdGeUvBox(OdGeInterval iIntervalU, OdGeInterval iIntervalV)
bool contains(double uparam, double vparam)
OdGePoint2d eval(double ratioU, double ratioV)