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