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);
26 return (obj ==
null) ?
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero) : obj.swigCPtr;
35 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
40 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
42 global::System.GC.SuppressFinalize(
this);
48 SwigDirectorConnect();
53 SwigDirectorConnect();
59 if (cPtr != global::System.IntPtr.Zero) {
61 int[] outArray =
new int[tmpVector.
Count];
62 tmpVector.
CopyTo(outArray);
71 if (cPtr != global::System.IntPtr.Zero) {
73 int[] outArray =
new int[tmpVector.
Count];
74 tmpVector.
CopyTo(outArray);
80 private void SwigDirectorConnect() {
81 if (SwigDerivedClassHasMethod(
"ToString", swigMethodTypes0))
83 if (SwigDerivedClassHasMethod(
"MakeNextNeighbor", swigMethodTypes1))
85 if (SwigDerivedClassHasMethod(
"Reset", swigMethodTypes2))
87 if (SwigDerivedClassHasMethod(
"HasFragments", swigMethodTypes3))
89 if (SwigDerivedClassHasMethod(
"HoldsDelta", swigMethodTypes4))
91 if (SwigDerivedClassHasMethod(
"IsIncremental", swigMethodTypes5))
93 if (SwigDerivedClassHasMethod(
"OnStart", swigMethodTypes6))
98 private bool SwigDerivedClassHasMethod(
string methodName, global::System.Type[] methodTypes) {
99 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);
101 return hasDerivedMethod;
104 private string SwigDirectorToString() {
108 private bool SwigDirectorMakeNextNeighbor(global::System.IntPtr delta, global::System.IntPtr deltadelta) {
109 return MakeNextNeighbor((delta == global::System.IntPtr.Zero) ?
null :
new Assignment(delta,
false), (deltadelta == global::System.IntPtr.Zero) ?
null :
new Assignment(deltadelta,
false));
112 private void SwigDirectorReset() {
116 private bool SwigDirectorHasFragments() {
120 private bool SwigDirectorHoldsDelta() {
124 private bool SwigDirectorIsIncremental() {
128 private void SwigDirectorOnStart() {
148 private static global::System.Type[] swigMethodTypes0 =
new global::System.Type[] { };
149 private static global::System.Type[] swigMethodTypes1 =
new global::System.Type[] { typeof(Assignment), typeof(Assignment) };
150 private static global::System.Type[] swigMethodTypes2 =
new global::System.Type[] { };
151 private static global::System.Type[] swigMethodTypes3 =
new global::System.Type[] { };
152 private static global::System.Type[] swigMethodTypes4 =
new global::System.Type[] { };
153 private static global::System.Type[] swigMethodTypes5 =
new global::System.Type[] { };
154 private static global::System.Type[] swigMethodTypes6 =
new global::System.Type[] { };