15 using System.Collections;
16 using System.Collections.Generic;
19 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
22 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
this, cPtr);
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(
LocalSearchOperator obj) {
26 return (obj ==
null) ?
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
43 SwigDirectorConnect();
69 private void SwigDirectorConnect() {
70 if (SwigDerivedClassHasMethod(
"ToString", swigMethodTypes0))
72 if (SwigDerivedClassHasMethod(
"MakeNextNeighbor", swigMethodTypes1))
74 if (SwigDerivedClassHasMethod(
"Start", swigMethodTypes2))
76 if (SwigDerivedClassHasMethod(
"Reset", swigMethodTypes3))
78 if (SwigDerivedClassHasMethod(
"HasFragments", swigMethodTypes4))
80 if (SwigDerivedClassHasMethod(
"HoldsDelta", swigMethodTypes5))
85 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
86 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance,
null, methodTypes,
null);
88 return hasDerivedMethod;
91 private string SwigDirectorMethodToString() {
95 private bool SwigDirectorMethodMakeNextNeighbor(global::System.IntPtr delta, global::System.IntPtr deltadelta) {
96 return MakeNextNeighbor((delta == global::System.IntPtr.Zero) ?
null :
new Assignment(delta,
false), (deltadelta == global::System.IntPtr.Zero) ?
null :
new Assignment(deltadelta,
false));
99 private void SwigDirectorMethodStart(global::System.IntPtr assignment) {
100 Start((assignment == global::System.IntPtr.Zero) ?
null :
new Assignment(assignment,
false));
103 private void SwigDirectorMethodReset() {
107 private bool SwigDirectorMethodHasFragments() {
111 private bool SwigDirectorMethodHoldsDelta() {
129 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { };
130 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { typeof(Assignment), typeof(Assignment) };
131 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { typeof(Assignment) };
132 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { };
133 private static global::System.Type[] swigMethodTypes4 =
new global::System.Type[] { };
134 private static global::System.Type[] swigMethodTypes5 =
new global::System.Type[] { };