geone 1.3.0__py313-none-manylinux_2_35_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1429 @@
1
+ # This file was automatically generated by SWIG (http://www.swig.org).
2
+ # Version 4.0.2
3
+ #
4
+ # Do not make changes to this file unless you know what you are doing--modify
5
+ # the SWIG interface file instead.
6
+
7
+ from sys import version_info as _swig_python_version_info
8
+ if _swig_python_version_info < (2, 7, 0):
9
+ raise RuntimeError("Python 2.7 or later required")
10
+
11
+ # Import the low-level C/C++ module
12
+ if __package__ or "." in __name__:
13
+ from . import _geosclassic
14
+ else:
15
+ import _geosclassic
16
+
17
+ try:
18
+ import builtins as __builtin__
19
+ except ImportError:
20
+ import __builtin__
21
+
22
+ def _swig_repr(self):
23
+ try:
24
+ strthis = "proxy of " + self.this.__repr__()
25
+ except __builtin__.Exception:
26
+ strthis = ""
27
+ return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
28
+
29
+
30
+ def _swig_setattr_nondynamic_instance_variable(set):
31
+ def set_instance_attr(self, name, value):
32
+ if name == "thisown":
33
+ self.this.own(value)
34
+ elif name == "this":
35
+ set(self, name, value)
36
+ elif hasattr(self, name) and isinstance(getattr(type(self), name), property):
37
+ set(self, name, value)
38
+ else:
39
+ raise AttributeError("You cannot add instance attributes to %s" % self)
40
+ return set_instance_attr
41
+
42
+
43
+ def _swig_setattr_nondynamic_class_variable(set):
44
+ def set_class_attr(cls, name, value):
45
+ if hasattr(cls, name) and not isinstance(getattr(cls, name), property):
46
+ set(cls, name, value)
47
+ else:
48
+ raise AttributeError("You cannot add class attributes to %s" % cls)
49
+ return set_class_attr
50
+
51
+
52
+ def _swig_add_metaclass(metaclass):
53
+ """Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass"""
54
+ def wrapper(cls):
55
+ return metaclass(cls.__name__, cls.__bases__, cls.__dict__.copy())
56
+ return wrapper
57
+
58
+
59
+ class _SwigNonDynamicMeta(type):
60
+ """Meta class to enforce nondynamic attributes (no new attributes) for a class"""
61
+ __setattr__ = _swig_setattr_nondynamic_class_variable(type.__setattr__)
62
+
63
+
64
+
65
+ def fopen(filename, mode):
66
+ return _geosclassic.fopen(filename, mode)
67
+
68
+ def fclose(f):
69
+ return _geosclassic.fclose(f)
70
+ MPDS_VERSION_NUMBER = _geosclassic.MPDS_VERSION_NUMBER
71
+ MPDS_BUILD_NUMBER = _geosclassic.MPDS_BUILD_NUMBER
72
+ FALSE = _geosclassic.FALSE
73
+ TRUE = _geosclassic.TRUE
74
+ MPDS_FORMAT_DEFAULT = _geosclassic.MPDS_FORMAT_DEFAULT
75
+ MPDS_FORMAT_WIDTH = _geosclassic.MPDS_FORMAT_WIDTH
76
+ MPDS_FORMAT_PRECISION = _geosclassic.MPDS_FORMAT_PRECISION
77
+ MPDS_FILENAME_LENGTH = _geosclassic.MPDS_FILENAME_LENGTH
78
+ MPDS_VARNAME_LENGTH = _geosclassic.MPDS_VARNAME_LENGTH
79
+ MPDS_LINE_LENGTH = _geosclassic.MPDS_LINE_LENGTH
80
+ MPDS_WORD_LENGTH = _geosclassic.MPDS_WORD_LENGTH
81
+ MPDS_MISSING_VALUE = _geosclassic.MPDS_MISSING_VALUE
82
+ MPDS_INEQUALITY_DATA_SUFFIX_FOR_MIN = _geosclassic.MPDS_INEQUALITY_DATA_SUFFIX_FOR_MIN
83
+ MPDS_INEQUALITY_DATA_SUFFIX_FOR_MAX = _geosclassic.MPDS_INEQUALITY_DATA_SUFFIX_FOR_MAX
84
+ MPDS_DATA_SUFFIX_FOR_ERR_STD = _geosclassic.MPDS_DATA_SUFFIX_FOR_ERR_STD
85
+ MPDS_JOB_VARNAME = _geosclassic.MPDS_JOB_VARNAME
86
+ MPDS_JOB_DATA_LOCATION = _geosclassic.MPDS_JOB_DATA_LOCATION
87
+ MPDS_JOB_DATA_VALUE = _geosclassic.MPDS_JOB_DATA_VALUE
88
+ MPDS_SHIFT_FACTOR_FOR_POINT = _geosclassic.MPDS_SHIFT_FACTOR_FOR_POINT
89
+ MPDS_MAX_NB_VALUE = _geosclassic.MPDS_MAX_NB_VALUE
90
+ MPDS_EPSILON_HARD = _geosclassic.MPDS_EPSILON_HARD
91
+ MPDS_EPSILON = _geosclassic.MPDS_EPSILON
92
+ MPDS_EPSILON_SOFT = _geosclassic.MPDS_EPSILON_SOFT
93
+ MPDS_INFINITY = _geosclassic.MPDS_INFINITY
94
+ MPDS_CHUNK = _geosclassic.MPDS_CHUNK
95
+ MPDS_NB_AVAILABLE_DISTANCE = _geosclassic.MPDS_NB_AVAILABLE_DISTANCE
96
+ MPDS_POST_PROCESSING_NNEIGHBORINGNODE_DEFAULT_1D = _geosclassic.MPDS_POST_PROCESSING_NNEIGHBORINGNODE_DEFAULT_1D
97
+ MPDS_POST_PROCESSING_NNEIGHBORINGNODE_DEFAULT_2D = _geosclassic.MPDS_POST_PROCESSING_NNEIGHBORINGNODE_DEFAULT_2D
98
+ MPDS_POST_PROCESSING_NNEIGHBORINGNODE_DEFAULT_3D = _geosclassic.MPDS_POST_PROCESSING_NNEIGHBORINGNODE_DEFAULT_3D
99
+ MPDS_POST_PROCESSING_NEIGHBORINGNODE_DENSITY_DEFAULT_1D = _geosclassic.MPDS_POST_PROCESSING_NEIGHBORINGNODE_DENSITY_DEFAULT_1D
100
+ MPDS_POST_PROCESSING_NEIGHBORINGNODE_DENSITY_DEFAULT_2D = _geosclassic.MPDS_POST_PROCESSING_NEIGHBORINGNODE_DENSITY_DEFAULT_2D
101
+ MPDS_POST_PROCESSING_NEIGHBORINGNODE_DENSITY_DEFAULT_3D = _geosclassic.MPDS_POST_PROCESSING_NEIGHBORINGNODE_DENSITY_DEFAULT_3D
102
+ MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_0 = _geosclassic.MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_0
103
+ MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_1 = _geosclassic.MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_1
104
+ MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_2 = _geosclassic.MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_2
105
+ MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_3 = _geosclassic.MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_3
106
+ MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_4 = _geosclassic.MPDS_POST_PROCESSING_DISTANCE_THRESHOLD_DEFAULT_DISTANCETYPE_4
107
+ MPDS_POST_PROCESSING_MAX_SCAN_FRACTION_DEFAULT = _geosclassic.MPDS_POST_PROCESSING_MAX_SCAN_FRACTION_DEFAULT
108
+ MPDS_POST_PROCESSING_TOLERANCE_DEFAULT = _geosclassic.MPDS_POST_PROCESSING_TOLERANCE_DEFAULT
109
+ MPDS_POST_PROCESSING_SEED_INCREMENT = _geosclassic.MPDS_POST_PROCESSING_SEED_INCREMENT
110
+ MPDS_SIMULATION_GRID_AS_TRAINING_IMAGE = _geosclassic.MPDS_SIMULATION_GRID_AS_TRAINING_IMAGE
111
+ MPDS_USE_TRAINING_IMAGE_FOR_CONNECTIVITY = _geosclassic.MPDS_USE_TRAINING_IMAGE_FOR_CONNECTIVITY
112
+ MPDS_PREFIX_FOR_TEMPORARY_FILE = _geosclassic.MPDS_PREFIX_FOR_TEMPORARY_FILE
113
+ MPDS_PREFIX_FOR_OCCURRENCE_PROPORTION = _geosclassic.MPDS_PREFIX_FOR_OCCURRENCE_PROPORTION
114
+ MPDS_SUFFIX_FOR_REALIZATION = _geosclassic.MPDS_SUFFIX_FOR_REALIZATION
115
+ MPDS_SUFFIX_FOR_CLOSING = _geosclassic.MPDS_SUFFIX_FOR_CLOSING
116
+ MPDS_SUFFIX_FOR_CONNECTIVITY_FUNCTION = _geosclassic.MPDS_SUFFIX_FOR_CONNECTIVITY_FUNCTION
117
+ MPDS_SUFFIX_FOR_CORRELOGRAM = _geosclassic.MPDS_SUFFIX_FOR_CORRELOGRAM
118
+ MPDS_SUFFIX_FOR_COVARIANCE = _geosclassic.MPDS_SUFFIX_FOR_COVARIANCE
119
+ MPDS_SUFFIX_FOR_COVARIANCE_NOT_CENTRED = _geosclassic.MPDS_SUFFIX_FOR_COVARIANCE_NOT_CENTRED
120
+ MPDS_SUFFIX_FOR_DILATING = _geosclassic.MPDS_SUFFIX_FOR_DILATING
121
+ MPDS_SUFFIX_FOR_DISTANCE_DILATING = _geosclassic.MPDS_SUFFIX_FOR_DISTANCE_DILATING
122
+ MPDS_SUFFIX_FOR_DISTANCE_L1 = _geosclassic.MPDS_SUFFIX_FOR_DISTANCE_L1
123
+ MPDS_SUFFIX_FOR_DISTANCE_L1_SIGN = _geosclassic.MPDS_SUFFIX_FOR_DISTANCE_L1_SIGN
124
+ MPDS_SUFFIX_FOR_DISTANCE_L2 = _geosclassic.MPDS_SUFFIX_FOR_DISTANCE_L2
125
+ MPDS_SUFFIX_FOR_DISTANCE_L2_SIGN = _geosclassic.MPDS_SUFFIX_FOR_DISTANCE_L2_SIGN
126
+ MPDS_SUFFIX_FOR_ERODING = _geosclassic.MPDS_SUFFIX_FOR_ERODING
127
+ MPDS_SUFFIX_FOR_GEOBODY = _geosclassic.MPDS_SUFFIX_FOR_GEOBODY
128
+ MPDS_SUFFIX_FOR_INDICATOR = _geosclassic.MPDS_SUFFIX_FOR_INDICATOR
129
+ MPDS_SUFFIX_FOR_MOVING_SN_AVERAGE = _geosclassic.MPDS_SUFFIX_FOR_MOVING_SN_AVERAGE
130
+ MPDS_SUFFIX_FOR_MOVING_BOX_AVERAGE = _geosclassic.MPDS_SUFFIX_FOR_MOVING_BOX_AVERAGE
131
+ MPDS_SUFFIX_FOR_GAUSSIAN_PYRAMID_EXP = _geosclassic.MPDS_SUFFIX_FOR_GAUSSIAN_PYRAMID_EXP
132
+ MPDS_SUFFIX_FOR_GAUSSIAN_PYRAMID_LAP = _geosclassic.MPDS_SUFFIX_FOR_GAUSSIAN_PYRAMID_LAP
133
+ MPDS_SUFFIX_FOR_GAUSSIAN_PYRAMID_RED = _geosclassic.MPDS_SUFFIX_FOR_GAUSSIAN_PYRAMID_RED
134
+ MPDS_SUFFIX_FOR_PYRAMID_LEVEL = _geosclassic.MPDS_SUFFIX_FOR_PYRAMID_LEVEL
135
+ MPDS_SUFFIX_FOR_OPENING = _geosclassic.MPDS_SUFFIX_FOR_OPENING
136
+ MPDS_SUFFIX_FOR_QC_INDICATOR_SCALE = _geosclassic.MPDS_SUFFIX_FOR_QC_INDICATOR_SCALE
137
+ MPDS_SUFFIX_FOR_QC_INDICATOR_MARK_MEAN_AND_SD_SCALE = _geosclassic.MPDS_SUFFIX_FOR_QC_INDICATOR_MARK_MEAN_AND_SD_SCALE
138
+ MPDS_SUFFIX_FOR_QC_INDICATOR_MARK_QUANTILE_SCALE = _geosclassic.MPDS_SUFFIX_FOR_QC_INDICATOR_MARK_QUANTILE_SCALE
139
+ MPDS_SUFFIX_FOR_QC_INDICATOR_MARK_DETAIL_SCALE = _geosclassic.MPDS_SUFFIX_FOR_QC_INDICATOR_MARK_DETAIL_SCALE
140
+ MPDS_SUFFIX_FOR_QC_INDICATOR_ALL_PAIRS_SCALE = _geosclassic.MPDS_SUFFIX_FOR_QC_INDICATOR_ALL_PAIRS_SCALE
141
+ MPDS_SUFFIX_FOR_QC_INDICATOR_ENSEMBLE = _geosclassic.MPDS_SUFFIX_FOR_QC_INDICATOR_ENSEMBLE
142
+ MPDS_SUFFIX_FOR_QC_MPH_PATTERN_COUNT_SUM_ENSEMBLE = _geosclassic.MPDS_SUFFIX_FOR_QC_MPH_PATTERN_COUNT_SUM_ENSEMBLE
143
+ MPDS_SUFFIX_FOR_QC_ENSEMBLE_ZONE = _geosclassic.MPDS_SUFFIX_FOR_QC_ENSEMBLE_ZONE
144
+ MPDS_SUFFIX_FOR_QC_ENSEMBLE_ZONE_DESCRIPTION = _geosclassic.MPDS_SUFFIX_FOR_QC_ENSEMBLE_ZONE_DESCRIPTION
145
+ MPDS_SUFFIX_FOR_QC_ENSEMBLE_DESCRIPTION = _geosclassic.MPDS_SUFFIX_FOR_QC_ENSEMBLE_DESCRIPTION
146
+ MPDS_SUFFIX_FOR_QC_IMAGE_PATTERN_DISTANCE = _geosclassic.MPDS_SUFFIX_FOR_QC_IMAGE_PATTERN_DISTANCE
147
+ MPDS_SUFFIX_FOR_TRANSIOGRAM = _geosclassic.MPDS_SUFFIX_FOR_TRANSIOGRAM
148
+ MPDS_SUFFIX_FOR_VARIOGRAM = _geosclassic.MPDS_SUFFIX_FOR_VARIOGRAM
149
+ MPDS_EXTENSION_FOR_IMAGE_FILE = _geosclassic.MPDS_EXTENSION_FOR_IMAGE_FILE
150
+ MPDS_EXTENSION_FOR_TEXT_FILE = _geosclassic.MPDS_EXTENSION_FOR_TEXT_FILE
151
+ MPDS_EXTENSION_FOR_INPUT_FILE = _geosclassic.MPDS_EXTENSION_FOR_INPUT_FILE
152
+ MPDS_EXTENSION_FOR_BLOCK_DATA_FILE = _geosclassic.MPDS_EXTENSION_FOR_BLOCK_DATA_FILE
153
+ MPDS_NAME_FOR_PGM_VAR = _geosclassic.MPDS_NAME_FOR_PGM_VAR
154
+ MPDS_NAME_FOR_PPM_VAR0 = _geosclassic.MPDS_NAME_FOR_PPM_VAR0
155
+ MPDS_NAME_FOR_PPM_VAR1 = _geosclassic.MPDS_NAME_FOR_PPM_VAR1
156
+ MPDS_NAME_FOR_PPM_VAR2 = _geosclassic.MPDS_NAME_FOR_PPM_VAR2
157
+ MPDS_NAME_FOR_PATH_INDEX_VAR = _geosclassic.MPDS_NAME_FOR_PATH_INDEX_VAR
158
+ MPDS_NAME_FOR_ERROR_VAR = _geosclassic.MPDS_NAME_FOR_ERROR_VAR
159
+ MPDS_NAME_FOR_TI_GRID_NODE_INDEX_VAR = _geosclassic.MPDS_NAME_FOR_TI_GRID_NODE_INDEX_VAR
160
+ MPDS_NAME_FOR_TI_INDEX_VAR = _geosclassic.MPDS_NAME_FOR_TI_INDEX_VAR
161
+ MPDS_NAME_FOR_SECTION_TYPE = _geosclassic.MPDS_NAME_FOR_SECTION_TYPE
162
+ MPDS_NAME_FOR_SECTION_STEP = _geosclassic.MPDS_NAME_FOR_SECTION_STEP
163
+ MPDS_NB_DIGIT_FOR_REALIZATION_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_REALIZATION_NUMBER
164
+ MPDS_NB_DIGIT_FOR_LEVEL_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_LEVEL_NUMBER
165
+ MPDS_NB_DIGIT_FOR_INDEX_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_INDEX_NUMBER
166
+ MPDS_NB_DIGIT_FOR_SCALE_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_SCALE_NUMBER
167
+ MPDS_NB_DIGIT_FOR_ZONE_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_ZONE_NUMBER
168
+ MPDS_NB_DIGIT_FOR_VARIABLE_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_VARIABLE_NUMBER
169
+ MPDS_NB_DIGIT_FOR_QC_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_QC_NUMBER
170
+ MPDS_NB_DIGIT_FOR_ENSEMBLE_NUMBER = _geosclassic.MPDS_NB_DIGIT_FOR_ENSEMBLE_NUMBER
171
+ MPDS_NB_DIGIT_FOR_VALUE_NAME = _geosclassic.MPDS_NB_DIGIT_FOR_VALUE_NAME
172
+ MPDS_VTK_VERSION_NUMBER = _geosclassic.MPDS_VTK_VERSION_NUMBER
173
+ MPDS_SEPARATION_LINE_EQUAL = _geosclassic.MPDS_SEPARATION_LINE_EQUAL
174
+ MPDS_SEPARATION_LINE_STAR = _geosclassic.MPDS_SEPARATION_LINE_STAR
175
+ MPDS_SEPARATION_LINE_MINUS = _geosclassic.MPDS_SEPARATION_LINE_MINUS
176
+ MPDS_SEPARATION_LINE_PLUS = _geosclassic.MPDS_SEPARATION_LINE_PLUS
177
+ MPDS_NODEPATH_WEIGHT_MIN = _geosclassic.MPDS_NODEPATH_WEIGHT_MIN
178
+ MPDS_NODEPATH_A0_MIN = _geosclassic.MPDS_NODEPATH_A0_MIN
179
+ MPDS_NODEPATH_A0_MAX = _geosclassic.MPDS_NODEPATH_A0_MAX
180
+ MPDS_MIN_SPACING = _geosclassic.MPDS_MIN_SPACING
181
+ MPDS_MAX_NSIMVAR = _geosclassic.MPDS_MAX_NSIMVAR
182
+ MPDS_MAX_NVAR = _geosclassic.MPDS_MAX_NVAR
183
+ MPDS_MAX_NXYZ = _geosclassic.MPDS_MAX_NXYZ
184
+ MPDS_MAX_NXYZV = _geosclassic.MPDS_MAX_NXYZV
185
+ MPDS_MIN_ANISOTROPY_RATIO = _geosclassic.MPDS_MIN_ANISOTROPY_RATIO
186
+ MPDS_MAX_NTRAINIMAGE = _geosclassic.MPDS_MAX_NTRAINIMAGE
187
+ MPDS_MAX_TRAINVALUERANGEEXTENSIONMAX = _geosclassic.MPDS_MAX_TRAINVALUERANGEEXTENSIONMAX
188
+ MPDS_MAX_TRAIN_MISSING_VALUE_PROPORTION_FOR_WARNING = _geosclassic.MPDS_MAX_TRAIN_MISSING_VALUE_PROPORTION_FOR_WARNING
189
+ MPDS_MIN_NNEIGHBORINGNODE = _geosclassic.MPDS_MIN_NNEIGHBORINGNODE
190
+ MPDS_MAX_NNEIGHBORINGNODE = _geosclassic.MPDS_MAX_NNEIGHBORINGNODE
191
+ MPDS_MAX_NNEIGHBORINGNODE_ALL_VAR = _geosclassic.MPDS_MAX_NNEIGHBORINGNODE_ALL_VAR
192
+ MPDS_MIN_MAX_PROP_INEQUALITY_NODE = _geosclassic.MPDS_MIN_MAX_PROP_INEQUALITY_NODE
193
+ MPDS_MAX_MAX_PROP_INEQUALITY_NODE = _geosclassic.MPDS_MAX_MAX_PROP_INEQUALITY_NODE
194
+ MPDS_MIN_NEIGHBORINGNODE_DENSITY = _geosclassic.MPDS_MIN_NEIGHBORINGNODE_DENSITY
195
+ MPDS_MAX_NEIGHBORINGNODE_DENSITY = _geosclassic.MPDS_MAX_NEIGHBORINGNODE_DENSITY
196
+ MPDS_MIN_DISTANCETHRESHOLD = _geosclassic.MPDS_MIN_DISTANCETHRESHOLD
197
+ MPDS_MAX_DISTANCETHRESHOLD = _geosclassic.MPDS_MAX_DISTANCETHRESHOLD
198
+ MPDS_MIN_MAXSCANFRACTION = _geosclassic.MPDS_MIN_MAXSCANFRACTION
199
+ MPDS_MAX_MAXSCANFRACTION = _geosclassic.MPDS_MAX_MAXSCANFRACTION
200
+ MPDS_MIN_MAXSCANFRACTION_VARIABLE_TRANSFORM = _geosclassic.MPDS_MIN_MAXSCANFRACTION_VARIABLE_TRANSFORM
201
+ MPDS_MAX_MAXSCANFRACTION_VARIABLE_TRANSFORM = _geosclassic.MPDS_MAX_MAXSCANFRACTION_VARIABLE_TRANSFORM
202
+ MPDS_MIN_TOLERANCE = _geosclassic.MPDS_MIN_TOLERANCE
203
+ MPDS_MAX_TOLERANCE = _geosclassic.MPDS_MAX_TOLERANCE
204
+ MPDS_MIN_TARGET_INTERVAL_LENGTH = _geosclassic.MPDS_MIN_TARGET_INTERVAL_LENGTH
205
+ MPDS_MAX_NPOSTPROCESSINGPATHMAX = _geosclassic.MPDS_MAX_NPOSTPROCESSINGPATHMAX
206
+ MPDS_MAX_NREALIZATION = _geosclassic.MPDS_MAX_NREALIZATION
207
+ MPDS_MAX_RATIO_SEARCHNEIGHBORHOOD_SIZE_OVER_TI_SIZE = _geosclassic.MPDS_MAX_RATIO_SEARCHNEIGHBORHOOD_SIZE_OVER_TI_SIZE
208
+ MPDS_SEARCHNEIGHBORHOOD_RADIUS_RANGE_FACTOR = _geosclassic.MPDS_SEARCHNEIGHBORHOOD_RADIUS_RANGE_FACTOR
209
+ MPDS_APPROX_RANGE_TOLERANCE = _geosclassic.MPDS_APPROX_RANGE_TOLERANCE
210
+ MPDS_MIN_HOMOTHETY_RATIO = _geosclassic.MPDS_MIN_HOMOTHETY_RATIO
211
+ MPDS_MAX_HOMOTHETY_RATIO = _geosclassic.MPDS_MAX_HOMOTHETY_RATIO
212
+ MPDS_MIN_SOFT_PROBABILITY_NCLASS = _geosclassic.MPDS_MIN_SOFT_PROBABILITY_NCLASS
213
+ MPDS_MAX_SOFT_PROBABILITY_NCLASS = _geosclassic.MPDS_MAX_SOFT_PROBABILITY_NCLASS
214
+ MPDS_GLOBAL_PROBABILITY_SYNC_STEP_MIN = _geosclassic.MPDS_GLOBAL_PROBABILITY_SYNC_STEP_MIN
215
+ MPDS_GLOBAL_PROBABILITY_SYNC_STEP_MAX = _geosclassic.MPDS_GLOBAL_PROBABILITY_SYNC_STEP_MAX
216
+ MPDS_GLOBAL_PROBABILITY_SYNC_STEP_FACTOR = _geosclassic.MPDS_GLOBAL_PROBABILITY_SYNC_STEP_FACTOR
217
+ MPDS_MAX_RATIO_TEMPLATE_SIZE_PRODUCT_OVER_IMAGE_SIZE_PRODUCT = _geosclassic.MPDS_MAX_RATIO_TEMPLATE_SIZE_PRODUCT_OVER_IMAGE_SIZE_PRODUCT
218
+ MPDS_TOLEREANCE_ON_SUM_SOFT_PROBABILITY = _geosclassic.MPDS_TOLEREANCE_ON_SUM_SOFT_PROBABILITY
219
+ MPDS_MIN_PROBABILITY_CONSTRAINT_CONSTANT_THRESHOLD = _geosclassic.MPDS_MIN_PROBABILITY_CONSTRAINT_CONSTANT_THRESHOLD
220
+ MPDS_MAX_PROBABILITY_CONSTRAINT_CONSTANT_THRESHOLD = _geosclassic.MPDS_MAX_PROBABILITY_CONSTRAINT_CONSTANT_THRESHOLD
221
+ MPDS_MIN_PROBABILITY_CONSTRAINT_INDICATOR_VARIANCE = _geosclassic.MPDS_MIN_PROBABILITY_CONSTRAINT_INDICATOR_VARIANCE
222
+ MPDS_MAX_PROBABILITY_CONSTRAINT_MISMATCH = _geosclassic.MPDS_MAX_PROBABILITY_CONSTRAINT_MISMATCH
223
+ MPDS_LOCAL_PROBABILITY_CONSTRAINT_TABLE_LENGTH = _geosclassic.MPDS_LOCAL_PROBABILITY_CONSTRAINT_TABLE_LENGTH
224
+ MPDS_MIN_CONNECTIVITY_CONSTRAINT_THRESHOLD = _geosclassic.MPDS_MIN_CONNECTIVITY_CONSTRAINT_THRESHOLD
225
+ MPDS_MAX_CONNECTIVITY_CONSTRAINT_THRESHOLD = _geosclassic.MPDS_MAX_CONNECTIVITY_CONSTRAINT_THRESHOLD
226
+ MPDS_MAX_POWER_PATH_RANDOM_HD_DISTANCE_SUM = _geosclassic.MPDS_MAX_POWER_PATH_RANDOM_HD_DISTANCE_SUM
227
+ MPDS_CHANGE_TRANSFORMATION_STEP = _geosclassic.MPDS_CHANGE_TRANSFORMATION_STEP
228
+ MPDS_NDYNAMICTHRESHOLDPARAMETERS = _geosclassic.MPDS_NDYNAMICTHRESHOLDPARAMETERS
229
+ MPDS_MIN_BLOCK_DATA_LOCAL_VAR = _geosclassic.MPDS_MIN_BLOCK_DATA_LOCAL_VAR
230
+ MPDS_MIN_BLOCK_DATA_KERNEL_BANDWIDTH = _geosclassic.MPDS_MIN_BLOCK_DATA_KERNEL_BANDWIDTH
231
+ MPDS_MAX_BLOCK_DATA_SAMPLED_REGION = _geosclassic.MPDS_MAX_BLOCK_DATA_SAMPLED_REGION
232
+ MPDS_MAX_NB_RANDOM_TRY_FOR_INEQUALITY_DATA = _geosclassic.MPDS_MAX_NB_RANDOM_TRY_FOR_INEQUALITY_DATA
233
+ MPDS_PYRAMID_NLEVEL_MAX = _geosclassic.MPDS_PYRAMID_NLEVEL_MAX
234
+ MPDS_PYRAMID_FACTOR_MAX_N_NEIGHBOR_MIN = _geosclassic.MPDS_PYRAMID_FACTOR_MAX_N_NEIGHBOR_MIN
235
+ MPDS_PYRAMID_FACTOR_MAX_N_NEIGHBOR_MAX = _geosclassic.MPDS_PYRAMID_FACTOR_MAX_N_NEIGHBOR_MAX
236
+ MPDS_PYRAMID_FACTOR_DISTANCE_THRESHOLD_MIN = _geosclassic.MPDS_PYRAMID_FACTOR_DISTANCE_THRESHOLD_MIN
237
+ MPDS_PYRAMID_FACTOR_DISTANCE_THRESHOLD_MAX = _geosclassic.MPDS_PYRAMID_FACTOR_DISTANCE_THRESHOLD_MAX
238
+ MPDS_PYRAMID_FACTOR_MAX_SCAN_FRACTION_MIN = _geosclassic.MPDS_PYRAMID_FACTOR_MAX_SCAN_FRACTION_MIN
239
+ MPDS_PYRAMID_FACTOR_MAX_SCAN_FRACTION_MAX = _geosclassic.MPDS_PYRAMID_FACTOR_MAX_SCAN_FRACTION_MAX
240
+ MPDS_PYRAMID_REDUCTION_FACTOR_MAX = _geosclassic.MPDS_PYRAMID_REDUCTION_FACTOR_MAX
241
+ MPDS_PYRAMID_CATEGORICAL_NCLASS_MAX = _geosclassic.MPDS_PYRAMID_CATEGORICAL_NCLASS_MAX
242
+ MPDS_GAUSSIAN_PYRAMID_RED_TOTAL_WEIGHT_MIN = _geosclassic.MPDS_GAUSSIAN_PYRAMID_RED_TOTAL_WEIGHT_MIN
243
+ MPDS_GAUSSIAN_PYRAMID_EXP_TOTAL_WEIGHT_MIN = _geosclassic.MPDS_GAUSSIAN_PYRAMID_EXP_TOTAL_WEIGHT_MIN
244
+ MPDS_MIN_WEIGHT_PROPORTION_MOVING_BOX_SUM = _geosclassic.MPDS_MIN_WEIGHT_PROPORTION_MOVING_BOX_SUM
245
+ MPDS_MISSING_CLASSID = _geosclassic.MPDS_MISSING_CLASSID
246
+ MPDS_MIN_MPH_NCLASS = _geosclassic.MPDS_MIN_MPH_NCLASS
247
+ MPDS_MAX_MPH_NCLASS = _geosclassic.MPDS_MAX_MPH_NCLASS
248
+ MPDS_QC_NZONE_MAX = _geosclassic.MPDS_QC_NZONE_MAX
249
+ MPDS_QC_NTRENDVAR_MAX = _geosclassic.MPDS_QC_NTRENDVAR_MAX
250
+ MPDS_GRAPH_MAX_NLOOPMAX = _geosclassic.MPDS_GRAPH_MAX_NLOOPMAX
251
+ MPDS_GRAPH_MIN_CONNECTIVITY_CHECK_DIST_TO_EDGE_FACTOR = _geosclassic.MPDS_GRAPH_MIN_CONNECTIVITY_CHECK_DIST_TO_EDGE_FACTOR
252
+ MPDS_GRAPH_MAX_CONNECTIVITY_CHECK_DIST_TO_EDGE_FACTOR = _geosclassic.MPDS_GRAPH_MAX_CONNECTIVITY_CHECK_DIST_TO_EDGE_FACTOR
253
+ MPDS_CONNECTIVITY_GAMMA_VALUE_IF_NO_GEOBODY = _geosclassic.MPDS_CONNECTIVITY_GAMMA_VALUE_IF_NO_GEOBODY
254
+ MPDS_PRIME_NUMBER_LIST_SIZE = _geosclassic.MPDS_PRIME_NUMBER_LIST_SIZE
255
+ OUTPUT_FILE_NONE = _geosclassic.OUTPUT_FILE_NONE
256
+ OUTPUT_FILE_ASCII = _geosclassic.OUTPUT_FILE_ASCII
257
+ OUTPUT_FILE_BINARY = _geosclassic.OUTPUT_FILE_BINARY
258
+ MPDS_GEOS_CLASSIC_VERSION_NUMBER = _geosclassic.MPDS_GEOS_CLASSIC_VERSION_NUMBER
259
+ MPDS_GEOS_CLASSIC_BUILD_NUMBER = _geosclassic.MPDS_GEOS_CLASSIC_BUILD_NUMBER
260
+ MPDS_GEOS_CLASSIC_SUFFIX_FOR_REALIZATION = _geosclassic.MPDS_GEOS_CLASSIC_SUFFIX_FOR_REALIZATION
261
+ MPDS_GEOS_CLASSIC_SUFFIX_FOR_ESTIMATE = _geosclassic.MPDS_GEOS_CLASSIC_SUFFIX_FOR_ESTIMATE
262
+ MPDS_GEOS_CLASSIC_SUFFIX_FOR_ST_DEV = _geosclassic.MPDS_GEOS_CLASSIC_SUFFIX_FOR_ST_DEV
263
+ MPDS_GEOS_CLASSIC_SUFFIX_FOR_PROBABILITY = _geosclassic.MPDS_GEOS_CLASSIC_SUFFIX_FOR_PROBABILITY
264
+ MPDS_GEOS_CLASSIC_NB_DIGIT_FOR_REALIZATION_NUMBER = _geosclassic.MPDS_GEOS_CLASSIC_NB_DIGIT_FOR_REALIZATION_NUMBER
265
+ MPDS_GEOS_CLASSIC_NB_DIGIT_FOR_CATEGORY_INDEX = _geosclassic.MPDS_GEOS_CLASSIC_NB_DIGIT_FOR_CATEGORY_INDEX
266
+ MPDS_GEOSCLASSIC_NCATEGORY_MAX = _geosclassic.MPDS_GEOSCLASSIC_NCATEGORY_MAX
267
+ MPDS_GEOSCLASSIC_COV_RANGE_MIN = _geosclassic.MPDS_GEOSCLASSIC_COV_RANGE_MIN
268
+ MPDS_GEOSCLASSIC_COV_TOTAL_WEIGHT_MIN = _geosclassic.MPDS_GEOSCLASSIC_COV_TOTAL_WEIGHT_MIN
269
+ MPDS_GEOSCLASSIC_COV_POWER_MIN = _geosclassic.MPDS_GEOSCLASSIC_COV_POWER_MIN
270
+ MPDS_GEOSCLASSIC_COV_POWER_MAX = _geosclassic.MPDS_GEOSCLASSIC_COV_POWER_MAX
271
+ MPDS_GEOSCLASSIC_COV_MATERN_NU_MIN = _geosclassic.MPDS_GEOSCLASSIC_COV_MATERN_NU_MIN
272
+ MPDS_GEOSCLASSIC_COV_MATERN_NU_MAX = _geosclassic.MPDS_GEOSCLASSIC_COV_MATERN_NU_MAX
273
+ MPDS_GEOSCLASSIC_TOLEREANCE_ON_SUM_PROBABILITY = _geosclassic.MPDS_GEOSCLASSIC_TOLEREANCE_ON_SUM_PROBABILITY
274
+ MPDS_GEOSCLASSIC_SEARCHRADIUSRELATIVE_MIN = _geosclassic.MPDS_GEOSCLASSIC_SEARCHRADIUSRELATIVE_MIN
275
+ MPDS_GEOSCLASSIC_NGIBBSSAMPLERPATH_MIN = _geosclassic.MPDS_GEOSCLASSIC_NGIBBSSAMPLERPATH_MIN
276
+ MPDS_GEOSCLASSIC_NGIBBSSAMPLERPATH_MAX = _geosclassic.MPDS_GEOSCLASSIC_NGIBBSSAMPLERPATH_MAX
277
+ MPDS_GEOSCLASSIC_MAX_NREALIZATION = _geosclassic.MPDS_GEOSCLASSIC_MAX_NREALIZATION
278
+ COV_NUGGET = _geosclassic.COV_NUGGET
279
+ COV_SPHERICAL = _geosclassic.COV_SPHERICAL
280
+ COV_EXPONENTIAL = _geosclassic.COV_EXPONENTIAL
281
+ COV_GAUSSIAN = _geosclassic.COV_GAUSSIAN
282
+ COV_TRIANGULAR = _geosclassic.COV_TRIANGULAR
283
+ COV_CUBIC = _geosclassic.COV_CUBIC
284
+ COV_SINUS_CARDINAL = _geosclassic.COV_SINUS_CARDINAL
285
+ COV_GAMMA = _geosclassic.COV_GAMMA
286
+ COV_POWER = _geosclassic.COV_POWER
287
+ COV_EXPONENTIAL_GENERALIZED = _geosclassic.COV_EXPONENTIAL_GENERALIZED
288
+ COV_MATERN = _geosclassic.COV_MATERN
289
+ class mpds_covModelElem(object):
290
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
291
+ __repr__ = _swig_repr
292
+ covModelType = property(_geosclassic.mpds_covModelElem_covModelType_get, _geosclassic.mpds_covModelElem_covModelType_set)
293
+ weightImageFlag = property(_geosclassic.mpds_covModelElem_weightImageFlag_get, _geosclassic.mpds_covModelElem_weightImageFlag_set)
294
+ rxImageFlag = property(_geosclassic.mpds_covModelElem_rxImageFlag_get, _geosclassic.mpds_covModelElem_rxImageFlag_set)
295
+ ryImageFlag = property(_geosclassic.mpds_covModelElem_ryImageFlag_get, _geosclassic.mpds_covModelElem_ryImageFlag_set)
296
+ rzImageFlag = property(_geosclassic.mpds_covModelElem_rzImageFlag_get, _geosclassic.mpds_covModelElem_rzImageFlag_set)
297
+ sImageFlag = property(_geosclassic.mpds_covModelElem_sImageFlag_get, _geosclassic.mpds_covModelElem_sImageFlag_set)
298
+ weightValue = property(_geosclassic.mpds_covModelElem_weightValue_get, _geosclassic.mpds_covModelElem_weightValue_set)
299
+ rxValue = property(_geosclassic.mpds_covModelElem_rxValue_get, _geosclassic.mpds_covModelElem_rxValue_set)
300
+ ryValue = property(_geosclassic.mpds_covModelElem_ryValue_get, _geosclassic.mpds_covModelElem_ryValue_set)
301
+ rzValue = property(_geosclassic.mpds_covModelElem_rzValue_get, _geosclassic.mpds_covModelElem_rzValue_set)
302
+ sValue = property(_geosclassic.mpds_covModelElem_sValue_get, _geosclassic.mpds_covModelElem_sValue_set)
303
+ weightImage = property(_geosclassic.mpds_covModelElem_weightImage_get, _geosclassic.mpds_covModelElem_weightImage_set)
304
+ rxImage = property(_geosclassic.mpds_covModelElem_rxImage_get, _geosclassic.mpds_covModelElem_rxImage_set)
305
+ ryImage = property(_geosclassic.mpds_covModelElem_ryImage_get, _geosclassic.mpds_covModelElem_ryImage_set)
306
+ rzImage = property(_geosclassic.mpds_covModelElem_rzImage_get, _geosclassic.mpds_covModelElem_rzImage_set)
307
+ sImage = property(_geosclassic.mpds_covModelElem_sImage_get, _geosclassic.mpds_covModelElem_sImage_set)
308
+
309
+ def __init__(self):
310
+ _geosclassic.mpds_covModelElem_swiginit(self, _geosclassic.new_mpds_covModelElem())
311
+ __swig_destroy__ = _geosclassic.delete_mpds_covModelElem
312
+
313
+ # Register mpds_covModelElem in _geosclassic:
314
+ _geosclassic.mpds_covModelElem_swigregister(mpds_covModelElem)
315
+ cvar = _geosclassic.cvar
316
+ stdout = cvar.stdout
317
+
318
+ class mpds_covModel(object):
319
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
320
+ __repr__ = _swig_repr
321
+ nelem = property(_geosclassic.mpds_covModel_nelem_get, _geosclassic.mpds_covModel_nelem_set)
322
+ covModelElem = property(_geosclassic.mpds_covModel_covModelElem_get, _geosclassic.mpds_covModel_covModelElem_set)
323
+ angle1ImageFlag = property(_geosclassic.mpds_covModel_angle1ImageFlag_get, _geosclassic.mpds_covModel_angle1ImageFlag_set)
324
+ angle2ImageFlag = property(_geosclassic.mpds_covModel_angle2ImageFlag_get, _geosclassic.mpds_covModel_angle2ImageFlag_set)
325
+ angle3ImageFlag = property(_geosclassic.mpds_covModel_angle3ImageFlag_get, _geosclassic.mpds_covModel_angle3ImageFlag_set)
326
+ angle1Value = property(_geosclassic.mpds_covModel_angle1Value_get, _geosclassic.mpds_covModel_angle1Value_set)
327
+ angle2Value = property(_geosclassic.mpds_covModel_angle2Value_get, _geosclassic.mpds_covModel_angle2Value_set)
328
+ angle3Value = property(_geosclassic.mpds_covModel_angle3Value_get, _geosclassic.mpds_covModel_angle3Value_set)
329
+ angle1Image = property(_geosclassic.mpds_covModel_angle1Image_get, _geosclassic.mpds_covModel_angle1Image_set)
330
+ angle2Image = property(_geosclassic.mpds_covModel_angle2Image_get, _geosclassic.mpds_covModel_angle2Image_set)
331
+ angle3Image = property(_geosclassic.mpds_covModel_angle3Image_get, _geosclassic.mpds_covModel_angle3Image_set)
332
+
333
+ def __init__(self):
334
+ _geosclassic.mpds_covModel_swiginit(self, _geosclassic.new_mpds_covModel())
335
+ __swig_destroy__ = _geosclassic.delete_mpds_covModel
336
+
337
+ # Register mpds_covModel in _geosclassic:
338
+ _geosclassic.mpds_covModel_swigregister(mpds_covModel)
339
+
340
+
341
+ def MPDSGeosClassicEvaluateCovModel(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
342
+ return _geosclassic.MPDSGeosClassicEvaluateCovModel(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
343
+
344
+ def MPDSGeosClassicEvaluateCovModelFixParam(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
345
+ return _geosclassic.MPDSGeosClassicEvaluateCovModelFixParam(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
346
+
347
+ def MPDSGeosClassicEvaluateCovModelFixParamNoRotation(arg1, arg2, arg3, arg4, arg5, arg6):
348
+ return _geosclassic.MPDSGeosClassicEvaluateCovModelFixParamNoRotation(arg1, arg2, arg3, arg4, arg5, arg6)
349
+
350
+ def MPDSGeosClassicEvaluateCovModelNoRotation(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
351
+ return _geosclassic.MPDSGeosClassicEvaluateCovModelNoRotation(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
352
+
353
+ def MPDSGeosClassicFreeCovModel(arg1):
354
+ return _geosclassic.MPDSGeosClassicFreeCovModel(arg1)
355
+
356
+ def MPDSGeosClassicFreeCovModelElem(arg1):
357
+ return _geosclassic.MPDSGeosClassicFreeCovModelElem(arg1)
358
+
359
+ def MPDSGeosClassicInitCovModel(arg1):
360
+ return _geosclassic.MPDSGeosClassicInitCovModel(arg1)
361
+
362
+ def MPDSGeosClassicInitCovModelElem(arg1):
363
+ return _geosclassic.MPDSGeosClassicInitCovModelElem(arg1)
364
+
365
+ def MPDSGeosClassicPrintCovModel(arg1, arg2, arg3):
366
+ return _geosclassic.MPDSGeosClassicPrintCovModel(arg1, arg2, arg3)
367
+
368
+ def MPDSGeosClassicPrintCovModelElem(arg1, arg2, arg3):
369
+ return _geosclassic.MPDSGeosClassicPrintCovModelElem(arg1, arg2, arg3)
370
+
371
+ def MPDSGeosClassicValidateCovModel(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
372
+ return _geosclassic.MPDSGeosClassicValidateCovModel(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
373
+
374
+ def MPDSGeosClassicValidateCovModelElem(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
375
+ return _geosclassic.MPDSGeosClassicValidateCovModelElem(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
376
+ GEOS_CLASSIC_OK = _geosclassic.GEOS_CLASSIC_OK
377
+ GEOS_CLASSIC_SK = _geosclassic.GEOS_CLASSIC_SK
378
+ GEOS_CLASSIC_SIM_OK = _geosclassic.GEOS_CLASSIC_SIM_OK
379
+ GEOS_CLASSIC_SIM_SK = _geosclassic.GEOS_CLASSIC_SIM_SK
380
+ GEOS_CLASSIC_OUTPUT_NO_FILE = _geosclassic.GEOS_CLASSIC_OUTPUT_NO_FILE
381
+ GEOS_CLASSIC_OUTPUT_ALL_IN_ONE_FILE = _geosclassic.GEOS_CLASSIC_OUTPUT_ALL_IN_ONE_FILE
382
+ GEOS_CLASSIC_OUTPUT_SEPARATE_FILE = _geosclassic.GEOS_CLASSIC_OUTPUT_SEPARATE_FILE
383
+ class mpds_geosClassicInput(object):
384
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
385
+ __repr__ = _swig_repr
386
+ consoleAppFlag = property(_geosclassic.mpds_geosClassicInput_consoleAppFlag_get, _geosclassic.mpds_geosClassicInput_consoleAppFlag_set)
387
+ simName = property(_geosclassic.mpds_geosClassicInput_simName_get, _geosclassic.mpds_geosClassicInput_simName_set)
388
+ simGrid = property(_geosclassic.mpds_geosClassicInput_simGrid_get, _geosclassic.mpds_geosClassicInput_simGrid_set)
389
+ varName = property(_geosclassic.mpds_geosClassicInput_varName_get, _geosclassic.mpds_geosClassicInput_varName_set)
390
+ formatString = property(_geosclassic.mpds_geosClassicInput_formatString_get, _geosclassic.mpds_geosClassicInput_formatString_set)
391
+ outputMode = property(_geosclassic.mpds_geosClassicInput_outputMode_get, _geosclassic.mpds_geosClassicInput_outputMode_set)
392
+ outputImageFileName = property(_geosclassic.mpds_geosClassicInput_outputImageFileName_get, _geosclassic.mpds_geosClassicInput_outputImageFileName_set)
393
+ outputReportFlag = property(_geosclassic.mpds_geosClassicInput_outputReportFlag_get, _geosclassic.mpds_geosClassicInput_outputReportFlag_set)
394
+ outputReportFileName = property(_geosclassic.mpds_geosClassicInput_outputReportFileName_get, _geosclassic.mpds_geosClassicInput_outputReportFileName_set)
395
+ computationMode = property(_geosclassic.mpds_geosClassicInput_computationMode_get, _geosclassic.mpds_geosClassicInput_computationMode_set)
396
+ covModel = property(_geosclassic.mpds_geosClassicInput_covModel_get, _geosclassic.mpds_geosClassicInput_covModel_set)
397
+ searchRadius = property(_geosclassic.mpds_geosClassicInput_searchRadius_get, _geosclassic.mpds_geosClassicInput_searchRadius_set)
398
+ searchRadiusRelative = property(_geosclassic.mpds_geosClassicInput_searchRadiusRelative_get, _geosclassic.mpds_geosClassicInput_searchRadiusRelative_set)
399
+ nneighborMax = property(_geosclassic.mpds_geosClassicInput_nneighborMax_get, _geosclassic.mpds_geosClassicInput_nneighborMax_set)
400
+ searchNeighborhoodSortMode = property(_geosclassic.mpds_geosClassicInput_searchNeighborhoodSortMode_get, _geosclassic.mpds_geosClassicInput_searchNeighborhoodSortMode_set)
401
+ ndataImage = property(_geosclassic.mpds_geosClassicInput_ndataImage_get, _geosclassic.mpds_geosClassicInput_ndataImage_set)
402
+ dataImage = property(_geosclassic.mpds_geosClassicInput_dataImage_get, _geosclassic.mpds_geosClassicInput_dataImage_set)
403
+ ndataPointSet = property(_geosclassic.mpds_geosClassicInput_ndataPointSet_get, _geosclassic.mpds_geosClassicInput_ndataPointSet_set)
404
+ dataPointSet = property(_geosclassic.mpds_geosClassicInput_dataPointSet_get, _geosclassic.mpds_geosClassicInput_dataPointSet_set)
405
+ maskImageFlag = property(_geosclassic.mpds_geosClassicInput_maskImageFlag_get, _geosclassic.mpds_geosClassicInput_maskImageFlag_set)
406
+ maskImage = property(_geosclassic.mpds_geosClassicInput_maskImage_get, _geosclassic.mpds_geosClassicInput_maskImage_set)
407
+ meanUsage = property(_geosclassic.mpds_geosClassicInput_meanUsage_get, _geosclassic.mpds_geosClassicInput_meanUsage_set)
408
+ meanValue = property(_geosclassic.mpds_geosClassicInput_meanValue_get, _geosclassic.mpds_geosClassicInput_meanValue_set)
409
+ meanImage = property(_geosclassic.mpds_geosClassicInput_meanImage_get, _geosclassic.mpds_geosClassicInput_meanImage_set)
410
+ varianceUsage = property(_geosclassic.mpds_geosClassicInput_varianceUsage_get, _geosclassic.mpds_geosClassicInput_varianceUsage_set)
411
+ varianceValue = property(_geosclassic.mpds_geosClassicInput_varianceValue_get, _geosclassic.mpds_geosClassicInput_varianceValue_set)
412
+ varianceImage = property(_geosclassic.mpds_geosClassicInput_varianceImage_get, _geosclassic.mpds_geosClassicInput_varianceImage_set)
413
+ nGibbsSamplerPathMin = property(_geosclassic.mpds_geosClassicInput_nGibbsSamplerPathMin_get, _geosclassic.mpds_geosClassicInput_nGibbsSamplerPathMin_set)
414
+ nGibbsSamplerPathMax = property(_geosclassic.mpds_geosClassicInput_nGibbsSamplerPathMax_get, _geosclassic.mpds_geosClassicInput_nGibbsSamplerPathMax_set)
415
+ seed = property(_geosclassic.mpds_geosClassicInput_seed_get, _geosclassic.mpds_geosClassicInput_seed_set)
416
+ seedIncrement = property(_geosclassic.mpds_geosClassicInput_seedIncrement_get, _geosclassic.mpds_geosClassicInput_seedIncrement_set)
417
+ nrealization = property(_geosclassic.mpds_geosClassicInput_nrealization_get, _geosclassic.mpds_geosClassicInput_nrealization_set)
418
+
419
+ def __init__(self):
420
+ _geosclassic.mpds_geosClassicInput_swiginit(self, _geosclassic.new_mpds_geosClassicInput())
421
+ __swig_destroy__ = _geosclassic.delete_mpds_geosClassicInput
422
+
423
+ # Register mpds_geosClassicInput in _geosclassic:
424
+ _geosclassic.mpds_geosClassicInput_swigregister(mpds_geosClassicInput)
425
+
426
+ class mpds_geosClassicIndicatorInput(object):
427
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
428
+ __repr__ = _swig_repr
429
+ consoleAppFlag = property(_geosclassic.mpds_geosClassicIndicatorInput_consoleAppFlag_get, _geosclassic.mpds_geosClassicIndicatorInput_consoleAppFlag_set)
430
+ simName = property(_geosclassic.mpds_geosClassicIndicatorInput_simName_get, _geosclassic.mpds_geosClassicIndicatorInput_simName_set)
431
+ simGrid = property(_geosclassic.mpds_geosClassicIndicatorInput_simGrid_get, _geosclassic.mpds_geosClassicIndicatorInput_simGrid_set)
432
+ varName = property(_geosclassic.mpds_geosClassicIndicatorInput_varName_get, _geosclassic.mpds_geosClassicIndicatorInput_varName_set)
433
+ formatString = property(_geosclassic.mpds_geosClassicIndicatorInput_formatString_get, _geosclassic.mpds_geosClassicIndicatorInput_formatString_set)
434
+ ncategory = property(_geosclassic.mpds_geosClassicIndicatorInput_ncategory_get, _geosclassic.mpds_geosClassicIndicatorInput_ncategory_set)
435
+ categoryValue = property(_geosclassic.mpds_geosClassicIndicatorInput_categoryValue_get, _geosclassic.mpds_geosClassicIndicatorInput_categoryValue_set)
436
+ outputMode = property(_geosclassic.mpds_geosClassicIndicatorInput_outputMode_get, _geosclassic.mpds_geosClassicIndicatorInput_outputMode_set)
437
+ outputImageFileName = property(_geosclassic.mpds_geosClassicIndicatorInput_outputImageFileName_get, _geosclassic.mpds_geosClassicIndicatorInput_outputImageFileName_set)
438
+ outputReportFlag = property(_geosclassic.mpds_geosClassicIndicatorInput_outputReportFlag_get, _geosclassic.mpds_geosClassicIndicatorInput_outputReportFlag_set)
439
+ outputReportFileName = property(_geosclassic.mpds_geosClassicIndicatorInput_outputReportFileName_get, _geosclassic.mpds_geosClassicIndicatorInput_outputReportFileName_set)
440
+ computationMode = property(_geosclassic.mpds_geosClassicIndicatorInput_computationMode_get, _geosclassic.mpds_geosClassicIndicatorInput_computationMode_set)
441
+ covModel = property(_geosclassic.mpds_geosClassicIndicatorInput_covModel_get, _geosclassic.mpds_geosClassicIndicatorInput_covModel_set)
442
+ searchRadius = property(_geosclassic.mpds_geosClassicIndicatorInput_searchRadius_get, _geosclassic.mpds_geosClassicIndicatorInput_searchRadius_set)
443
+ searchRadiusRelative = property(_geosclassic.mpds_geosClassicIndicatorInput_searchRadiusRelative_get, _geosclassic.mpds_geosClassicIndicatorInput_searchRadiusRelative_set)
444
+ nneighborMax = property(_geosclassic.mpds_geosClassicIndicatorInput_nneighborMax_get, _geosclassic.mpds_geosClassicIndicatorInput_nneighborMax_set)
445
+ searchNeighborhoodSortMode = property(_geosclassic.mpds_geosClassicIndicatorInput_searchNeighborhoodSortMode_get, _geosclassic.mpds_geosClassicIndicatorInput_searchNeighborhoodSortMode_set)
446
+ ndataImage = property(_geosclassic.mpds_geosClassicIndicatorInput_ndataImage_get, _geosclassic.mpds_geosClassicIndicatorInput_ndataImage_set)
447
+ dataImage = property(_geosclassic.mpds_geosClassicIndicatorInput_dataImage_get, _geosclassic.mpds_geosClassicIndicatorInput_dataImage_set)
448
+ ndataPointSet = property(_geosclassic.mpds_geosClassicIndicatorInput_ndataPointSet_get, _geosclassic.mpds_geosClassicIndicatorInput_ndataPointSet_set)
449
+ dataPointSet = property(_geosclassic.mpds_geosClassicIndicatorInput_dataPointSet_get, _geosclassic.mpds_geosClassicIndicatorInput_dataPointSet_set)
450
+ maskImageFlag = property(_geosclassic.mpds_geosClassicIndicatorInput_maskImageFlag_get, _geosclassic.mpds_geosClassicIndicatorInput_maskImageFlag_set)
451
+ maskImage = property(_geosclassic.mpds_geosClassicIndicatorInput_maskImage_get, _geosclassic.mpds_geosClassicIndicatorInput_maskImage_set)
452
+ probabilityUsage = property(_geosclassic.mpds_geosClassicIndicatorInput_probabilityUsage_get, _geosclassic.mpds_geosClassicIndicatorInput_probabilityUsage_set)
453
+ probabilityValue = property(_geosclassic.mpds_geosClassicIndicatorInput_probabilityValue_get, _geosclassic.mpds_geosClassicIndicatorInput_probabilityValue_set)
454
+ probabilityImage = property(_geosclassic.mpds_geosClassicIndicatorInput_probabilityImage_get, _geosclassic.mpds_geosClassicIndicatorInput_probabilityImage_set)
455
+ seed = property(_geosclassic.mpds_geosClassicIndicatorInput_seed_get, _geosclassic.mpds_geosClassicIndicatorInput_seed_set)
456
+ seedIncrement = property(_geosclassic.mpds_geosClassicIndicatorInput_seedIncrement_get, _geosclassic.mpds_geosClassicIndicatorInput_seedIncrement_set)
457
+ nrealization = property(_geosclassic.mpds_geosClassicIndicatorInput_nrealization_get, _geosclassic.mpds_geosClassicIndicatorInput_nrealization_set)
458
+
459
+ def __init__(self):
460
+ _geosclassic.mpds_geosClassicIndicatorInput_swiginit(self, _geosclassic.new_mpds_geosClassicIndicatorInput())
461
+ __swig_destroy__ = _geosclassic.delete_mpds_geosClassicIndicatorInput
462
+
463
+ # Register mpds_geosClassicIndicatorInput in _geosclassic:
464
+ _geosclassic.mpds_geosClassicIndicatorInput_swigregister(mpds_geosClassicIndicatorInput)
465
+
466
+
467
+ def MPDSGeosClassicFreeGeosClassicInput(arg1):
468
+ return _geosclassic.MPDSGeosClassicFreeGeosClassicInput(arg1)
469
+
470
+ def MPDSGeosClassicFreeGeosClassicIndicatorInput(arg1):
471
+ return _geosclassic.MPDSGeosClassicFreeGeosClassicIndicatorInput(arg1)
472
+
473
+ def MPDSGeosClassicInitGeosClassicInput(arg1):
474
+ return _geosclassic.MPDSGeosClassicInitGeosClassicInput(arg1)
475
+
476
+ def MPDSGeosClassicInitGeosClassicIndicatorInput(arg1):
477
+ return _geosclassic.MPDSGeosClassicInitGeosClassicIndicatorInput(arg1)
478
+
479
+ def MPDSGeosClassicPrintGeosClassicInput(arg1, arg2, arg3):
480
+ return _geosclassic.MPDSGeosClassicPrintGeosClassicInput(arg1, arg2, arg3)
481
+
482
+ def MPDSGeosClassicPrintGeosClassicIndicatorInput(arg1, arg2, arg3):
483
+ return _geosclassic.MPDSGeosClassicPrintGeosClassicIndicatorInput(arg1, arg2, arg3)
484
+
485
+ def MPDSGeosClassicPrintVersion(arg1, arg2, arg3, arg4, arg5):
486
+ return _geosclassic.MPDSGeosClassicPrintVersion(arg1, arg2, arg3, arg4, arg5)
487
+
488
+ def MPDSGeosClassicValidateGeosClassicInput(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
489
+ return _geosclassic.MPDSGeosClassicValidateGeosClassicInput(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
490
+
491
+ def MPDSGeosClassicValidateGeosClassicIndicatorInput(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
492
+ return _geosclassic.MPDSGeosClassicValidateGeosClassicIndicatorInput(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
493
+ class mpds_geosClassicOutput(object):
494
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
495
+ __repr__ = _swig_repr
496
+ outputImage = property(_geosclassic.mpds_geosClassicOutput_outputImage_get, _geosclassic.mpds_geosClassicOutput_outputImage_set)
497
+
498
+ def __init__(self):
499
+ _geosclassic.mpds_geosClassicOutput_swiginit(self, _geosclassic.new_mpds_geosClassicOutput())
500
+ __swig_destroy__ = _geosclassic.delete_mpds_geosClassicOutput
501
+
502
+ # Register mpds_geosClassicOutput in _geosclassic:
503
+ _geosclassic.mpds_geosClassicOutput_swigregister(mpds_geosClassicOutput)
504
+
505
+
506
+ def MPDSGeosClassicFreeGeosClassicOutput(arg1):
507
+ return _geosclassic.MPDSGeosClassicFreeGeosClassicOutput(arg1)
508
+
509
+ def MPDSGeosClassicInitGeosClassicOutput(arg1):
510
+ return _geosclassic.MPDSGeosClassicInitGeosClassicOutput(arg1)
511
+ class mpds_grid(object):
512
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
513
+ __repr__ = _swig_repr
514
+ nx = property(_geosclassic.mpds_grid_nx_get, _geosclassic.mpds_grid_nx_set)
515
+ ny = property(_geosclassic.mpds_grid_ny_get, _geosclassic.mpds_grid_ny_set)
516
+ nz = property(_geosclassic.mpds_grid_nz_get, _geosclassic.mpds_grid_nz_set)
517
+ sx = property(_geosclassic.mpds_grid_sx_get, _geosclassic.mpds_grid_sx_set)
518
+ sy = property(_geosclassic.mpds_grid_sy_get, _geosclassic.mpds_grid_sy_set)
519
+ sz = property(_geosclassic.mpds_grid_sz_get, _geosclassic.mpds_grid_sz_set)
520
+ ox = property(_geosclassic.mpds_grid_ox_get, _geosclassic.mpds_grid_ox_set)
521
+ oy = property(_geosclassic.mpds_grid_oy_get, _geosclassic.mpds_grid_oy_set)
522
+ oz = property(_geosclassic.mpds_grid_oz_get, _geosclassic.mpds_grid_oz_set)
523
+ nxy = property(_geosclassic.mpds_grid_nxy_get, _geosclassic.mpds_grid_nxy_set)
524
+ nxyz = property(_geosclassic.mpds_grid_nxyz_get, _geosclassic.mpds_grid_nxyz_set)
525
+
526
+ def __init__(self):
527
+ _geosclassic.mpds_grid_swiginit(self, _geosclassic.new_mpds_grid())
528
+ __swig_destroy__ = _geosclassic.delete_mpds_grid
529
+
530
+ # Register mpds_grid in _geosclassic:
531
+ _geosclassic.mpds_grid_swigregister(mpds_grid)
532
+
533
+
534
+ def MPDSCmpGrid(arg1, arg2):
535
+ return _geosclassic.MPDSCmpGrid(arg1, arg2)
536
+
537
+ def MPDSCopyGrid(arg1, arg2):
538
+ return _geosclassic.MPDSCopyGrid(arg1, arg2)
539
+
540
+ def MPDSGridCoordToId(arg1, arg2, arg3, arg4, arg5, arg6):
541
+ return _geosclassic.MPDSGridCoordToId(arg1, arg2, arg3, arg4, arg5, arg6)
542
+
543
+ def MPDSGridIdToCoord(arg1, arg2, arg3, arg4, arg5, arg6):
544
+ return _geosclassic.MPDSGridIdToCoord(arg1, arg2, arg3, arg4, arg5, arg6)
545
+
546
+ def MPDSInitGrid(arg1):
547
+ return _geosclassic.MPDSInitGrid(arg1)
548
+
549
+ def MPDSPrintGrid(arg1, arg2, arg3):
550
+ return _geosclassic.MPDSPrintGrid(arg1, arg2, arg3)
551
+
552
+ def MPDSReadGrid(arg1, arg2):
553
+ return _geosclassic.MPDSReadGrid(arg1, arg2)
554
+
555
+ def MPDSValidateGrid(arg1, arg2):
556
+ return _geosclassic.MPDSValidateGrid(arg1, arg2)
557
+ class mpds_image(object):
558
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
559
+ __repr__ = _swig_repr
560
+ grid = property(_geosclassic.mpds_image_grid_get, _geosclassic.mpds_image_grid_set)
561
+ nvar = property(_geosclassic.mpds_image_nvar_get, _geosclassic.mpds_image_nvar_set)
562
+ nxyzv = property(_geosclassic.mpds_image_nxyzv_get, _geosclassic.mpds_image_nxyzv_set)
563
+ varName = property(_geosclassic.mpds_image_varName_get, _geosclassic.mpds_image_varName_set)
564
+ var = property(_geosclassic.mpds_image_var_get, _geosclassic.mpds_image_var_set)
565
+
566
+ def __init__(self):
567
+ _geosclassic.mpds_image_swiginit(self, _geosclassic.new_mpds_image())
568
+ __swig_destroy__ = _geosclassic.delete_mpds_image
569
+
570
+ # Register mpds_image in _geosclassic:
571
+ _geosclassic.mpds_image_swigregister(mpds_image)
572
+
573
+
574
+ def MPDSCopyImage(arg1, arg2):
575
+ return _geosclassic.MPDSCopyImage(arg1, arg2)
576
+
577
+ def MPDSFreeImage(arg1):
578
+ return _geosclassic.MPDSFreeImage(arg1)
579
+
580
+ def MPDSGetImageOneVarValueIndex(arg1, arg2, arg3, arg4, arg5):
581
+ return _geosclassic.MPDSGetImageOneVarValueIndex(arg1, arg2, arg3, arg4, arg5)
582
+
583
+ def MPDSGetImageNumberVarValueMissing(arg1, arg2):
584
+ return _geosclassic.MPDSGetImageNumberVarValueMissing(arg1, arg2)
585
+
586
+ def MPDSGetImageOneVarValueMean(arg1, arg2, arg3):
587
+ return _geosclassic.MPDSGetImageOneVarValueMean(arg1, arg2, arg3)
588
+
589
+ def MPDSGetImageOneVarValuePdf(arg1, arg2, arg3, arg4, arg5, arg6):
590
+ return _geosclassic.MPDSGetImageOneVarValuePdf(arg1, arg2, arg3, arg4, arg5, arg6)
591
+
592
+ def MPDSGetImageOneVarValueRange(arg1, arg2, arg3, arg4, arg5, arg6):
593
+ return _geosclassic.MPDSGetImageOneVarValueRange(arg1, arg2, arg3, arg4, arg5, arg6)
594
+
595
+ def MPDSGetImageOneVarValueSD(arg1, arg2, arg3, arg4):
596
+ return _geosclassic.MPDSGetImageOneVarValueSD(arg1, arg2, arg3, arg4)
597
+
598
+ def MPDSGetImageVarStats(arg1, arg2, arg3, arg4, arg5, arg6):
599
+ return _geosclassic.MPDSGetImageVarStats(arg1, arg2, arg3, arg4, arg5, arg6)
600
+
601
+ def MPDSGetImageVarStatsLocal(arg1, arg2, arg3, arg4):
602
+ return _geosclassic.MPDSGetImageVarStatsLocal(arg1, arg2, arg3, arg4)
603
+
604
+ def MPDSGetImageVarValueMean(arg1, arg2):
605
+ return _geosclassic.MPDSGetImageVarValueMean(arg1, arg2)
606
+
607
+ def MPDSGetImageVarValuePdf(arg1, arg2, arg3, arg4, arg5):
608
+ return _geosclassic.MPDSGetImageVarValuePdf(arg1, arg2, arg3, arg4, arg5)
609
+
610
+ def MPDSGetImageVarValueRange(arg1, arg2, arg3, arg4, arg5):
611
+ return _geosclassic.MPDSGetImageVarValueRange(arg1, arg2, arg3, arg4, arg5)
612
+
613
+ def MPDSGetImageVarValueSD(arg1, arg2, arg3):
614
+ return _geosclassic.MPDSGetImageVarValueSD(arg1, arg2, arg3)
615
+
616
+ def MPDSGetImageVarVectorMissing(arg1, arg2, arg3):
617
+ return _geosclassic.MPDSGetImageVarVectorMissing(arg1, arg2, arg3)
618
+
619
+ def MPDSGetNImageOneVarValuePdf(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
620
+ return _geosclassic.MPDSGetNImageOneVarValuePdf(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
621
+
622
+ def MPDSGetNImageVarValuePdf(arg1, arg2, arg3, arg4, arg5, arg6):
623
+ return _geosclassic.MPDSGetNImageVarValuePdf(arg1, arg2, arg3, arg4, arg5, arg6)
624
+
625
+ def MPDSImageEE(arg1):
626
+ return _geosclassic.MPDSImageEE(arg1)
627
+
628
+ def MPDSImageToImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
629
+ return _geosclassic.MPDSImageToImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
630
+
631
+ def MPDSInitImage(arg1):
632
+ return _geosclassic.MPDSInitImage(arg1)
633
+
634
+ def MPDSMallocImage(arg1, arg2, arg3):
635
+ return _geosclassic.MPDSMallocImage(arg1, arg2, arg3)
636
+
637
+ def MPDSPrintImage(arg1, arg2, arg3):
638
+ return _geosclassic.MPDSPrintImage(arg1, arg2, arg3)
639
+
640
+ def MPDSPrintImageInfo(arg1, arg2, arg3, arg4):
641
+ return _geosclassic.MPDSPrintImageInfo(arg1, arg2, arg3, arg4)
642
+
643
+ def MPDSReadImage(arg1, arg2, arg3):
644
+ return _geosclassic.MPDSReadImage(arg1, arg2, arg3)
645
+
646
+ def MPDSReadImageGslibBinary(arg1, arg2):
647
+ return _geosclassic.MPDSReadImageGslibBinary(arg1, arg2)
648
+
649
+ def MPDSTransformLinearImageVar(arg1, arg2, arg3, arg4):
650
+ return _geosclassic.MPDSTransformLinearImageVar(arg1, arg2, arg3, arg4)
651
+
652
+ def MPDSTransformExplicitImageVar(arg1, arg2, arg3, arg4, arg5):
653
+ return _geosclassic.MPDSTransformExplicitImageVar(arg1, arg2, arg3, arg4, arg5)
654
+
655
+ def MPDSValidateImage(arg1, arg2, arg3):
656
+ return _geosclassic.MPDSValidateImage(arg1, arg2, arg3)
657
+
658
+ def MPDSWriteImage(arg1, arg2, arg3, arg4):
659
+ return _geosclassic.MPDSWriteImage(arg1, arg2, arg3, arg4)
660
+
661
+ def MPDSWriteImageGslibBinary(arg1, arg2):
662
+ return _geosclassic.MPDSWriteImageGslibBinary(arg1, arg2)
663
+
664
+ def MPDSFindLink(arg1, arg2):
665
+ return _geosclassic.MPDSFindLink(arg1, arg2)
666
+
667
+ def MPDSImageConnectivityEulerNumber(arg1, arg2, arg3):
668
+ return _geosclassic.MPDSImageConnectivityEulerNumber(arg1, arg2, arg3)
669
+
670
+ def MPDSImageConnectivityFunction0(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
671
+ return _geosclassic.MPDSImageConnectivityFunction0(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
672
+
673
+ def MPDSImageConnectivityFunction1(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
674
+ return _geosclassic.MPDSImageConnectivityFunction1(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
675
+
676
+ def MPDSImageConnectivityFunction2(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
677
+ return _geosclassic.MPDSImageConnectivityFunction2(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
678
+
679
+ def MPDSImageConnectivityGlobalIndicator(arg1, arg2, arg3, arg4, arg5, arg6):
680
+ return _geosclassic.MPDSImageConnectivityGlobalIndicator(arg1, arg2, arg3, arg4, arg5, arg6)
681
+
682
+ def MPDSImageConnectivity6EulerNumberCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
683
+ return _geosclassic.MPDSImageConnectivity6EulerNumberCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
684
+
685
+ def MPDSImageConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
686
+ return _geosclassic.MPDSImageConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
687
+
688
+ def MPDSImageConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
689
+ return _geosclassic.MPDSImageConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
690
+
691
+ def MPDSImageConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
692
+ return _geosclassic.MPDSImageConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
693
+
694
+ def MPDSImageCorrelogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
695
+ return _geosclassic.MPDSImageCorrelogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
696
+
697
+ def MPDSImageCovariance(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
698
+ return _geosclassic.MPDSImageCovariance(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
699
+
700
+ def MPDSImageCovarianceNotCentred(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
701
+ return _geosclassic.MPDSImageCovarianceNotCentred(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
702
+
703
+ def MPDSImageDilate(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
704
+ return _geosclassic.MPDSImageDilate(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
705
+
706
+ def MPDSImageDistanceByDilation(arg1, arg2, arg3, arg4, arg5, arg6):
707
+ return _geosclassic.MPDSImageDistanceByDilation(arg1, arg2, arg3, arg4, arg5, arg6)
708
+
709
+ def MPDSImageDistanceEuclidean(arg1, arg2):
710
+ return _geosclassic.MPDSImageDistanceEuclidean(arg1, arg2)
711
+
712
+ def MPDSImageDistanceEuclideanBruteForce(arg1, arg2, arg3):
713
+ return _geosclassic.MPDSImageDistanceEuclideanBruteForce(arg1, arg2, arg3)
714
+
715
+ def MPDSImageDistanceEuclideanSign(arg1, arg2):
716
+ return _geosclassic.MPDSImageDistanceEuclideanSign(arg1, arg2)
717
+
718
+ def MPDSImageDistanceEuclideanConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
719
+ return _geosclassic.MPDSImageDistanceEuclideanConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
720
+
721
+ def MPDSImageDistanceEuclideanConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
722
+ return _geosclassic.MPDSImageDistanceEuclideanConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
723
+
724
+ def MPDSImageDistanceEuclideanConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
725
+ return _geosclassic.MPDSImageDistanceEuclideanConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
726
+
727
+ def MPDSImageDistanceL1(arg1, arg2):
728
+ return _geosclassic.MPDSImageDistanceL1(arg1, arg2)
729
+
730
+ def MPDSImageDistanceL1BruteForce(arg1, arg2, arg3):
731
+ return _geosclassic.MPDSImageDistanceL1BruteForce(arg1, arg2, arg3)
732
+
733
+ def MPDSImageDistanceL1Connectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
734
+ return _geosclassic.MPDSImageDistanceL1Connectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
735
+
736
+ def MPDSImageDistanceL1Connectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
737
+ return _geosclassic.MPDSImageDistanceL1Connectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
738
+
739
+ def MPDSImageDistanceL1Connectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
740
+ return _geosclassic.MPDSImageDistanceL1Connectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
741
+
742
+ def MPDSImageDistanceL1Sign(arg1, arg2):
743
+ return _geosclassic.MPDSImageDistanceL1Sign(arg1, arg2)
744
+
745
+ def MPDSImageErode(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
746
+ return _geosclassic.MPDSImageErode(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
747
+
748
+ def MPDSImageExtract1D(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
749
+ return _geosclassic.MPDSImageExtract1D(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
750
+
751
+ def MPDSImageExtract2D(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
752
+ return _geosclassic.MPDSImageExtract2D(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
753
+
754
+ def MPDSImageExtract3D(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17):
755
+ return _geosclassic.MPDSImageExtract3D(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17)
756
+
757
+ def MPDSImageGeobody6(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
758
+ return _geosclassic.MPDSImageGeobody6(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
759
+
760
+ def MPDSImageGeobody18(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
761
+ return _geosclassic.MPDSImageGeobody18(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
762
+
763
+ def MPDSImageGeobody26(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
764
+ return _geosclassic.MPDSImageGeobody26(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
765
+
766
+ def MPDSImageGeobodySize(arg1, arg2, arg3, arg4, arg5, arg6):
767
+ return _geosclassic.MPDSImageGeobodySize(arg1, arg2, arg3, arg4, arg5, arg6)
768
+
769
+ def MPDSImageGeobody6Vector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
770
+ return _geosclassic.MPDSImageGeobody6Vector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
771
+
772
+ def MPDSImageGeobody18Vector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
773
+ return _geosclassic.MPDSImageGeobody18Vector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
774
+
775
+ def MPDSImageGeobody26Vector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
776
+ return _geosclassic.MPDSImageGeobody26Vector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
777
+
778
+ def MPDSImageIndicator(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
779
+ return _geosclassic.MPDSImageIndicator(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
780
+
781
+ def MPDSImageIndicatorVector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
782
+ return _geosclassic.MPDSImageIndicatorVector(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
783
+
784
+ def MPDSImageMaxGeobody6SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
785
+ return _geosclassic.MPDSImageMaxGeobody6SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
786
+
787
+ def MPDSImageMaxGeobody18SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
788
+ return _geosclassic.MPDSImageMaxGeobody18SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
789
+
790
+ def MPDSImageMaxGeobody26SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
791
+ return _geosclassic.MPDSImageMaxGeobody26SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
792
+
793
+ def MPDSImagePyramidExpand(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
794
+ return _geosclassic.MPDSImagePyramidExpand(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
795
+
796
+ def MPDSImagePyramidReduce(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
797
+ return _geosclassic.MPDSImagePyramidReduce(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
798
+
799
+ def MPDSImageTransiogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
800
+ return _geosclassic.MPDSImageTransiogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
801
+
802
+ def MPDSImageVariogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13):
803
+ return _geosclassic.MPDSImageVariogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13)
804
+
805
+ def MPDSMovingBoxAverageImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
806
+ return _geosclassic.MPDSMovingBoxAverageImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
807
+
808
+ def MPDSMovingSearchNeighborhoodAverageImage(arg1, arg2, arg3, arg4, arg5, arg6):
809
+ return _geosclassic.MPDSMovingSearchNeighborhoodAverageImage(arg1, arg2, arg3, arg4, arg5, arg6)
810
+
811
+ def MPDSResizeImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
812
+ return _geosclassic.MPDSResizeImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
813
+ class mpds_pointSet(object):
814
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
815
+ __repr__ = _swig_repr
816
+ npoint = property(_geosclassic.mpds_pointSet_npoint_get, _geosclassic.mpds_pointSet_npoint_set)
817
+ x = property(_geosclassic.mpds_pointSet_x_get, _geosclassic.mpds_pointSet_x_set)
818
+ y = property(_geosclassic.mpds_pointSet_y_get, _geosclassic.mpds_pointSet_y_set)
819
+ z = property(_geosclassic.mpds_pointSet_z_get, _geosclassic.mpds_pointSet_z_set)
820
+ nvar = property(_geosclassic.mpds_pointSet_nvar_get, _geosclassic.mpds_pointSet_nvar_set)
821
+ varName = property(_geosclassic.mpds_pointSet_varName_get, _geosclassic.mpds_pointSet_varName_set)
822
+ var = property(_geosclassic.mpds_pointSet_var_get, _geosclassic.mpds_pointSet_var_set)
823
+
824
+ def __init__(self):
825
+ _geosclassic.mpds_pointSet_swiginit(self, _geosclassic.new_mpds_pointSet())
826
+ __swig_destroy__ = _geosclassic.delete_mpds_pointSet
827
+
828
+ # Register mpds_pointSet in _geosclassic:
829
+ _geosclassic.mpds_pointSet_swigregister(mpds_pointSet)
830
+
831
+
832
+ def MPDSCopyPointSet(arg1, arg2):
833
+ return _geosclassic.MPDSCopyPointSet(arg1, arg2)
834
+
835
+ def MPDSFreePointSet(arg1):
836
+ return _geosclassic.MPDSFreePointSet(arg1)
837
+
838
+ def MPDSGetIndexInGridForPointSet(arg1, arg2, arg3, arg4):
839
+ return _geosclassic.MPDSGetIndexInGridForPointSet(arg1, arg2, arg3, arg4)
840
+
841
+ def MPDSGetPointSetInfo(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18):
842
+ return _geosclassic.MPDSGetPointSetInfo(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18)
843
+
844
+ def MPDSGetXYZIndexInGridForPointSet(arg1, arg2, arg3, arg4, arg5, arg6):
845
+ return _geosclassic.MPDSGetXYZIndexInGridForPointSet(arg1, arg2, arg3, arg4, arg5, arg6)
846
+
847
+ def MPDSImageToPointSet(arg1, arg2):
848
+ return _geosclassic.MPDSImageToPointSet(arg1, arg2)
849
+
850
+ def MPDSInitPointSet(arg1):
851
+ return _geosclassic.MPDSInitPointSet(arg1)
852
+
853
+ def MPDSMallocPointSet(arg1, arg2, arg3):
854
+ return _geosclassic.MPDSMallocPointSet(arg1, arg2, arg3)
855
+
856
+ def MPDSPointSetToImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11):
857
+ return _geosclassic.MPDSPointSetToImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
858
+
859
+ def MPDSPrintPointSet(arg1, arg2, arg3):
860
+ return _geosclassic.MPDSPrintPointSet(arg1, arg2, arg3)
861
+
862
+ def MPDSPrintPointSetInfo(arg1, arg2, arg3):
863
+ return _geosclassic.MPDSPrintPointSetInfo(arg1, arg2, arg3)
864
+
865
+ def MPDSReadPointSet(arg1, arg2):
866
+ return _geosclassic.MPDSReadPointSet(arg1, arg2)
867
+
868
+ def MPDSValidatePointSet(arg1, arg2):
869
+ return _geosclassic.MPDSValidatePointSet(arg1, arg2)
870
+
871
+ def MPDSWritePointSet(arg1, arg2, arg3, arg4):
872
+ return _geosclassic.MPDSWritePointSet(arg1, arg2, arg3, arg4)
873
+ MPDS_WARNING_MSG_00001 = _geosclassic.MPDS_WARNING_MSG_00001
874
+ MPDS_WARNING_MSG_00002 = _geosclassic.MPDS_WARNING_MSG_00002
875
+ MPDS_WARNING_MSG_00003 = _geosclassic.MPDS_WARNING_MSG_00003
876
+ MPDS_WARNING_MSG_00010 = _geosclassic.MPDS_WARNING_MSG_00010
877
+ MPDS_WARNING_MSG_00012 = _geosclassic.MPDS_WARNING_MSG_00012
878
+ MPDS_WARNING_MSG_00014 = _geosclassic.MPDS_WARNING_MSG_00014
879
+ MPDS_WARNING_MSG_00020 = _geosclassic.MPDS_WARNING_MSG_00020
880
+ MPDS_WARNING_MSG_00021 = _geosclassic.MPDS_WARNING_MSG_00021
881
+ MPDS_WARNING_MSG_00025 = _geosclassic.MPDS_WARNING_MSG_00025
882
+ MPDS_WARNING_MSG_00027 = _geosclassic.MPDS_WARNING_MSG_00027
883
+ MPDS_WARNING_MSG_00026 = _geosclassic.MPDS_WARNING_MSG_00026
884
+ MPDS_WARNING_MSG_00030 = _geosclassic.MPDS_WARNING_MSG_00030
885
+ MPDS_WARNING_MSG_00031 = _geosclassic.MPDS_WARNING_MSG_00031
886
+ MPDS_WARNING_MSG_00032 = _geosclassic.MPDS_WARNING_MSG_00032
887
+ MPDS_WARNING_MSG_00033 = _geosclassic.MPDS_WARNING_MSG_00033
888
+ MPDS_WARNING_MSG_00034 = _geosclassic.MPDS_WARNING_MSG_00034
889
+ MPDS_WARNING_MSG_00035 = _geosclassic.MPDS_WARNING_MSG_00035
890
+ MPDS_WARNING_MSG_00036 = _geosclassic.MPDS_WARNING_MSG_00036
891
+ MPDS_WARNING_MSG_00038 = _geosclassic.MPDS_WARNING_MSG_00038
892
+ MPDS_WARNING_MSG_00039 = _geosclassic.MPDS_WARNING_MSG_00039
893
+ MPDS_WARNING_MSG_00040 = _geosclassic.MPDS_WARNING_MSG_00040
894
+ MPDS_WARNING_MSG_00041 = _geosclassic.MPDS_WARNING_MSG_00041
895
+ MPDS_WARNING_MSG_00042 = _geosclassic.MPDS_WARNING_MSG_00042
896
+ MPDS_WARNING_MSG_00043 = _geosclassic.MPDS_WARNING_MSG_00043
897
+ MPDS_WARNING_MSG_00044 = _geosclassic.MPDS_WARNING_MSG_00044
898
+ MPDS_WARNING_MSG_00045 = _geosclassic.MPDS_WARNING_MSG_00045
899
+ MPDS_WARNING_MSG_00046 = _geosclassic.MPDS_WARNING_MSG_00046
900
+ MPDS_WARNING_MSG_00049 = _geosclassic.MPDS_WARNING_MSG_00049
901
+ MPDS_WARNING_MSG_00050 = _geosclassic.MPDS_WARNING_MSG_00050
902
+ MPDS_WARNING_MSG_00051 = _geosclassic.MPDS_WARNING_MSG_00051
903
+ MPDS_WARNING_MSG_00055 = _geosclassic.MPDS_WARNING_MSG_00055
904
+ MPDS_WARNING_MSG_00060 = _geosclassic.MPDS_WARNING_MSG_00060
905
+ MPDS_WARNING_MSG_00061 = _geosclassic.MPDS_WARNING_MSG_00061
906
+ MPDS_WARNING_MSG_00062 = _geosclassic.MPDS_WARNING_MSG_00062
907
+ MPDS_WARNING_MSG_00063 = _geosclassic.MPDS_WARNING_MSG_00063
908
+ MPDS_WARNING_MSG_00065 = _geosclassic.MPDS_WARNING_MSG_00065
909
+ MPDS_WARNING_MSG_00066 = _geosclassic.MPDS_WARNING_MSG_00066
910
+ MPDS_WARNING_MSG_00070 = _geosclassic.MPDS_WARNING_MSG_00070
911
+ MPDS_WARNING_MSG_00071 = _geosclassic.MPDS_WARNING_MSG_00071
912
+ MPDS_WARNING_MSG_00075 = _geosclassic.MPDS_WARNING_MSG_00075
913
+ MPDS_WARNING_MSG_00076 = _geosclassic.MPDS_WARNING_MSG_00076
914
+ MPDS_WARNING_MSG_00077 = _geosclassic.MPDS_WARNING_MSG_00077
915
+ MPDS_WARNING_MSG_00078 = _geosclassic.MPDS_WARNING_MSG_00078
916
+ MPDS_WARNING_MSG_00080 = _geosclassic.MPDS_WARNING_MSG_00080
917
+ MPDS_WARNING_MSG_00085 = _geosclassic.MPDS_WARNING_MSG_00085
918
+ MPDS_WARNING_MSG_00090 = _geosclassic.MPDS_WARNING_MSG_00090
919
+ MPDS_WARNING_MSG_00100 = _geosclassic.MPDS_WARNING_MSG_00100
920
+ MPDS_WARNING_MSG_00111 = _geosclassic.MPDS_WARNING_MSG_00111
921
+ MPDS_WARNING_MSG_00115 = _geosclassic.MPDS_WARNING_MSG_00115
922
+ MPDS_WARNING_MSG_00120 = _geosclassic.MPDS_WARNING_MSG_00120
923
+ MPDS_WARNING_MSG_00143 = _geosclassic.MPDS_WARNING_MSG_00143
924
+ MPDS_WARNING_MSG_00144 = _geosclassic.MPDS_WARNING_MSG_00144
925
+ MPDS_WARNING_MSG_00145 = _geosclassic.MPDS_WARNING_MSG_00145
926
+ MPDS_WARNING_MSG_00146 = _geosclassic.MPDS_WARNING_MSG_00146
927
+ MPDS_WARNING_MSG_00150 = _geosclassic.MPDS_WARNING_MSG_00150
928
+ MPDS_WARNING_MSG_00160 = _geosclassic.MPDS_WARNING_MSG_00160
929
+ MPDS_WARNING_MSG_00210 = _geosclassic.MPDS_WARNING_MSG_00210
930
+ MPDS_WARNING_MSG_00212 = _geosclassic.MPDS_WARNING_MSG_00212
931
+ MPDS_WARNING_MSG_00214 = _geosclassic.MPDS_WARNING_MSG_00214
932
+ MPDS_WARNING_MSG_01010 = _geosclassic.MPDS_WARNING_MSG_01010
933
+ MPDS_WARNING_MSG_01011 = _geosclassic.MPDS_WARNING_MSG_01011
934
+ MPDS_WARNING_MSG_01012 = _geosclassic.MPDS_WARNING_MSG_01012
935
+ MPDS_WARNING_MSG_01013 = _geosclassic.MPDS_WARNING_MSG_01013
936
+ MPDS_WARNING_MSG_01014 = _geosclassic.MPDS_WARNING_MSG_01014
937
+ MPDS_WARNING_MSG_01015 = _geosclassic.MPDS_WARNING_MSG_01015
938
+ MPDS_WARNING_MSG_02001 = _geosclassic.MPDS_WARNING_MSG_02001
939
+ MPDS_WARNING_MSG_02002 = _geosclassic.MPDS_WARNING_MSG_02002
940
+ MPDS_WARNING_MSG_02003 = _geosclassic.MPDS_WARNING_MSG_02003
941
+ MPDS_WARNING_MSG_02005 = _geosclassic.MPDS_WARNING_MSG_02005
942
+ MPDS_WARNING_MSG_02012 = _geosclassic.MPDS_WARNING_MSG_02012
943
+ MPDS_WARNING_MSG_02015 = _geosclassic.MPDS_WARNING_MSG_02015
944
+ MPDS_WARNING_MSG_02016 = _geosclassic.MPDS_WARNING_MSG_02016
945
+ MPDS_WARNING_MSG_02017 = _geosclassic.MPDS_WARNING_MSG_02017
946
+ MPDS_WARNING_MSG_02020 = _geosclassic.MPDS_WARNING_MSG_02020
947
+ MPDS_WARNING_MSG_05011 = _geosclassic.MPDS_WARNING_MSG_05011
948
+ MPDS_WARNING_MSG_05030 = _geosclassic.MPDS_WARNING_MSG_05030
949
+ MPDS_WARNING_MSG_05044 = _geosclassic.MPDS_WARNING_MSG_05044
950
+ MPDS_WARNING_MSG_05045 = _geosclassic.MPDS_WARNING_MSG_05045
951
+ MPDS_WARNING_MSG_05125 = _geosclassic.MPDS_WARNING_MSG_05125
952
+ MPDS_WARNING_MSG_05127 = _geosclassic.MPDS_WARNING_MSG_05127
953
+ MPDS_WARNING_MSG_05126 = _geosclassic.MPDS_WARNING_MSG_05126
954
+ MPDS_WARNING_MSG_05100 = _geosclassic.MPDS_WARNING_MSG_05100
955
+ MPDS_WARNING_MSG_05101 = _geosclassic.MPDS_WARNING_MSG_05101
956
+ MPDS_WARNING_MSG_05102 = _geosclassic.MPDS_WARNING_MSG_05102
957
+ MPDS_WARNING_MSG_05103 = _geosclassic.MPDS_WARNING_MSG_05103
958
+ MPDS_WARNING_MSG_05104 = _geosclassic.MPDS_WARNING_MSG_05104
959
+ MPDS_WARNING_MSG_05105 = _geosclassic.MPDS_WARNING_MSG_05105
960
+ MPDS_WARNING_MSG_05120 = _geosclassic.MPDS_WARNING_MSG_05120
961
+ MPDS_WARNING_MSG_05130 = _geosclassic.MPDS_WARNING_MSG_05130
962
+ MPDS_WARNING_MSG_05131 = _geosclassic.MPDS_WARNING_MSG_05131
963
+ MPDS_WARNING_MSG_05200 = _geosclassic.MPDS_WARNING_MSG_05200
964
+ MPDS_WARNING_MSG_06830 = _geosclassic.MPDS_WARNING_MSG_06830
965
+ MPDS_WARNING_MSG_06835 = _geosclassic.MPDS_WARNING_MSG_06835
966
+ MPDS_WARNING_MSG_06836 = _geosclassic.MPDS_WARNING_MSG_06836
967
+ MPDS_WARNING_MSG_06837 = _geosclassic.MPDS_WARNING_MSG_06837
968
+ MPDS_WARNING_MSG_06838 = _geosclassic.MPDS_WARNING_MSG_06838
969
+ MPDS_WARNING_MSG_06839 = _geosclassic.MPDS_WARNING_MSG_06839
970
+ MPDS_WARNING_MSG_06840 = _geosclassic.MPDS_WARNING_MSG_06840
971
+ MPDS_WARNING_MSG_08001 = _geosclassic.MPDS_WARNING_MSG_08001
972
+ MPDS_WARNING_MSG_99998 = _geosclassic.MPDS_WARNING_MSG_99998
973
+ MPDS_MAX_NWARNING = _geosclassic.MPDS_MAX_NWARNING
974
+ MPDS_SHOW_PROGRESS_MONITOR = _geosclassic.MPDS_SHOW_PROGRESS_MONITOR
975
+ MPDS_MAX_PROGRESS_NAME_LENGTH = _geosclassic.MPDS_MAX_PROGRESS_NAME_LENGTH
976
+ class mpds_progressMonitor(object):
977
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
978
+ __repr__ = _swig_repr
979
+ progressName = property(_geosclassic.mpds_progressMonitor_progressName_get, _geosclassic.mpds_progressMonitor_progressName_set)
980
+ warningNumber = property(_geosclassic.mpds_progressMonitor_warningNumber_get, _geosclassic.mpds_progressMonitor_warningNumber_set)
981
+ nrealization = property(_geosclassic.mpds_progressMonitor_nrealization_get, _geosclassic.mpds_progressMonitor_nrealization_set)
982
+ currentRealization = property(_geosclassic.mpds_progressMonitor_currentRealization_get, _geosclassic.mpds_progressMonitor_currentRealization_set)
983
+ currentRealizationProgress = property(_geosclassic.mpds_progressMonitor_currentRealizationProgress_get, _geosclassic.mpds_progressMonitor_currentRealizationProgress_set)
984
+ allRealizationProgress = property(_geosclassic.mpds_progressMonitor_allRealizationProgress_get, _geosclassic.mpds_progressMonitor_allRealizationProgress_set)
985
+ abortedJobFlag = property(_geosclassic.mpds_progressMonitor_abortedJobFlag_get, _geosclassic.mpds_progressMonitor_abortedJobFlag_set)
986
+ warningNumberList = property(_geosclassic.mpds_progressMonitor_warningNumberList_get, _geosclassic.mpds_progressMonitor_warningNumberList_set)
987
+ nwarningNumber = property(_geosclassic.mpds_progressMonitor_nwarningNumber_get, _geosclassic.mpds_progressMonitor_nwarningNumber_set)
988
+ nwarning = property(_geosclassic.mpds_progressMonitor_nwarning_get, _geosclassic.mpds_progressMonitor_nwarning_set)
989
+
990
+ def __init__(self):
991
+ _geosclassic.mpds_progressMonitor_swiginit(self, _geosclassic.new_mpds_progressMonitor())
992
+ __swig_destroy__ = _geosclassic.delete_mpds_progressMonitor
993
+
994
+ # Register mpds_progressMonitor in _geosclassic:
995
+ _geosclassic.mpds_progressMonitor_swigregister(mpds_progressMonitor)
996
+
997
+
998
+ def MPDSGetWarningMessage(arg1):
999
+ return _geosclassic.MPDSGetWarningMessage(arg1)
1000
+
1001
+ def MPDSInitProgressMonitor(arg1):
1002
+ return _geosclassic.MPDSInitProgressMonitor(arg1)
1003
+
1004
+ def MPDSUpdateProgressMonitor0(arg1):
1005
+ return _geosclassic.MPDSUpdateProgressMonitor0(arg1)
1006
+
1007
+ def MPDSUpdateProgressMonitor1(arg1):
1008
+ return _geosclassic.MPDSUpdateProgressMonitor1(arg1)
1009
+
1010
+ def MPDSUpdateProgressMonitor1GI(arg1):
1011
+ return _geosclassic.MPDSUpdateProgressMonitor1GI(arg1)
1012
+
1013
+ def MPDSUpdateProgressMonitor2(arg1):
1014
+ return _geosclassic.MPDSUpdateProgressMonitor2(arg1)
1015
+
1016
+ def MPDSUpdateProgressMonitor2GI(arg1):
1017
+ return _geosclassic.MPDSUpdateProgressMonitor2GI(arg1)
1018
+
1019
+ def MPDSUpdateProgressMonitor3(arg1):
1020
+ return _geosclassic.MPDSUpdateProgressMonitor3(arg1)
1021
+
1022
+ def MPDSUpdateProgressMonitor3GI(arg1):
1023
+ return _geosclassic.MPDSUpdateProgressMonitor3GI(arg1)
1024
+
1025
+ def MPDSUpdateProgressMonitor4(arg1):
1026
+ return _geosclassic.MPDSUpdateProgressMonitor4(arg1)
1027
+
1028
+ def MPDSUpdateProgressMonitor4GI(arg1):
1029
+ return _geosclassic.MPDSUpdateProgressMonitor4GI(arg1)
1030
+
1031
+ def MPDSOMPGeosClassicSim(arg1, arg2, arg3, arg4, arg5):
1032
+ return _geosclassic.MPDSOMPGeosClassicSim(arg1, arg2, arg3, arg4, arg5)
1033
+
1034
+ def MPDSOMPGeosClassicIndicatorSim(arg1, arg2, arg3, arg4, arg5):
1035
+ return _geosclassic.MPDSOMPGeosClassicIndicatorSim(arg1, arg2, arg3, arg4, arg5)
1036
+
1037
+ def MPDSOMPGeosClassicIndicatorSimEstimation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22):
1038
+ return _geosclassic.MPDSOMPGeosClassicIndicatorSimEstimation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22)
1039
+
1040
+ def MPDSOMPGeosClassicIndicatorSimSimulation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23):
1041
+ return _geosclassic.MPDSOMPGeosClassicIndicatorSimSimulation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23)
1042
+
1043
+ def MPDSOMPGeosClassicSimEstimation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23):
1044
+ return _geosclassic.MPDSOMPGeosClassicSimEstimation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23)
1045
+
1046
+ def MPDSOMPGeosClassicSimEstimationUniqueSN(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16):
1047
+ return _geosclassic.MPDSOMPGeosClassicSimEstimationUniqueSN(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16)
1048
+
1049
+ def MPDSOMPGeosClassicSimSimulation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28):
1050
+ return _geosclassic.MPDSOMPGeosClassicSimSimulation(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28)
1051
+
1052
+ def MPDSOMPImageConnectivityEulerNumber(arg1, arg2, arg3, arg4):
1053
+ return _geosclassic.MPDSOMPImageConnectivityEulerNumber(arg1, arg2, arg3, arg4)
1054
+
1055
+ def MPDSOMPImageConnectivityFunction0(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1056
+ return _geosclassic.MPDSOMPImageConnectivityFunction0(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1057
+
1058
+ def MPDSOMPImageConnectivityFunction1(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1059
+ return _geosclassic.MPDSOMPImageConnectivityFunction1(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1060
+
1061
+ def MPDSOMPImageConnectivityFunction2(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1062
+ return _geosclassic.MPDSOMPImageConnectivityFunction2(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1063
+
1064
+ def MPDSOMPImageConnectivityGlobalIndicator(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
1065
+ return _geosclassic.MPDSOMPImageConnectivityGlobalIndicator(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
1066
+
1067
+ def MPDSOMPImageConnectivity6EulerNumberCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1068
+ return _geosclassic.MPDSOMPImageConnectivity6EulerNumberCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1069
+
1070
+ def MPDSOMPImageConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1071
+ return _geosclassic.MPDSOMPImageConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1072
+
1073
+ def MPDSOMPImageConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1074
+ return _geosclassic.MPDSOMPImageConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1075
+
1076
+ def MPDSOMPImageConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1077
+ return _geosclassic.MPDSOMPImageConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1078
+
1079
+ def MPDSOMPImageCorrelogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1080
+ return _geosclassic.MPDSOMPImageCorrelogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1081
+
1082
+ def MPDSOMPImageCovariance(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1083
+ return _geosclassic.MPDSOMPImageCovariance(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1084
+
1085
+ def MPDSOMPImageCovarianceNotCentred(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1086
+ return _geosclassic.MPDSOMPImageCovarianceNotCentred(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1087
+
1088
+ def MPDSOMPImageDilate(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1089
+ return _geosclassic.MPDSOMPImageDilate(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1090
+
1091
+ def MPDSOMPImageDistanceEuclidean(arg1, arg2, arg3):
1092
+ return _geosclassic.MPDSOMPImageDistanceEuclidean(arg1, arg2, arg3)
1093
+
1094
+ def MPDSOMPImageDistanceEuclideanConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
1095
+ return _geosclassic.MPDSOMPImageDistanceEuclideanConnectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
1096
+
1097
+ def MPDSOMPImageDistanceEuclideanConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
1098
+ return _geosclassic.MPDSOMPImageDistanceEuclideanConnectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
1099
+
1100
+ def MPDSOMPImageDistanceEuclideanConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
1101
+ return _geosclassic.MPDSOMPImageDistanceEuclideanConnectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
1102
+
1103
+ def MPDSOMPImageDistanceEuclideanSign(arg1, arg2, arg3):
1104
+ return _geosclassic.MPDSOMPImageDistanceEuclideanSign(arg1, arg2, arg3)
1105
+
1106
+ def MPDSOMPImageDistanceL1(arg1, arg2, arg3):
1107
+ return _geosclassic.MPDSOMPImageDistanceL1(arg1, arg2, arg3)
1108
+
1109
+ def MPDSOMPImageDistanceL1Connectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
1110
+ return _geosclassic.MPDSOMPImageDistanceL1Connectivity6GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
1111
+
1112
+ def MPDSOMPImageDistanceL1Connectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
1113
+ return _geosclassic.MPDSOMPImageDistanceL1Connectivity18GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
1114
+
1115
+ def MPDSOMPImageDistanceL1Connectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8):
1116
+ return _geosclassic.MPDSOMPImageDistanceL1Connectivity26GlobalIndicatorCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
1117
+
1118
+ def MPDSOMPImageDistanceL1Sign(arg1, arg2, arg3):
1119
+ return _geosclassic.MPDSOMPImageDistanceL1Sign(arg1, arg2, arg3)
1120
+
1121
+ def MPDSOMPImageErode(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1122
+ return _geosclassic.MPDSOMPImageErode(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1123
+
1124
+ def MPDSOMPImageIndicator(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11):
1125
+ return _geosclassic.MPDSOMPImageIndicator(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
1126
+
1127
+ def MPDSOMPImageMaxGeobody6SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11):
1128
+ return _geosclassic.MPDSOMPImageMaxGeobody6SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
1129
+
1130
+ def MPDSOMPImageMaxGeobody18SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11):
1131
+ return _geosclassic.MPDSOMPImageMaxGeobody18SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
1132
+
1133
+ def MPDSOMPImageMaxGeobody26SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11):
1134
+ return _geosclassic.MPDSOMPImageMaxGeobody26SizeCurve(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11)
1135
+
1136
+ def MPDSOMPImagePyramidExpand(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
1137
+ return _geosclassic.MPDSOMPImagePyramidExpand(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
1138
+
1139
+ def MPDSOMPImagePyramidReduce(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10):
1140
+ return _geosclassic.MPDSOMPImagePyramidReduce(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10)
1141
+
1142
+ def MPDSOMPImageTransiogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1143
+ return _geosclassic.MPDSOMPImageTransiogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1144
+
1145
+ def MPDSOMPImageVariogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14):
1146
+ return _geosclassic.MPDSOMPImageVariogram(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14)
1147
+
1148
+ def MPDSOMPMovingBoxAverageImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9):
1149
+ return _geosclassic.MPDSOMPMovingBoxAverageImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
1150
+
1151
+ def MPDSOMPMovingSearchNeighborhoodAverageImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7):
1152
+ return _geosclassic.MPDSOMPMovingSearchNeighborhoodAverageImage(arg1, arg2, arg3, arg4, arg5, arg6, arg7)
1153
+
1154
+ def new_int_array(nelements):
1155
+ return _geosclassic.new_int_array(nelements)
1156
+
1157
+ def delete_int_array(ary):
1158
+ return _geosclassic.delete_int_array(ary)
1159
+
1160
+ def int_array_getitem(ary, index):
1161
+ return _geosclassic.int_array_getitem(ary, index)
1162
+
1163
+ def int_array_setitem(ary, index, value):
1164
+ return _geosclassic.int_array_setitem(ary, index, value)
1165
+
1166
+ def new_intp_array(nelements):
1167
+ return _geosclassic.new_intp_array(nelements)
1168
+
1169
+ def delete_intp_array(ary):
1170
+ return _geosclassic.delete_intp_array(ary)
1171
+
1172
+ def intp_array_getitem(ary, index):
1173
+ return _geosclassic.intp_array_getitem(ary, index)
1174
+
1175
+ def intp_array_setitem(ary, index, value):
1176
+ return _geosclassic.intp_array_setitem(ary, index, value)
1177
+
1178
+ def new_double_array(nelements):
1179
+ return _geosclassic.new_double_array(nelements)
1180
+
1181
+ def delete_double_array(ary):
1182
+ return _geosclassic.delete_double_array(ary)
1183
+
1184
+ def double_array_getitem(ary, index):
1185
+ return _geosclassic.double_array_getitem(ary, index)
1186
+
1187
+ def double_array_setitem(ary, index, value):
1188
+ return _geosclassic.double_array_setitem(ary, index, value)
1189
+
1190
+ def new_real_array(nelements):
1191
+ return _geosclassic.new_real_array(nelements)
1192
+
1193
+ def delete_real_array(ary):
1194
+ return _geosclassic.delete_real_array(ary)
1195
+
1196
+ def real_array_getitem(ary, index):
1197
+ return _geosclassic.real_array_getitem(ary, index)
1198
+
1199
+ def real_array_setitem(ary, index, value):
1200
+ return _geosclassic.real_array_setitem(ary, index, value)
1201
+
1202
+ def new_realp_array(nelements):
1203
+ return _geosclassic.new_realp_array(nelements)
1204
+
1205
+ def delete_realp_array(ary):
1206
+ return _geosclassic.delete_realp_array(ary)
1207
+
1208
+ def realp_array_getitem(ary, index):
1209
+ return _geosclassic.realp_array_getitem(ary, index)
1210
+
1211
+ def realp_array_setitem(ary, index, value):
1212
+ return _geosclassic.realp_array_setitem(ary, index, value)
1213
+
1214
+ def new_MPDS_COVMODEL_array(nelements):
1215
+ return _geosclassic.new_MPDS_COVMODEL_array(nelements)
1216
+
1217
+ def delete_MPDS_COVMODEL_array(ary):
1218
+ return _geosclassic.delete_MPDS_COVMODEL_array(ary)
1219
+
1220
+ def MPDS_COVMODEL_array_getitem(ary, index):
1221
+ return _geosclassic.MPDS_COVMODEL_array_getitem(ary, index)
1222
+
1223
+ def MPDS_COVMODEL_array_setitem(ary, index, value):
1224
+ return _geosclassic.MPDS_COVMODEL_array_setitem(ary, index, value)
1225
+
1226
+ def new_MPDS_COVMODELELEM_array(nelements):
1227
+ return _geosclassic.new_MPDS_COVMODELELEM_array(nelements)
1228
+
1229
+ def delete_MPDS_COVMODELELEM_array(ary):
1230
+ return _geosclassic.delete_MPDS_COVMODELELEM_array(ary)
1231
+
1232
+ def MPDS_COVMODELELEM_array_getitem(ary, index):
1233
+ return _geosclassic.MPDS_COVMODELELEM_array_getitem(ary, index)
1234
+
1235
+ def MPDS_COVMODELELEM_array_setitem(ary, index, value):
1236
+ return _geosclassic.MPDS_COVMODELELEM_array_setitem(ary, index, value)
1237
+
1238
+ def new_MPDS_IMAGE_array(nelements):
1239
+ return _geosclassic.new_MPDS_IMAGE_array(nelements)
1240
+
1241
+ def delete_MPDS_IMAGE_array(ary):
1242
+ return _geosclassic.delete_MPDS_IMAGE_array(ary)
1243
+
1244
+ def MPDS_IMAGE_array_getitem(ary, index):
1245
+ return _geosclassic.MPDS_IMAGE_array_getitem(ary, index)
1246
+
1247
+ def MPDS_IMAGE_array_setitem(ary, index, value):
1248
+ return _geosclassic.MPDS_IMAGE_array_setitem(ary, index, value)
1249
+
1250
+ def new_MPDS_POINTSET_array(nelements):
1251
+ return _geosclassic.new_MPDS_POINTSET_array(nelements)
1252
+
1253
+ def delete_MPDS_POINTSET_array(ary):
1254
+ return _geosclassic.delete_MPDS_POINTSET_array(ary)
1255
+
1256
+ def MPDS_POINTSET_array_getitem(ary, index):
1257
+ return _geosclassic.MPDS_POINTSET_array_getitem(ary, index)
1258
+
1259
+ def MPDS_POINTSET_array_setitem(ary, index, value):
1260
+ return _geosclassic.MPDS_POINTSET_array_setitem(ary, index, value)
1261
+
1262
+ def malloc_MPDS_COVMODEL(*args):
1263
+ return _geosclassic.malloc_MPDS_COVMODEL(*args)
1264
+
1265
+ def calloc_MPDS_COVMODEL(*args):
1266
+ return _geosclassic.calloc_MPDS_COVMODEL(*args)
1267
+
1268
+ def realloc_MPDS_COVMODEL(ptr, nitems):
1269
+ return _geosclassic.realloc_MPDS_COVMODEL(ptr, nitems)
1270
+
1271
+ def free_MPDS_COVMODEL(ptr):
1272
+ return _geosclassic.free_MPDS_COVMODEL(ptr)
1273
+ sizeof_MPDS_COVMODEL = _geosclassic.sizeof_MPDS_COVMODEL
1274
+
1275
+ def malloc_MPDS_COVMODELELEM(*args):
1276
+ return _geosclassic.malloc_MPDS_COVMODELELEM(*args)
1277
+
1278
+ def calloc_MPDS_COVMODELELEM(*args):
1279
+ return _geosclassic.calloc_MPDS_COVMODELELEM(*args)
1280
+
1281
+ def realloc_MPDS_COVMODELELEM(ptr, nitems):
1282
+ return _geosclassic.realloc_MPDS_COVMODELELEM(ptr, nitems)
1283
+
1284
+ def free_MPDS_COVMODELELEM(ptr):
1285
+ return _geosclassic.free_MPDS_COVMODELELEM(ptr)
1286
+ sizeof_MPDS_COVMODELELEM = _geosclassic.sizeof_MPDS_COVMODELELEM
1287
+
1288
+ def malloc_MPDS_GRID(*args):
1289
+ return _geosclassic.malloc_MPDS_GRID(*args)
1290
+
1291
+ def calloc_MPDS_GRID(*args):
1292
+ return _geosclassic.calloc_MPDS_GRID(*args)
1293
+
1294
+ def realloc_MPDS_GRID(ptr, nitems):
1295
+ return _geosclassic.realloc_MPDS_GRID(ptr, nitems)
1296
+
1297
+ def free_MPDS_GRID(ptr):
1298
+ return _geosclassic.free_MPDS_GRID(ptr)
1299
+ sizeof_MPDS_GRID = _geosclassic.sizeof_MPDS_GRID
1300
+
1301
+ def malloc_MPDS_IMAGE(*args):
1302
+ return _geosclassic.malloc_MPDS_IMAGE(*args)
1303
+
1304
+ def calloc_MPDS_IMAGE(*args):
1305
+ return _geosclassic.calloc_MPDS_IMAGE(*args)
1306
+
1307
+ def realloc_MPDS_IMAGE(ptr, nitems):
1308
+ return _geosclassic.realloc_MPDS_IMAGE(ptr, nitems)
1309
+
1310
+ def free_MPDS_IMAGE(ptr):
1311
+ return _geosclassic.free_MPDS_IMAGE(ptr)
1312
+ sizeof_MPDS_IMAGE = _geosclassic.sizeof_MPDS_IMAGE
1313
+
1314
+ def malloc_MPDS_POINTSET(*args):
1315
+ return _geosclassic.malloc_MPDS_POINTSET(*args)
1316
+
1317
+ def calloc_MPDS_POINTSET(*args):
1318
+ return _geosclassic.calloc_MPDS_POINTSET(*args)
1319
+
1320
+ def realloc_MPDS_POINTSET(ptr, nitems):
1321
+ return _geosclassic.realloc_MPDS_POINTSET(ptr, nitems)
1322
+
1323
+ def free_MPDS_POINTSET(ptr):
1324
+ return _geosclassic.free_MPDS_POINTSET(ptr)
1325
+ sizeof_MPDS_POINTSET = _geosclassic.sizeof_MPDS_POINTSET
1326
+
1327
+ def malloc_MPDS_GEOSCLASSICINPUT(*args):
1328
+ return _geosclassic.malloc_MPDS_GEOSCLASSICINPUT(*args)
1329
+
1330
+ def calloc_MPDS_GEOSCLASSICINPUT(*args):
1331
+ return _geosclassic.calloc_MPDS_GEOSCLASSICINPUT(*args)
1332
+
1333
+ def realloc_MPDS_GEOSCLASSICINPUT(ptr, nitems):
1334
+ return _geosclassic.realloc_MPDS_GEOSCLASSICINPUT(ptr, nitems)
1335
+
1336
+ def free_MPDS_GEOSCLASSICINPUT(ptr):
1337
+ return _geosclassic.free_MPDS_GEOSCLASSICINPUT(ptr)
1338
+ sizeof_MPDS_GEOSCLASSICINPUT = _geosclassic.sizeof_MPDS_GEOSCLASSICINPUT
1339
+
1340
+ def malloc_MPDS_GEOSCLASSICINDICATORINPUT(*args):
1341
+ return _geosclassic.malloc_MPDS_GEOSCLASSICINDICATORINPUT(*args)
1342
+
1343
+ def calloc_MPDS_GEOSCLASSICINDICATORINPUT(*args):
1344
+ return _geosclassic.calloc_MPDS_GEOSCLASSICINDICATORINPUT(*args)
1345
+
1346
+ def realloc_MPDS_GEOSCLASSICINDICATORINPUT(ptr, nitems):
1347
+ return _geosclassic.realloc_MPDS_GEOSCLASSICINDICATORINPUT(ptr, nitems)
1348
+
1349
+ def free_MPDS_GEOSCLASSICINDICATORINPUT(ptr):
1350
+ return _geosclassic.free_MPDS_GEOSCLASSICINDICATORINPUT(ptr)
1351
+ sizeof_MPDS_GEOSCLASSICINDICATORINPUT = _geosclassic.sizeof_MPDS_GEOSCLASSICINDICATORINPUT
1352
+
1353
+ def malloc_MPDS_GEOSCLASSICOUTPUT(*args):
1354
+ return _geosclassic.malloc_MPDS_GEOSCLASSICOUTPUT(*args)
1355
+
1356
+ def calloc_MPDS_GEOSCLASSICOUTPUT(*args):
1357
+ return _geosclassic.calloc_MPDS_GEOSCLASSICOUTPUT(*args)
1358
+
1359
+ def realloc_MPDS_GEOSCLASSICOUTPUT(ptr, nitems):
1360
+ return _geosclassic.realloc_MPDS_GEOSCLASSICOUTPUT(ptr, nitems)
1361
+
1362
+ def free_MPDS_GEOSCLASSICOUTPUT(ptr):
1363
+ return _geosclassic.free_MPDS_GEOSCLASSICOUTPUT(ptr)
1364
+ sizeof_MPDS_GEOSCLASSICOUTPUT = _geosclassic.sizeof_MPDS_GEOSCLASSICOUTPUT
1365
+
1366
+ def malloc_MPDS_PROGRESSMONITOR(*args):
1367
+ return _geosclassic.malloc_MPDS_PROGRESSMONITOR(*args)
1368
+
1369
+ def calloc_MPDS_PROGRESSMONITOR(*args):
1370
+ return _geosclassic.calloc_MPDS_PROGRESSMONITOR(*args)
1371
+
1372
+ def realloc_MPDS_PROGRESSMONITOR(ptr, nitems):
1373
+ return _geosclassic.realloc_MPDS_PROGRESSMONITOR(ptr, nitems)
1374
+
1375
+ def free_MPDS_PROGRESSMONITOR(ptr):
1376
+ return _geosclassic.free_MPDS_PROGRESSMONITOR(ptr)
1377
+ sizeof_MPDS_PROGRESSMONITOR = _geosclassic.sizeof_MPDS_PROGRESSMONITOR
1378
+ MPDSUpdateProgressMonitor0_ptr = _geosclassic.MPDSUpdateProgressMonitor0_ptr
1379
+ MPDSUpdateProgressMonitor1_ptr = _geosclassic.MPDSUpdateProgressMonitor1_ptr
1380
+ MPDSUpdateProgressMonitor2_ptr = _geosclassic.MPDSUpdateProgressMonitor2_ptr
1381
+ MPDSUpdateProgressMonitor3_ptr = _geosclassic.MPDSUpdateProgressMonitor3_ptr
1382
+ MPDSUpdateProgressMonitor4_ptr = _geosclassic.MPDSUpdateProgressMonitor4_ptr
1383
+
1384
+ def mpds_get_error_message(ierr):
1385
+ return _geosclassic.mpds_get_error_message(ierr)
1386
+
1387
+ def mpds_get_warning_message(iwarn):
1388
+ return _geosclassic.mpds_get_warning_message(iwarn)
1389
+
1390
+ def mpds_set_int_vector_from_array(vector, offset, array):
1391
+ return _geosclassic.mpds_set_int_vector_from_array(vector, offset, array)
1392
+
1393
+ def mpds_set_double_vector_from_array(vector, offset, array):
1394
+ return _geosclassic.mpds_set_double_vector_from_array(vector, offset, array)
1395
+
1396
+ def mpds_set_real_vector_from_array(vector, offset, array):
1397
+ return _geosclassic.mpds_set_real_vector_from_array(vector, offset, array)
1398
+
1399
+ def mpds_get_array_from_int_vector(vector, offset, array):
1400
+ return _geosclassic.mpds_get_array_from_int_vector(vector, offset, array)
1401
+
1402
+ def mpds_get_array_from_double_vector(vector, offset, array):
1403
+ return _geosclassic.mpds_get_array_from_double_vector(vector, offset, array)
1404
+
1405
+ def mpds_get_array_from_real_vector(vector, offset, array):
1406
+ return _geosclassic.mpds_get_array_from_real_vector(vector, offset, array)
1407
+
1408
+ def mpds_set_real_vector_to_cst(arg1, arg2, arg3, arg4):
1409
+ return _geosclassic.mpds_set_real_vector_to_cst(arg1, arg2, arg3, arg4)
1410
+
1411
+ def mpds_allocate_and_set_geosClassicInput_varname(geosClassicInput, STRING):
1412
+ return _geosclassic.mpds_allocate_and_set_geosClassicInput_varname(geosClassicInput, STRING)
1413
+
1414
+ def mpds_allocate_and_set_geosClassicIndicatorInput_varname(geosClassicIndicatorInput, STRING):
1415
+ return _geosclassic.mpds_allocate_and_set_geosClassicIndicatorInput_varname(geosClassicIndicatorInput, STRING)
1416
+
1417
+ def mpds_allocate_and_set_geosClassicInput_outputReportFileName(geosClassicInput, STRING):
1418
+ return _geosclassic.mpds_allocate_and_set_geosClassicInput_outputReportFileName(geosClassicInput, STRING)
1419
+
1420
+ def mpds_allocate_and_set_geosClassicIndicatorInput_outputReportFileName(geosClassicIndicatorInput, STRING):
1421
+ return _geosclassic.mpds_allocate_and_set_geosClassicIndicatorInput_outputReportFileName(geosClassicIndicatorInput, STRING)
1422
+
1423
+ def mpds_set_varname(varname, index, STRING):
1424
+ return _geosclassic.mpds_set_varname(varname, index, STRING)
1425
+
1426
+ def mpds_get_varname(varname, index):
1427
+ return _geosclassic.mpds_get_varname(varname, index)
1428
+
1429
+