fake-bpy-module 20240915__py3-none-any.whl → 20240917__py3-none-any.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.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -75,8 +75,8 @@ import collections.abc
75
75
  import typing_extensions
76
76
  import mathutils
77
77
 
78
- GenericType1 = typing.TypeVar("GenericType1")
79
- GenericType2 = typing.TypeVar("GenericType2")
78
+ _GenericType1 = typing.TypeVar("_GenericType1")
79
+ _GenericType2 = typing.TypeVar("_GenericType2")
80
80
 
81
81
  class AdjacencyIterator:
82
82
  """Class hierarchy: `Iterator` > `AdjacencyIterator`Class for representing adjacency iterators used in the chaining
@@ -103,7 +103,6 @@ False otherwise.
103
103
  copy constructor or the overloaded constructor.
104
104
 
105
105
  """
106
- ...
107
106
 
108
107
  def __init__(self, brother: typing_extensions.Self):
109
108
  """Builds an `AdjacencyIterator` using the default constructor,
@@ -112,7 +111,6 @@ False otherwise.
112
111
  :param brother: An AdjacencyIterator object.
113
112
  :type brother: typing_extensions.Self
114
113
  """
115
- ...
116
114
 
117
115
  def __init__(
118
116
  self,
@@ -132,14 +130,12 @@ False otherwise.
132
130
  already been chained must be ignored ot not.
133
131
  :type restrict_to_unvisited: bool
134
132
  """
135
- ...
136
133
 
137
134
  class BBox:
138
135
  """Class for representing a bounding box."""
139
136
 
140
137
  def __init__(self):
141
138
  """Default constructor."""
142
- ...
143
139
 
144
140
  class BinaryPredicate0D:
145
141
  """Base class for binary predicates working on `Interface0D`
@@ -157,7 +153,6 @@ class BinaryPredicate0D:
157
153
 
158
154
  def __init__(self):
159
155
  """Default constructor."""
160
- ...
161
156
 
162
157
  def __call__(self, inter1: Interface0D, inter2: Interface0D) -> bool:
163
158
  """Must be overload by inherited classes. It evaluates a relation
@@ -170,7 +165,6 @@ class BinaryPredicate0D:
170
165
  :return: True or false.
171
166
  :rtype: bool
172
167
  """
173
- ...
174
168
 
175
169
  class BinaryPredicate1D:
176
170
  """Base class for binary predicates working on `Interface1D`
@@ -188,7 +182,6 @@ class BinaryPredicate1D:
188
182
 
189
183
  def __init__(self):
190
184
  """Default constructor."""
191
- ...
192
185
 
193
186
  def __call__(self, inter1: Interface1D, inter2: Interface1D) -> bool:
194
187
  """Must be overload by inherited classes. It evaluates a relation
@@ -201,7 +194,6 @@ class BinaryPredicate1D:
201
194
  :return: True or false.
202
195
  :rtype: bool
203
196
  """
204
- ...
205
197
 
206
198
  class Chain:
207
199
  """Class hierarchy: `Interface1D` > `Curve` > `Chain`Class to represent a 1D elements issued from the chaining process. A
@@ -214,7 +206,6 @@ class Chain:
214
206
  copy constructor or from an `Id`.
215
207
 
216
208
  """
217
- ...
218
209
 
219
210
  def __init__(self, brother: typing_extensions.Self):
220
211
  """Builds a `Chain` using the default constructor,
@@ -223,7 +214,6 @@ class Chain:
223
214
  :param brother: A Chain object.
224
215
  :type brother: typing_extensions.Self
225
216
  """
226
- ...
227
217
 
228
218
  def __init__(self, id: Id):
229
219
  """Builds a `Chain` using the default constructor,
@@ -232,7 +222,6 @@ class Chain:
232
222
  :param id: An Id object.
233
223
  :type id: Id
234
224
  """
235
- ...
236
225
 
237
226
  def push_viewedge_back(self, viewedge: ViewEdge, orientation: bool):
238
227
  """Adds a ViewEdge at the end of the Chain.
@@ -243,7 +232,6 @@ class Chain:
243
232
  processed.
244
233
  :type orientation: bool
245
234
  """
246
- ...
247
235
 
248
236
  def push_viewedge_front(self, viewedge: ViewEdge, orientation: bool):
249
237
  """Adds a ViewEdge at the beginning of the Chain.
@@ -254,7 +242,6 @@ class Chain:
254
242
  processed.
255
243
  :type orientation: bool
256
244
  """
257
- ...
258
245
 
259
246
  class ChainingIterator:
260
247
  """Class hierarchy: `Iterator` > `ViewEdgeIterator` > `ChainingIterator`Base class for chaining iterators. This class is designed to be
@@ -307,7 +294,6 @@ class ChainingIterator:
307
294
  true, the direction indicated by the first ViewEdge is used.
308
295
  :type orientation: bool
309
296
  """
310
- ...
311
297
 
312
298
  def __init__(self, brother: typing_extensions.Self):
313
299
  """Builds a Chaining Iterator from the first ViewEdge used for
@@ -316,7 +302,6 @@ class ChainingIterator:
316
302
  :param brother:
317
303
  :type brother: typing_extensions.Self
318
304
  """
319
- ...
320
305
 
321
306
  def init(self):
322
307
  """Initializes the iterator context. This method is called each
@@ -324,7 +309,6 @@ class ChainingIterator:
324
309
  history information that you might want to keep.
325
310
 
326
311
  """
327
- ...
328
312
 
329
313
  def traverse(self, it: AdjacencyIterator) -> ViewEdge:
330
314
  """This method iterates over the potential next ViewEdges and returns
@@ -338,7 +322,6 @@ class ChainingIterator:
338
322
  :return: Returns the next ViewEdge to follow, or None if chaining ends.
339
323
  :rtype: ViewEdge
340
324
  """
341
- ...
342
325
 
343
326
  class Curve:
344
327
  """Class hierarchy: `Interface1D` > `Curve`Base class for curves made of CurvePoints. `SVertex` is the
@@ -363,7 +346,6 @@ class Curve:
363
346
  copy constructor or from an `Id`.
364
347
 
365
348
  """
366
- ...
367
349
 
368
350
  def __init__(self, brother: typing_extensions.Self):
369
351
  """Builds a `FrsCurve` using a default constructor,
@@ -372,7 +354,6 @@ class Curve:
372
354
  :param brother: A Curve object.
373
355
  :type brother: typing_extensions.Self
374
356
  """
375
- ...
376
357
 
377
358
  def __init__(self, id: Id):
378
359
  """Builds a `FrsCurve` using a default constructor,
@@ -381,7 +362,6 @@ class Curve:
381
362
  :param id: An Id object.
382
363
  :type id: Id
383
364
  """
384
- ...
385
365
 
386
366
  def push_vertex_back(self, vertex: CurvePoint | SVertex):
387
367
  """Adds a single vertex at the end of the Curve.
@@ -389,7 +369,6 @@ class Curve:
389
369
  :param vertex: A vertex object.
390
370
  :type vertex: CurvePoint | SVertex
391
371
  """
392
- ...
393
372
 
394
373
  def push_vertex_front(self, vertex: CurvePoint | SVertex):
395
374
  """Adds a single vertex at the front of the Curve.
@@ -397,7 +376,6 @@ class Curve:
397
376
  :param vertex: A vertex object.
398
377
  :type vertex: CurvePoint | SVertex
399
378
  """
400
- ...
401
379
 
402
380
  class CurvePoint:
403
381
  """Class hierarchy: `Interface0D` > `CurvePoint`Class to represent a point of a curve. A CurvePoint can be any point
@@ -442,7 +420,6 @@ A shortcut for CurvePoint.first_svertex.get_fedge(CurvePoint.second_svertex).
442
420
  objects and an interpolation parameter
443
421
 
444
422
  """
445
- ...
446
423
 
447
424
  def __init__(self, brother: typing_extensions.Self):
448
425
  """Builds a CurvePoint using the default constructor, copy constructor,
@@ -453,7 +430,6 @@ A shortcut for CurvePoint.first_svertex.get_fedge(CurvePoint.second_svertex).
453
430
  :param brother: A CurvePoint object.
454
431
  :type brother: typing_extensions.Self
455
432
  """
456
- ...
457
433
 
458
434
  def __init__(self, first_vertex: SVertex, second_vertex: SVertex, t2d: float):
459
435
  """Builds a CurvePoint using the default constructor, copy constructor,
@@ -469,7 +445,6 @@ A shortcut for CurvePoint.first_svertex.get_fedge(CurvePoint.second_svertex).
469
445
  first_vertex and second_vertex or first_point and second_point.
470
446
  :type t2d: float
471
447
  """
472
- ...
473
448
 
474
449
  def __init__(
475
450
  self,
@@ -490,7 +465,6 @@ A shortcut for CurvePoint.first_svertex.get_fedge(CurvePoint.second_svertex).
490
465
  first_vertex and second_vertex or first_point and second_point.
491
466
  :type t2d: float
492
467
  """
493
- ...
494
468
 
495
469
  class CurvePointIterator:
496
470
  """Class hierarchy: `Iterator` > `CurvePointIterator`Class representing an iterator on a curve. Allows an iterating
@@ -521,7 +495,6 @@ class CurvePointIterator:
521
495
  copy constructor, or the overloaded constructor.
522
496
 
523
497
  """
524
- ...
525
498
 
526
499
  def __init__(self, brother: typing_extensions.Self):
527
500
  """Builds a CurvePointIterator object using either the default constructor,
@@ -530,7 +503,6 @@ class CurvePointIterator:
530
503
  :param brother: A CurvePointIterator object.
531
504
  :type brother: typing_extensions.Self
532
505
  """
533
- ...
534
506
 
535
507
  def __init__(self, step: float = 0.0):
536
508
  """Builds a CurvePointIterator object using either the default constructor,
@@ -541,7 +513,6 @@ class CurvePointIterator:
541
513
  initial vertices).
542
514
  :type step: float
543
515
  """
544
- ...
545
516
 
546
517
  class FEdge:
547
518
  """Class hierarchy: `Interface1D` > `FEdge`Base Class for feature edges. This FEdge can represent a silhouette,
@@ -610,7 +581,6 @@ this FEdge is the first one of the ViewEdge.
610
581
  copy constructor, or between two `SVertex` objects.
611
582
 
612
583
  """
613
- ...
614
584
 
615
585
  def FEdge(self, brother: typing_extensions.Self):
616
586
  """Builds an `FEdge` using the default constructor,
@@ -619,7 +589,6 @@ this FEdge is the first one of the ViewEdge.
619
589
  :param brother: An FEdge object.
620
590
  :type brother: typing_extensions.Self
621
591
  """
622
- ...
623
592
 
624
593
  class FEdgeSharp:
625
594
  """Class hierarchy: `Interface1D` > `FEdge` > `FEdgeSharp`Class defining a sharp FEdge. A Sharp FEdge corresponds to an initial
@@ -689,7 +658,6 @@ is a border, it has no Face on its right and therefore no normal.
689
658
  copy constructor, or between two `SVertex` objects.
690
659
 
691
660
  """
692
- ...
693
661
 
694
662
  def __init__(self, brother: typing_extensions.Self):
695
663
  """Builds an `FEdgeSharp` using the default constructor,
@@ -698,7 +666,6 @@ is a border, it has no Face on its right and therefore no normal.
698
666
  :param brother: An FEdgeSharp object.
699
667
  :type brother: typing_extensions.Self
700
668
  """
701
- ...
702
669
 
703
670
  def __init__(self, first_vertex: SVertex, second_vertex: SVertex):
704
671
  """Builds an `FEdgeSharp` using the default constructor,
@@ -709,7 +676,6 @@ is a border, it has no Face on its right and therefore no normal.
709
676
  :param second_vertex: The second SVertex object.
710
677
  :type second_vertex: SVertex
711
678
  """
712
- ...
713
679
 
714
680
  class FEdgeSmooth:
715
681
  """Class hierarchy: `Interface1D` > `FEdge` > `FEdgeSmooth`Class defining a smooth edge. This kind of edge typically runs across
@@ -746,7 +712,6 @@ class FEdgeSmooth:
746
712
  copy constructor, or between two `SVertex`.
747
713
 
748
714
  """
749
- ...
750
715
 
751
716
  def __init__(self, brother: typing_extensions.Self):
752
717
  """Builds an `FEdgeSmooth` using the default constructor,
@@ -755,7 +720,6 @@ class FEdgeSmooth:
755
720
  :param brother: An FEdgeSmooth object.
756
721
  :type brother: typing_extensions.Self
757
722
  """
758
- ...
759
723
 
760
724
  def __init__(self, first_vertex: SVertex, second_vertex: SVertex):
761
725
  """Builds an `FEdgeSmooth` using the default constructor,
@@ -766,7 +730,6 @@ class FEdgeSmooth:
766
730
  :param second_vertex: The second SVertex object.
767
731
  :type second_vertex: SVertex
768
732
  """
769
- ...
770
733
 
771
734
  class Id:
772
735
  """Class for representing an object Id."""
@@ -788,7 +751,6 @@ class Id:
788
751
 
789
752
  :param brother: An Id object.
790
753
  """
791
- ...
792
754
 
793
755
  def __init__(self, first: int = 0, second: int = 0):
794
756
  """Build the Id from two numbers or another `Id` using the copy constructor.
@@ -798,7 +760,6 @@ class Id:
798
760
  :param second: The second number.
799
761
  :type second: int
800
762
  """
801
- ...
802
763
 
803
764
  class IntegrationType:
804
765
  """Class hierarchy: int > `IntegrationType`Different integration methods that can be invoked to integrate into a
@@ -806,8 +767,6 @@ class IntegrationType:
806
767
  element:
807
768
  """
808
769
 
809
- ...
810
-
811
770
  class Interface0D:
812
771
  """Base class for any 0D element."""
813
772
 
@@ -861,7 +820,6 @@ class Interface0D:
861
820
 
862
821
  def __init__(self):
863
822
  """Default constructor."""
864
- ...
865
823
 
866
824
  def get_fedge(self, inter: typing_extensions.Self) -> FEdge:
867
825
  """Returns the FEdge that lies between this 0D element and the 0D
@@ -872,7 +830,6 @@ class Interface0D:
872
830
  :return: The FEdge lying between the two 0D elements.
873
831
  :rtype: FEdge
874
832
  """
875
- ...
876
833
 
877
834
  class Interface0DIterator:
878
835
  """Class hierarchy: `Iterator` > `Interface0DIterator`Class defining an iterator over Interface0D elements. An instance of
@@ -914,7 +871,6 @@ class, the .object property refers to a `StrokeVertex` object.
914
871
  :param brother: An Interface0DIterator object.
915
872
  :type brother: typing_extensions.Self
916
873
  """
917
- ...
918
874
 
919
875
  def __init__(self, it: CurvePointIterator | SVertexIterator):
920
876
  """Construct a nested Interface0DIterator using either the copy constructor
@@ -923,7 +879,6 @@ class, the .object property refers to a `StrokeVertex` object.
923
879
  :param it: An iterator object to be nested.
924
880
  :type it: CurvePointIterator | SVertexIterator
925
881
  """
926
- ...
927
882
 
928
883
  class Interface1D:
929
884
  """Base class for any 1D element."""
@@ -960,7 +915,6 @@ class Interface1D:
960
915
 
961
916
  def __init__(self):
962
917
  """Default constructor."""
963
- ...
964
918
 
965
919
  def points_begin(self, t: float = 0.0) -> Interface0DIterator:
966
920
  """Returns an iterator over the Interface1D points, pointing to the
@@ -974,7 +928,6 @@ class Interface1D:
974
928
  :return: An Interface0DIterator pointing to the first point.
975
929
  :rtype: Interface0DIterator
976
930
  """
977
- ...
978
931
 
979
932
  def points_end(self, t: float = 0.0) -> Interface0DIterator:
980
933
  """Returns an iterator over the Interface1D points, pointing after the
@@ -988,7 +941,6 @@ class Interface1D:
988
941
  :return: An Interface0DIterator pointing after the last point.
989
942
  :rtype: Interface0DIterator
990
943
  """
991
- ...
992
944
 
993
945
  def vertices_begin(self) -> Interface0DIterator:
994
946
  """Returns an iterator over the Interface1D vertices, pointing to the
@@ -997,7 +949,6 @@ class Interface1D:
997
949
  :return: An Interface0DIterator pointing to the first vertex.
998
950
  :rtype: Interface0DIterator
999
951
  """
1000
- ...
1001
952
 
1002
953
  def vertices_end(self) -> Interface0DIterator:
1003
954
  """Returns an iterator over the Interface1D vertices, pointing after
@@ -1006,7 +957,6 @@ class Interface1D:
1006
957
  :return: An Interface0DIterator pointing after the last vertex.
1007
958
  :rtype: Interface0DIterator
1008
959
  """
1009
- ...
1010
960
 
1011
961
  class Iterator:
1012
962
  """Base class to define iterators."""
@@ -1031,15 +981,12 @@ class Iterator:
1031
981
 
1032
982
  def __init__(self):
1033
983
  """Default constructor."""
1034
- ...
1035
984
 
1036
985
  def decrement(self):
1037
986
  """Makes the iterator point the previous element."""
1038
- ...
1039
987
 
1040
988
  def increment(self):
1041
989
  """Makes the iterator point the next element."""
1042
- ...
1043
990
 
1044
991
  class Material:
1045
992
  """Class defining a material."""
@@ -1091,7 +1038,6 @@ class Material:
1091
1038
  copy constructor, or an overloaded constructor
1092
1039
 
1093
1040
  """
1094
- ...
1095
1041
 
1096
1042
  def __init__(self, brother: typing_extensions.Self):
1097
1043
  """Creates a `FrsMaterial` using either default constructor,
@@ -1100,7 +1046,6 @@ class Material:
1100
1046
  :param brother: A Material object to be used as a copy constructor.
1101
1047
  :type brother: typing_extensions.Self
1102
1048
  """
1103
- ...
1104
1049
 
1105
1050
  def __init__(
1106
1051
  self,
@@ -1130,20 +1075,15 @@ class Material:
1130
1075
  :param priority: The line color priority.
1131
1076
  :type priority: int
1132
1077
  """
1133
- ...
1134
1078
 
1135
1079
  class MediumType:
1136
1080
  """Class hierarchy: int > `MediumType`The different blending modes available to simulate the interaction
1137
1081
  media-medium:
1138
1082
  """
1139
1083
 
1140
- ...
1141
-
1142
1084
  class Nature:
1143
1085
  """Class hierarchy: int > `Nature`Different possible natures of 0D and 1D elements of the ViewMap.Vertex natures:Edge natures:"""
1144
1086
 
1145
- ...
1146
-
1147
1087
  class Noise:
1148
1088
  """Class to provide Perlin noise functionalities.Undocumented, consider contributing.Undocumented, consider contributing."""
1149
1089
 
@@ -1155,7 +1095,6 @@ class Noise:
1155
1095
  :param seed: Seed for random number generation.
1156
1096
  :type seed: int
1157
1097
  """
1158
- ...
1159
1098
 
1160
1099
  def smoothNoise1(self, v: float) -> float:
1161
1100
  """Returns a smooth noise value for a 1D element.
@@ -1165,7 +1104,6 @@ class Noise:
1165
1104
  :return: A smooth noise value.
1166
1105
  :rtype: float
1167
1106
  """
1168
- ...
1169
1107
 
1170
1108
  def smoothNoise2(
1171
1109
  self, v: collections.abc.Sequence[float] | list | mathutils.Vector
@@ -1177,7 +1115,6 @@ class Noise:
1177
1115
  :return: A smooth noise value.
1178
1116
  :rtype: float
1179
1117
  """
1180
- ...
1181
1118
 
1182
1119
  def smoothNoise3(
1183
1120
  self, v: collections.abc.Sequence[float] | list | mathutils.Vector
@@ -1189,7 +1126,6 @@ class Noise:
1189
1126
  :return: A smooth noise value.
1190
1127
  :rtype: float
1191
1128
  """
1192
- ...
1193
1129
 
1194
1130
  def turbulence1(self, v: float, freq: float, amp: float, oct: int = 4) -> float:
1195
1131
  """Returns a noise value for a 1D element.
@@ -1205,7 +1141,6 @@ class Noise:
1205
1141
  :return: A noise value.
1206
1142
  :rtype: float
1207
1143
  """
1208
- ...
1209
1144
 
1210
1145
  def turbulence2(
1211
1146
  self,
@@ -1227,7 +1162,6 @@ class Noise:
1227
1162
  :return: A noise value.
1228
1163
  :rtype: float
1229
1164
  """
1230
- ...
1231
1165
 
1232
1166
  def turbulence3(
1233
1167
  self,
@@ -1249,7 +1183,6 @@ class Noise:
1249
1183
  :return: A noise value.
1250
1184
  :rtype: float
1251
1185
  """
1252
- ...
1253
1186
 
1254
1187
  class NonTVertex:
1255
1188
  """Class hierarchy: `Interface0D` > `ViewVertex` > `NonTVertex`View vertex for corners, cusps, etc. associated to a single SVertex.
@@ -1264,7 +1197,6 @@ class NonTVertex:
1264
1197
 
1265
1198
  def __init__(self):
1266
1199
  """Builds a `NonTVertex` using the default constructor or a `SVertex`."""
1267
- ...
1268
1200
 
1269
1201
  def __init__(self, svertex: SVertex):
1270
1202
  """Builds a `NonTVertex` using the default constructor or a `SVertex`.
@@ -1272,7 +1204,6 @@ class NonTVertex:
1272
1204
  :param svertex: An SVertex object.
1273
1205
  :type svertex: SVertex
1274
1206
  """
1275
- ...
1276
1207
 
1277
1208
  class Operators:
1278
1209
  """Class defining the operators used in a style module. There are five
@@ -1303,7 +1234,6 @@ class Operators:
1303
1234
  when the stopping criterion is already contained in the iterator definition.
1304
1235
  :type pred: UnaryPredicate1D
1305
1236
  """
1306
- ...
1307
1237
 
1308
1238
  @staticmethod
1309
1239
  def bidirectional_chain(it: ChainingIterator):
@@ -1323,7 +1253,6 @@ class Operators:
1323
1253
  contains the chaining rule.
1324
1254
  :type it: ChainingIterator
1325
1255
  """
1326
- ...
1327
1256
 
1328
1257
  @staticmethod
1329
1258
  def chain(
@@ -1347,7 +1276,6 @@ class Operators:
1347
1276
  If this argument is not given, the time stamp is automatically managed.
1348
1277
  :type modifier: UnaryFunction1DVoid
1349
1278
  """
1350
- ...
1351
1279
 
1352
1280
  @staticmethod
1353
1281
  def chain(it: ViewEdgeIterator, pred: UnaryPredicate1D):
@@ -1364,7 +1292,6 @@ class Operators:
1364
1292
  stopping condition.
1365
1293
  :type pred: UnaryPredicate1D
1366
1294
  """
1367
- ...
1368
1295
 
1369
1296
  @staticmethod
1370
1297
  def create(pred: UnaryPredicate1D, shaders):
@@ -1376,7 +1303,6 @@ class Operators:
1376
1303
  :type pred: UnaryPredicate1D
1377
1304
  :param shaders: The list of shaders used to shade the strokes.
1378
1305
  """
1379
- ...
1380
1306
 
1381
1307
  @staticmethod
1382
1308
  def get_chain_from_index(i: int) -> Chain:
@@ -1387,7 +1313,6 @@ class Operators:
1387
1313
  :return: The Chain object.
1388
1314
  :rtype: Chain
1389
1315
  """
1390
- ...
1391
1316
 
1392
1317
  @staticmethod
1393
1318
  def get_chains_size() -> int:
@@ -1396,7 +1321,6 @@ class Operators:
1396
1321
  :return: The number of Chains.
1397
1322
  :rtype: int
1398
1323
  """
1399
- ...
1400
1324
 
1401
1325
  @staticmethod
1402
1326
  def get_stroke_from_index(i: int) -> Stroke:
@@ -1407,7 +1331,6 @@ class Operators:
1407
1331
  :return: The Stroke object.
1408
1332
  :rtype: Stroke
1409
1333
  """
1410
- ...
1411
1334
 
1412
1335
  @staticmethod
1413
1336
  def get_strokes_size() -> int:
@@ -1416,7 +1339,6 @@ class Operators:
1416
1339
  :return: The number of Strokes.
1417
1340
  :rtype: int
1418
1341
  """
1419
- ...
1420
1342
 
1421
1343
  @staticmethod
1422
1344
  def get_view_edges_size() -> int:
@@ -1425,7 +1347,6 @@ class Operators:
1425
1347
  :return: The number of ViewEdges.
1426
1348
  :rtype: int
1427
1349
  """
1428
- ...
1429
1350
 
1430
1351
  @staticmethod
1431
1352
  def get_viewedge_from_index(i: int) -> ViewEdge:
@@ -1436,7 +1357,6 @@ class Operators:
1436
1357
  :return: The ViewEdge object.
1437
1358
  :rtype: ViewEdge
1438
1359
  """
1439
- ...
1440
1360
 
1441
1361
  @staticmethod
1442
1362
  def recursive_split(
@@ -1465,7 +1385,6 @@ class Operators:
1465
1385
  resolution.)
1466
1386
  :type sampling: float
1467
1387
  """
1468
- ...
1469
1388
 
1470
1389
  @staticmethod
1471
1390
  def recursive_split(
@@ -1503,7 +1422,6 @@ class Operators:
1503
1422
  resolution.)
1504
1423
  :type sampling: float
1505
1424
  """
1506
- ...
1507
1425
 
1508
1426
  @staticmethod
1509
1427
  def reset(delete_strokes: bool = True):
@@ -1513,7 +1431,6 @@ class Operators:
1513
1431
  :param delete_strokes: Delete the strokes that are currently stored.
1514
1432
  :type delete_strokes: bool
1515
1433
  """
1516
- ...
1517
1434
 
1518
1435
  @staticmethod
1519
1436
  def select(pred: UnaryPredicate1D):
@@ -1523,7 +1440,6 @@ class Operators:
1523
1440
  :param pred: The predicate expressing this condition.
1524
1441
  :type pred: UnaryPredicate1D
1525
1442
  """
1526
- ...
1527
1443
 
1528
1444
  @staticmethod
1529
1445
  def sequential_split(
@@ -1549,7 +1465,6 @@ class Operators:
1549
1465
  resolution.)
1550
1466
  :type sampling: float
1551
1467
  """
1552
- ...
1553
1468
 
1554
1469
  @staticmethod
1555
1470
  def sequential_split(pred: UnaryPredicate0D, sampling: float = 0.0):
@@ -1569,7 +1484,6 @@ class Operators:
1569
1484
  resolution.)
1570
1485
  :type sampling: float
1571
1486
  """
1572
- ...
1573
1487
 
1574
1488
  @staticmethod
1575
1489
  def sort(pred: BinaryPredicate1D):
@@ -1579,7 +1493,6 @@ class Operators:
1579
1493
  :param pred: The binary predicate used for the comparison.
1580
1494
  :type pred: BinaryPredicate1D
1581
1495
  """
1582
- ...
1583
1496
 
1584
1497
  class SShape:
1585
1498
  """Class to define a feature shape. It is the gathering of feature
@@ -1618,7 +1531,6 @@ class SShape:
1618
1531
 
1619
1532
  def __init__(self):
1620
1533
  """Creates a `SShape` class using either a default constructor or copy constructor."""
1621
- ...
1622
1534
 
1623
1535
  def __init__(self, brother: typing_extensions.Self):
1624
1536
  """Creates a `SShape` class using either a default constructor or copy constructor.
@@ -1626,7 +1538,6 @@ class SShape:
1626
1538
  :param brother: An SShape object.
1627
1539
  :type brother: typing_extensions.Self
1628
1540
  """
1629
- ...
1630
1541
 
1631
1542
  def add_edge(self, edge: FEdge):
1632
1543
  """Adds an FEdge to the list of FEdges.
@@ -1634,7 +1545,6 @@ class SShape:
1634
1545
  :param edge: An FEdge object.
1635
1546
  :type edge: FEdge
1636
1547
  """
1637
- ...
1638
1548
 
1639
1549
  def add_vertex(self, vertex: SVertex):
1640
1550
  """Adds an SVertex to the list of SVertex of this Shape. The SShape
@@ -1643,11 +1553,9 @@ class SShape:
1643
1553
  :param vertex: An SVertex object.
1644
1554
  :type vertex: SVertex
1645
1555
  """
1646
- ...
1647
1556
 
1648
1557
  def compute_bbox(self):
1649
1558
  """Compute the bbox of the SShape."""
1650
- ...
1651
1559
 
1652
1560
  class SVertex:
1653
1561
  """Class hierarchy: `Interface0D` > `SVertex`Class to define a vertex of the embedding."""
@@ -1707,7 +1615,6 @@ ViewVertex, and None otherwise.
1707
1615
  copy constructor or the overloaded constructor which builds a `SVertex` from 3D coordinates and an Id.
1708
1616
 
1709
1617
  """
1710
- ...
1711
1618
 
1712
1619
  def __init__(self, brother: typing_extensions.Self):
1713
1620
  """Builds a `SVertex` using the default constructor,
@@ -1716,7 +1623,6 @@ ViewVertex, and None otherwise.
1716
1623
  :param brother: A SVertex object.
1717
1624
  :type brother: typing_extensions.Self
1718
1625
  """
1719
- ...
1720
1626
 
1721
1627
  def __init__(
1722
1628
  self, point_3d: collections.abc.Sequence[float] | mathutils.Vector, id: Id
@@ -1729,7 +1635,6 @@ ViewVertex, and None otherwise.
1729
1635
  :param id: An Id object.
1730
1636
  :type id: Id
1731
1637
  """
1732
- ...
1733
1638
 
1734
1639
  def add_fedge(self, fedge: FEdge):
1735
1640
  """Add an FEdge to the list of edges emanating from this SVertex.
@@ -1737,7 +1642,6 @@ ViewVertex, and None otherwise.
1737
1642
  :param fedge: An FEdge.
1738
1643
  :type fedge: FEdge
1739
1644
  """
1740
- ...
1741
1645
 
1742
1646
  def add_normal(
1743
1647
  self, normal: collections.abc.Sequence[float] | list | mathutils.Vector
@@ -1748,7 +1652,6 @@ ViewVertex, and None otherwise.
1748
1652
  :param normal: A three-dimensional vector.
1749
1653
  :type normal: collections.abc.Sequence[float] | list | mathutils.Vector
1750
1654
  """
1751
- ...
1752
1655
 
1753
1656
  class SVertexIterator:
1754
1657
  """Class hierarchy: `Iterator` > `SVertexIterator`Class representing an iterator over `SVertex` of a
@@ -1776,7 +1679,6 @@ class SVertexIterator:
1776
1679
 
1777
1680
  def __init__(self):
1778
1681
  """Build an SVertexIterator using either the default constructor, copy constructor,or the overloaded constructor that starts iteration from an SVertex object vertex."""
1779
- ...
1780
1682
 
1781
1683
  def __init__(self, brother: typing_extensions.Self):
1782
1684
  """Build an SVertexIterator using either the default constructor, copy constructor,or the overloaded constructor that starts iteration from an SVertex object vertex.
@@ -1784,7 +1686,6 @@ class SVertexIterator:
1784
1686
  :param brother: An SVertexIterator object.
1785
1687
  :type brother: typing_extensions.Self
1786
1688
  """
1787
- ...
1788
1689
 
1789
1690
  def __init__(
1790
1691
  self,
@@ -1807,7 +1708,6 @@ class SVertexIterator:
1807
1708
  :param t: The curvilinear abscissa at vertex.
1808
1709
  :type t: float
1809
1710
  """
1810
- ...
1811
1711
 
1812
1712
  class Stroke:
1813
1713
  """Class hierarchy: `Interface1D` > `Stroke`Class to define a stroke. A stroke is made of a set of 2D vertices
@@ -1848,14 +1748,12 @@ class Stroke:
1848
1748
 
1849
1749
  def Stroke(self):
1850
1750
  """Creates a `Stroke` using the default constructor or copy constructor"""
1851
- ...
1852
1751
 
1853
1752
  def Stroke(self, brother):
1854
1753
  """Creates a `Stroke` using the default constructor or copy constructor
1855
1754
 
1856
1755
  :param brother:
1857
1756
  """
1858
- ...
1859
1757
 
1860
1758
  def compute_sampling(self, n: int) -> float:
1861
1759
  """Compute the sampling needed to get N vertices. If the
@@ -1870,7 +1768,6 @@ class Stroke:
1870
1768
  method.
1871
1769
  :rtype: float
1872
1770
  """
1873
- ...
1874
1771
 
1875
1772
  def insert_vertex(self, vertex: StrokeVertex, next: StrokeVertexIterator):
1876
1773
  """Inserts the StrokeVertex given as argument into the Stroke before the
@@ -1883,11 +1780,9 @@ class Stroke:
1883
1780
  before which vertex must be inserted.
1884
1781
  :type next: StrokeVertexIterator
1885
1782
  """
1886
- ...
1887
1783
 
1888
1784
  def remove_all_vertices(self):
1889
1785
  """Removes all vertices from the Stroke."""
1890
- ...
1891
1786
 
1892
1787
  def remove_vertex(self, vertex: StrokeVertex):
1893
1788
  """Removes the StrokeVertex given as argument from the Stroke. The length
@@ -1896,7 +1791,6 @@ class Stroke:
1896
1791
  :param vertex: the StrokeVertex to remove from the Stroke.
1897
1792
  :type vertex: StrokeVertex
1898
1793
  """
1899
- ...
1900
1794
 
1901
1795
  def resample(self, n: int):
1902
1796
  """Resamples the stroke so using one of two methods with the goal
@@ -1908,7 +1802,6 @@ class Stroke:
1908
1802
  resampling is done.
1909
1803
  :type n: int
1910
1804
  """
1911
- ...
1912
1805
 
1913
1806
  def resample(self, sampling: float):
1914
1807
  """Resamples the stroke so using one of two methods with the goal
@@ -1918,7 +1811,6 @@ class Stroke:
1918
1811
  sampling is smaller than the actual sampling value, no resampling is done.
1919
1812
  :type sampling: float
1920
1813
  """
1921
- ...
1922
1814
 
1923
1815
  def stroke_vertices_begin(self, t: float = 0.0) -> StrokeVertexIterator:
1924
1816
  """Returns a StrokeVertexIterator pointing on the first StrokeVertex of
@@ -1931,7 +1823,6 @@ class Stroke:
1931
1823
  :return: A StrokeVertexIterator pointing on the first StrokeVertex.
1932
1824
  :rtype: StrokeVertexIterator
1933
1825
  """
1934
- ...
1935
1826
 
1936
1827
  def stroke_vertices_end(self) -> StrokeVertexIterator:
1937
1828
  """Returns a StrokeVertexIterator pointing after the last StrokeVertex
@@ -1940,7 +1831,6 @@ class Stroke:
1940
1831
  :return: A StrokeVertexIterator pointing after the last StrokeVertex.
1941
1832
  :rtype: StrokeVertexIterator
1942
1833
  """
1943
- ...
1944
1834
 
1945
1835
  def stroke_vertices_size(self) -> int:
1946
1836
  """Returns the number of StrokeVertex constituting the Stroke.
@@ -1948,11 +1838,9 @@ class Stroke:
1948
1838
  :return: The number of stroke vertices.
1949
1839
  :rtype: int
1950
1840
  """
1951
- ...
1952
1841
 
1953
1842
  def update_length(self):
1954
1843
  """Updates the 2D length of the Stroke."""
1955
- ...
1956
1844
 
1957
1845
  class StrokeAttribute:
1958
1846
  """Class to define a set of attributes associated with a `StrokeVertex`.
@@ -1992,7 +1880,6 @@ when following the stroke.
1992
1880
  to interpolate between two `StrokeAttribute` objects.
1993
1881
 
1994
1882
  """
1995
- ...
1996
1883
 
1997
1884
  def __init__(self, brother: typing_extensions.Self):
1998
1885
  """Creates a `StrokeAttribute` object using either a default constructor,
@@ -2002,7 +1889,6 @@ when following the stroke.
2002
1889
  :param brother: A StrokeAttribute object to be used as a copy constructor.
2003
1890
  :type brother: typing_extensions.Self
2004
1891
  """
2005
- ...
2006
1892
 
2007
1893
  def __init__(
2008
1894
  self,
@@ -2030,7 +1916,6 @@ when following the stroke.
2030
1916
  :param thickness_left: Stroke thickness on the left.
2031
1917
  :type thickness_left: float
2032
1918
  """
2033
- ...
2034
1919
 
2035
1920
  def __init__(
2036
1921
  self,
@@ -2049,7 +1934,6 @@ when following the stroke.
2049
1934
  :param t: The interpolation parameter (0 <= t <= 1).
2050
1935
  :type t: float
2051
1936
  """
2052
- ...
2053
1937
 
2054
1938
  def get_attribute_real(self, name: str) -> float:
2055
1939
  """Returns an attribute of float type.
@@ -2059,7 +1943,6 @@ when following the stroke.
2059
1943
  :return: The attribute value.
2060
1944
  :rtype: float
2061
1945
  """
2062
- ...
2063
1946
 
2064
1947
  def get_attribute_vec2(self, name: str) -> mathutils.Vector:
2065
1948
  """Returns an attribute of two-dimensional vector type.
@@ -2069,7 +1952,6 @@ when following the stroke.
2069
1952
  :return: The attribute value.
2070
1953
  :rtype: mathutils.Vector
2071
1954
  """
2072
- ...
2073
1955
 
2074
1956
  def get_attribute_vec3(self, name: str) -> mathutils.Vector:
2075
1957
  """Returns an attribute of three-dimensional vector type.
@@ -2079,7 +1961,6 @@ when following the stroke.
2079
1961
  :return: The attribute value.
2080
1962
  :rtype: mathutils.Vector
2081
1963
  """
2082
- ...
2083
1964
 
2084
1965
  def has_attribute_real(self, name: str) -> bool:
2085
1966
  """Checks whether the attribute name of float type is available.
@@ -2089,7 +1970,6 @@ when following the stroke.
2089
1970
  :return: True if the attribute is available.
2090
1971
  :rtype: bool
2091
1972
  """
2092
- ...
2093
1973
 
2094
1974
  def has_attribute_vec2(self, name: str) -> bool:
2095
1975
  """Checks whether the attribute name of two-dimensional vector type
@@ -2100,7 +1980,6 @@ when following the stroke.
2100
1980
  :return: True if the attribute is available.
2101
1981
  :rtype: bool
2102
1982
  """
2103
- ...
2104
1983
 
2105
1984
  def has_attribute_vec3(self, name: str) -> bool:
2106
1985
  """Checks whether the attribute name of three-dimensional vector
@@ -2111,7 +1990,6 @@ when following the stroke.
2111
1990
  :return: True if the attribute is available.
2112
1991
  :rtype: bool
2113
1992
  """
2114
- ...
2115
1993
 
2116
1994
  def set_attribute_real(self, name: str, value: float):
2117
1995
  """Adds a user-defined attribute of float type. If there is no
@@ -2123,7 +2001,6 @@ when following the stroke.
2123
2001
  :param value: The attribute value.
2124
2002
  :type value: float
2125
2003
  """
2126
- ...
2127
2004
 
2128
2005
  def set_attribute_vec2(
2129
2006
  self,
@@ -2139,7 +2016,6 @@ when following the stroke.
2139
2016
  :param value: The attribute value.
2140
2017
  :type value: collections.abc.Sequence[float] | list | mathutils.Vector
2141
2018
  """
2142
- ...
2143
2019
 
2144
2020
  def set_attribute_vec3(
2145
2021
  self,
@@ -2155,7 +2031,6 @@ when following the stroke.
2155
2031
  :param value: The attribute value.
2156
2032
  :type value: collections.abc.Sequence[float] | list | mathutils.Vector
2157
2033
  """
2158
- ...
2159
2034
 
2160
2035
  class StrokeShader:
2161
2036
  """Base class for stroke shaders. Any stroke shader must inherit from
@@ -2175,7 +2050,6 @@ class StrokeShader:
2175
2050
 
2176
2051
  def __init__(self):
2177
2052
  """Default constructor."""
2178
- ...
2179
2053
 
2180
2054
  def shade(self, stroke: Stroke):
2181
2055
  """The shading method. Must be overloaded by inherited classes.
@@ -2183,7 +2057,6 @@ class StrokeShader:
2183
2057
  :param stroke: A Stroke object.
2184
2058
  :type stroke: Stroke
2185
2059
  """
2186
- ...
2187
2060
 
2188
2061
  class StrokeVertex:
2189
2062
  """Class hierarchy: `Interface0D` > `CurvePoint` > `StrokeVertex`Class to define a stroke vertex."""
@@ -2225,7 +2098,6 @@ and it won't change the real stroke length).
2225
2098
  from a CurvePoint, from a SVertex, or a `SVertex` and a `StrokeAttribute` object.
2226
2099
 
2227
2100
  """
2228
- ...
2229
2101
 
2230
2102
  def __init__(self, brother: typing_extensions.Self):
2231
2103
  """Builds a `StrokeVertex` using the default constructor,
@@ -2235,7 +2107,6 @@ and it won't change the real stroke length).
2235
2107
  :param brother: A StrokeVertex object.
2236
2108
  :type brother: typing_extensions.Self
2237
2109
  """
2238
- ...
2239
2110
 
2240
2111
  def __init__(
2241
2112
  self,
@@ -2254,7 +2125,6 @@ and it won't change the real stroke length).
2254
2125
  :param t3d: An interpolation parameter.
2255
2126
  :type t3d: float
2256
2127
  """
2257
- ...
2258
2128
 
2259
2129
  def __init__(self, point: CurvePoint):
2260
2130
  """Builds a `StrokeVertex` using the default constructor,
@@ -2264,7 +2134,6 @@ and it won't change the real stroke length).
2264
2134
  :param point: A CurvePoint object.
2265
2135
  :type point: CurvePoint
2266
2136
  """
2267
- ...
2268
2137
 
2269
2138
  def __init__(self, svertex: SVertex):
2270
2139
  """Builds a `StrokeVertex` using the default constructor,
@@ -2274,7 +2143,6 @@ and it won't change the real stroke length).
2274
2143
  :param svertex: An SVertex object.An SVertex object.
2275
2144
  :type svertex: SVertex
2276
2145
  """
2277
- ...
2278
2146
 
2279
2147
  def __init__(self, svertex: SVertex, attribute: StrokeAttribute):
2280
2148
  """Builds a `StrokeVertex` using the default constructor,
@@ -2286,7 +2154,6 @@ and it won't change the real stroke length).
2286
2154
  :param attribute: A StrokeAttribute object.
2287
2155
  :type attribute: StrokeAttribute
2288
2156
  """
2289
- ...
2290
2157
 
2291
2158
  class StrokeVertexIterator:
2292
2159
  """Class hierarchy: `Iterator` > `StrokeVertexIterator`Class defining an iterator designed to iterate over the
@@ -2332,7 +2199,6 @@ For its counterpart (pointing to the first valid element), use it.is_begin.
2332
2199
  default constructor or the copy constructor.
2333
2200
 
2334
2201
  """
2335
- ...
2336
2202
 
2337
2203
  def __init__(self, brother: typing_extensions.Self):
2338
2204
  """Creates a `StrokeVertexIterator` using either the
@@ -2341,7 +2207,6 @@ For its counterpart (pointing to the first valid element), use it.is_begin.
2341
2207
  :param brother: A StrokeVertexIterator object.
2342
2208
  :type brother: typing_extensions.Self
2343
2209
  """
2344
- ...
2345
2210
 
2346
2211
  def decremented(self) -> typing_extensions.Self:
2347
2212
  """Returns a copy of a decremented StrokeVertexIterator.
@@ -2349,7 +2214,6 @@ For its counterpart (pointing to the first valid element), use it.is_begin.
2349
2214
  :return: A StrokeVertexIterator pointing the previous StrokeVertex.
2350
2215
  :rtype: typing_extensions.Self
2351
2216
  """
2352
- ...
2353
2217
 
2354
2218
  def incremented(self) -> typing_extensions.Self:
2355
2219
  """Returns a copy of an incremented StrokeVertexIterator.
@@ -2357,7 +2221,6 @@ For its counterpart (pointing to the first valid element), use it.is_begin.
2357
2221
  :return: A StrokeVertexIterator pointing the next StrokeVertex.
2358
2222
  :rtype: typing_extensions.Self
2359
2223
  """
2360
- ...
2361
2224
 
2362
2225
  def reversed(self) -> typing_extensions.Self:
2363
2226
  """Returns a StrokeVertexIterator that traverses stroke vertices in the
@@ -2366,7 +2229,6 @@ For its counterpart (pointing to the first valid element), use it.is_begin.
2366
2229
  :return: A StrokeVertexIterator traversing stroke vertices backward.
2367
2230
  :rtype: typing_extensions.Self
2368
2231
  """
2369
- ...
2370
2232
 
2371
2233
  class TVertex:
2372
2234
  """Class hierarchy: `Interface0D` > `ViewVertex` > `TVertex`Class to define a T vertex, i.e. an intersection between two edges.
@@ -2396,7 +2258,6 @@ class TVertex:
2396
2258
 
2397
2259
  def __init__(self):
2398
2260
  """Default constructor."""
2399
- ...
2400
2261
 
2401
2262
  def get_mate(self, viewedge: ViewEdge) -> ViewEdge:
2402
2263
  """Returns the mate edge of the ViewEdge given as argument. If the
@@ -2408,7 +2269,6 @@ class TVertex:
2408
2269
  :return: The mate edge of the given ViewEdge.
2409
2270
  :rtype: ViewEdge
2410
2271
  """
2411
- ...
2412
2272
 
2413
2273
  def get_svertex(self, fedge: FEdge) -> SVertex:
2414
2274
  """Returns the SVertex (among the 2) belonging to the given FEdge.
@@ -2418,7 +2278,6 @@ class TVertex:
2418
2278
  :return: The SVertex belonging to the given FEdge.
2419
2279
  :rtype: SVertex
2420
2280
  """
2421
- ...
2422
2281
 
2423
2282
  class UnaryFunction0D:
2424
2283
  """Base class for Unary Functions (functors) working on
@@ -2443,7 +2302,6 @@ class UnaryFunction0DDouble:
2443
2302
 
2444
2303
  def __init__(self):
2445
2304
  """Default constructor."""
2446
- ...
2447
2305
 
2448
2306
  class UnaryFunction0DEdgeNature:
2449
2307
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DEdgeNature`Base class for unary functions (functors) that work on
@@ -2452,7 +2310,6 @@ class UnaryFunction0DEdgeNature:
2452
2310
 
2453
2311
  def __init__(self):
2454
2312
  """Default constructor."""
2455
- ...
2456
2313
 
2457
2314
  class UnaryFunction0DFloat:
2458
2315
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DFloat`Base class for unary functions (functors) that work on
@@ -2461,7 +2318,6 @@ class UnaryFunction0DFloat:
2461
2318
 
2462
2319
  def __init__(self):
2463
2320
  """Default constructor."""
2464
- ...
2465
2321
 
2466
2322
  class UnaryFunction0DId:
2467
2323
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DId`Base class for unary functions (functors) that work on
@@ -2470,7 +2326,6 @@ class UnaryFunction0DId:
2470
2326
 
2471
2327
  def __init__(self):
2472
2328
  """Default constructor."""
2473
- ...
2474
2329
 
2475
2330
  class UnaryFunction0DMaterial:
2476
2331
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DMaterial`Base class for unary functions (functors) that work on
@@ -2479,7 +2334,6 @@ class UnaryFunction0DMaterial:
2479
2334
 
2480
2335
  def __init__(self):
2481
2336
  """Default constructor."""
2482
- ...
2483
2337
 
2484
2338
  class UnaryFunction0DUnsigned:
2485
2339
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DUnsigned`Base class for unary functions (functors) that work on
@@ -2488,7 +2342,6 @@ class UnaryFunction0DUnsigned:
2488
2342
 
2489
2343
  def __init__(self):
2490
2344
  """Default constructor."""
2491
- ...
2492
2345
 
2493
2346
  class UnaryFunction0DVec2f:
2494
2347
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DVec2f`Base class for unary functions (functors) that work on
@@ -2497,7 +2350,6 @@ class UnaryFunction0DVec2f:
2497
2350
 
2498
2351
  def __init__(self):
2499
2352
  """Default constructor."""
2500
- ...
2501
2353
 
2502
2354
  class UnaryFunction0DVec3f:
2503
2355
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DVec3f`Base class for unary functions (functors) that work on
@@ -2506,7 +2358,6 @@ class UnaryFunction0DVec3f:
2506
2358
 
2507
2359
  def __init__(self):
2508
2360
  """Default constructor."""
2509
- ...
2510
2361
 
2511
2362
  class UnaryFunction0DVectorViewShape:
2512
2363
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DVectorViewShape`Base class for unary functions (functors) that work on
@@ -2516,7 +2367,6 @@ class UnaryFunction0DVectorViewShape:
2516
2367
 
2517
2368
  def __init__(self):
2518
2369
  """Default constructor."""
2519
- ...
2520
2370
 
2521
2371
  class UnaryFunction0DViewShape:
2522
2372
  """Class hierarchy: `UnaryFunction0D` > `UnaryFunction0DViewShape`Base class for unary functions (functors) that work on
@@ -2525,7 +2375,6 @@ class UnaryFunction0DViewShape:
2525
2375
 
2526
2376
  def __init__(self):
2527
2377
  """Default constructor."""
2528
- ...
2529
2378
 
2530
2379
  class UnaryFunction1D:
2531
2380
  """Base class for Unary Functions (functors) working on
@@ -2559,7 +2408,6 @@ class UnaryFunction1DDouble:
2559
2408
  or the integration method given as an argument.
2560
2409
 
2561
2410
  """
2562
- ...
2563
2411
 
2564
2412
  def __init__(self, integration_type: IntegrationType):
2565
2413
  """Builds a unary 1D function using the default constructor
@@ -2568,7 +2416,6 @@ class UnaryFunction1DDouble:
2568
2416
  :param integration_type: An integration method.
2569
2417
  :type integration_type: IntegrationType
2570
2418
  """
2571
- ...
2572
2419
 
2573
2420
  class UnaryFunction1DEdgeNature:
2574
2421
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DEdgeNature`Base class for unary functions (functors) that work on
@@ -2586,7 +2433,6 @@ class UnaryFunction1DEdgeNature:
2586
2433
  or the integration method given as an argument.
2587
2434
 
2588
2435
  """
2589
- ...
2590
2436
 
2591
2437
  def __init__(self, integration_type: IntegrationType):
2592
2438
  """Builds a unary 1D function using the default constructor
@@ -2595,7 +2441,6 @@ class UnaryFunction1DEdgeNature:
2595
2441
  :param integration_type: An integration method.
2596
2442
  :type integration_type: IntegrationType
2597
2443
  """
2598
- ...
2599
2444
 
2600
2445
  class UnaryFunction1DFloat:
2601
2446
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DFloat`Base class for unary functions (functors) that work on
@@ -2613,7 +2458,6 @@ class UnaryFunction1DFloat:
2613
2458
  or the integration method given as an argument.
2614
2459
 
2615
2460
  """
2616
- ...
2617
2461
 
2618
2462
  def __init__(self, integration_type: IntegrationType):
2619
2463
  """Builds a unary 1D function using the default constructor
@@ -2622,7 +2466,6 @@ class UnaryFunction1DFloat:
2622
2466
  :param integration_type: An integration method.
2623
2467
  :type integration_type: IntegrationType
2624
2468
  """
2625
- ...
2626
2469
 
2627
2470
  class UnaryFunction1DUnsigned:
2628
2471
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DUnsigned`Base class for unary functions (functors) that work on
@@ -2640,7 +2483,6 @@ class UnaryFunction1DUnsigned:
2640
2483
  or the integration method given as an argument.
2641
2484
 
2642
2485
  """
2643
- ...
2644
2486
 
2645
2487
  def __init__(self, integration_type: IntegrationType):
2646
2488
  """Builds a unary 1D function using the default constructor
@@ -2649,7 +2491,6 @@ class UnaryFunction1DUnsigned:
2649
2491
  :param integration_type: An integration method.
2650
2492
  :type integration_type: IntegrationType
2651
2493
  """
2652
- ...
2653
2494
 
2654
2495
  class UnaryFunction1DVec2f:
2655
2496
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DVec2f`Base class for unary functions (functors) that work on
@@ -2667,7 +2508,6 @@ class UnaryFunction1DVec2f:
2667
2508
  or the integration method given as an argument.
2668
2509
 
2669
2510
  """
2670
- ...
2671
2511
 
2672
2512
  def __init__(self, integration_type: IntegrationType):
2673
2513
  """Builds a unary 1D function using the default constructor
@@ -2676,7 +2516,6 @@ class UnaryFunction1DVec2f:
2676
2516
  :param integration_type: An integration method.
2677
2517
  :type integration_type: IntegrationType
2678
2518
  """
2679
- ...
2680
2519
 
2681
2520
  class UnaryFunction1DVec3f:
2682
2521
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DVec3f`Base class for unary functions (functors) that work on
@@ -2694,7 +2533,6 @@ class UnaryFunction1DVec3f:
2694
2533
  or the integration method given as an argument.
2695
2534
 
2696
2535
  """
2697
- ...
2698
2536
 
2699
2537
  def __init__(self, integration_type: IntegrationType):
2700
2538
  """Builds a unary 1D function using the default constructor
@@ -2703,7 +2541,6 @@ class UnaryFunction1DVec3f:
2703
2541
  :param integration_type: An integration method.
2704
2542
  :type integration_type: IntegrationType
2705
2543
  """
2706
- ...
2707
2544
 
2708
2545
  class UnaryFunction1DVectorViewShape:
2709
2546
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DVectorViewShape`Base class for unary functions (functors) that work on
@@ -2722,7 +2559,6 @@ class UnaryFunction1DVectorViewShape:
2722
2559
  or the integration method given as an argument.
2723
2560
 
2724
2561
  """
2725
- ...
2726
2562
 
2727
2563
  def __init__(self, integration_type: IntegrationType):
2728
2564
  """Builds a unary 1D function using the default constructor
@@ -2731,7 +2567,6 @@ class UnaryFunction1DVectorViewShape:
2731
2567
  :param integration_type: An integration method.
2732
2568
  :type integration_type: IntegrationType
2733
2569
  """
2734
- ...
2735
2570
 
2736
2571
  class UnaryFunction1DVoid:
2737
2572
  """Class hierarchy: `UnaryFunction1D` > `UnaryFunction1DVoid`Base class for unary functions (functors) working on
@@ -2749,7 +2584,6 @@ class UnaryFunction1DVoid:
2749
2584
  or the integration method given as an argument.
2750
2585
 
2751
2586
  """
2752
- ...
2753
2587
 
2754
2588
  def __init__(self, integration_type: IntegrationType):
2755
2589
  """Builds a unary 1D function using either a default constructor
@@ -2758,7 +2592,6 @@ class UnaryFunction1DVoid:
2758
2592
  :param integration_type: An integration method.
2759
2593
  :type integration_type: IntegrationType
2760
2594
  """
2761
- ...
2762
2595
 
2763
2596
  class UnaryPredicate0D:
2764
2597
  """Base class for unary predicates that work on
@@ -2777,7 +2610,6 @@ class UnaryPredicate0D:
2777
2610
 
2778
2611
  def __init__(self):
2779
2612
  """Default constructor."""
2780
- ...
2781
2613
 
2782
2614
  def __call__(self, it: Interface0DIterator) -> bool:
2783
2615
  """Must be overload by inherited classes.
@@ -2788,7 +2620,6 @@ class UnaryPredicate0D:
2788
2620
  :return: True if the condition is satisfied, false otherwise.
2789
2621
  :rtype: bool
2790
2622
  """
2791
- ...
2792
2623
 
2793
2624
  class UnaryPredicate1D:
2794
2625
  """Base class for unary predicates that work on `Interface1D`. A
@@ -2807,7 +2638,6 @@ class UnaryPredicate1D:
2807
2638
 
2808
2639
  def __init__(self):
2809
2640
  """Default constructor."""
2810
- ...
2811
2641
 
2812
2642
  def __call__(self, inter: Interface1D) -> bool:
2813
2643
  """Must be overload by inherited classes.
@@ -2817,7 +2647,6 @@ class UnaryPredicate1D:
2817
2647
  :return: True if the condition is satisfied, false otherwise.
2818
2648
  :rtype: bool
2819
2649
  """
2820
- ...
2821
2650
 
2822
2651
  class ViewEdge:
2823
2652
  """Class hierarchy: `Interface1D` > `ViewEdge`Class defining a ViewEdge. A ViewEdge in an edge of the image graph.
@@ -2894,7 +2723,6 @@ belongs to. If no object is occluded, this property is set to None.
2894
2723
 
2895
2724
  def __init__(self):
2896
2725
  """Builds a `ViewEdge` using the default constructor or the copy constructor."""
2897
- ...
2898
2726
 
2899
2727
  def __init__(self, brother: typing_extensions.Self):
2900
2728
  """Builds a `ViewEdge` using the default constructor or the copy constructor.
@@ -2902,11 +2730,9 @@ belongs to. If no object is occluded, this property is set to None.
2902
2730
  :param brother: A ViewEdge object.
2903
2731
  :type brother: typing_extensions.Self
2904
2732
  """
2905
- ...
2906
2733
 
2907
2734
  def update_fedges(self):
2908
2735
  """Sets Viewedge to this for all embedded fedges."""
2909
- ...
2910
2736
 
2911
2737
  class ViewEdgeIterator:
2912
2738
  """Class hierarchy: `Iterator` > `ViewEdgeIterator`Base class for iterators over ViewEdges of the `ViewMap` Graph.
@@ -2955,7 +2781,6 @@ of the "begin" ViewEdge.
2955
2781
  ViewVertex of begin.
2956
2782
  :type orientation: bool
2957
2783
  """
2958
- ...
2959
2784
 
2960
2785
  def __init__(self, brother: typing_extensions.Self):
2961
2786
  """Builds a ViewEdgeIterator from a starting ViewEdge and its
@@ -2964,11 +2789,9 @@ of the "begin" ViewEdge.
2964
2789
  :param brother: A ViewEdgeIterator object.
2965
2790
  :type brother: typing_extensions.Self
2966
2791
  """
2967
- ...
2968
2792
 
2969
2793
  def change_orientation(self):
2970
2794
  """Changes the current orientation."""
2971
- ...
2972
2795
 
2973
2796
  class ViewMap:
2974
2797
  """Class defining the ViewMap."""
@@ -2981,7 +2804,6 @@ class ViewMap:
2981
2804
 
2982
2805
  def __init__(self):
2983
2806
  """Default constructor."""
2984
- ...
2985
2807
 
2986
2808
  def get_closest_fedge(self, x: float, y: float) -> FEdge:
2987
2809
  """Gets the FEdge nearest to the 2D point specified as arguments.
@@ -2993,7 +2815,6 @@ class ViewMap:
2993
2815
  :return: The FEdge nearest to the specified 2D point.
2994
2816
  :rtype: FEdge
2995
2817
  """
2996
- ...
2997
2818
 
2998
2819
  def get_closest_viewedge(self, x: float, y: float) -> ViewEdge:
2999
2820
  """Gets the ViewEdge nearest to the 2D point specified as arguments.
@@ -3005,7 +2826,6 @@ class ViewMap:
3005
2826
  :return: The ViewEdge nearest to the specified 2D point.
3006
2827
  :rtype: ViewEdge
3007
2828
  """
3008
- ...
3009
2829
 
3010
2830
  class ViewShape:
3011
2831
  """Class gathering the elements of the ViewMap (i.e., `ViewVertex`
@@ -3053,7 +2873,6 @@ class ViewShape:
3053
2873
  copy constructor, or from a `SShape`.
3054
2874
 
3055
2875
  """
3056
- ...
3057
2876
 
3058
2877
  def __init__(self, brother: typing_extensions.Self):
3059
2878
  """Builds a `ViewShape` using the default constructor,
@@ -3062,7 +2881,6 @@ class ViewShape:
3062
2881
  :param brother: A ViewShape object.
3063
2882
  :type brother: typing_extensions.Self
3064
2883
  """
3065
- ...
3066
2884
 
3067
2885
  def __init__(self, sshape: SShape):
3068
2886
  """Builds a `ViewShape` using the default constructor,
@@ -3071,7 +2889,6 @@ class ViewShape:
3071
2889
  :param sshape: An SShape object.
3072
2890
  :type sshape: SShape
3073
2891
  """
3074
- ...
3075
2892
 
3076
2893
  def add_edge(self, edge: ViewEdge):
3077
2894
  """Adds a ViewEdge to the list of ViewEdge objects.
@@ -3079,7 +2896,6 @@ class ViewShape:
3079
2896
  :param edge: A ViewEdge object.
3080
2897
  :type edge: ViewEdge
3081
2898
  """
3082
- ...
3083
2899
 
3084
2900
  def add_vertex(self, vertex: ViewVertex):
3085
2901
  """Adds a ViewVertex to the list of the ViewVertex objects.
@@ -3087,7 +2903,6 @@ class ViewShape:
3087
2903
  :param vertex: A ViewVertex object.
3088
2904
  :type vertex: ViewVertex
3089
2905
  """
3090
- ...
3091
2906
 
3092
2907
  class ViewVertex:
3093
2908
  """Class hierarchy: `Interface0D` > `ViewVertex`Class to define a view vertex. A view vertex is a feature vertex
@@ -3117,7 +2932,6 @@ class ViewVertex:
3117
2932
  :return: An orientedViewEdgeIterator pointing to the first ViewEdge.
3118
2933
  :rtype: orientedViewEdgeIterator
3119
2934
  """
3120
- ...
3121
2935
 
3122
2936
  def edges_end(self) -> orientedViewEdgeIterator:
3123
2937
  """Returns an orientedViewEdgeIterator over the ViewEdges around this
@@ -3126,7 +2940,6 @@ class ViewVertex:
3126
2940
  :return: An orientedViewEdgeIterator pointing after the last ViewEdge.
3127
2941
  :rtype: orientedViewEdgeIterator
3128
2942
  """
3129
- ...
3130
2943
 
3131
2944
  def edges_iterator(self, edge: ViewEdge) -> orientedViewEdgeIterator:
3132
2945
  """Returns an orientedViewEdgeIterator pointing to the ViewEdge given
@@ -3137,7 +2950,6 @@ class ViewVertex:
3137
2950
  :return: An orientedViewEdgeIterator pointing to the given ViewEdge.
3138
2951
  :rtype: orientedViewEdgeIterator
3139
2952
  """
3140
- ...
3141
2953
 
3142
2954
  class orientedViewEdgeIterator:
3143
2955
  """Class hierarchy: `Iterator` > `orientedViewEdgeIterator`Class representing an iterator over oriented ViewEdges around a
@@ -3159,7 +2971,6 @@ the ViewEdge is incoming.
3159
2971
  default constructor or the copy constructor.
3160
2972
 
3161
2973
  """
3162
- ...
3163
2974
 
3164
2975
  def __init__(self, iBrother: typing_extensions.Self):
3165
2976
  """Creates an `orientedViewEdgeIterator` using either the
@@ -3168,4 +2979,3 @@ the ViewEdge is incoming.
3168
2979
  :param iBrother: An orientedViewEdgeIterator object.
3169
2980
  :type iBrother: typing_extensions.Self
3170
2981
  """
3171
- ...