fake-bpy-module 20240914__py3-none-any.whl → 20240916__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 +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -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 +1937 -31353
  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-20240914.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.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 +5 -51
  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 +2 -42
  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-20240914.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -34,15 +34,14 @@ import typing_extensions
34
34
  import freestyle.types
35
35
  import mathutils
36
36
 
37
- GenericType1 = typing.TypeVar("GenericType1")
38
- GenericType2 = typing.TypeVar("GenericType2")
37
+ _GenericType1 = typing.TypeVar("_GenericType1")
38
+ _GenericType2 = typing.TypeVar("_GenericType2")
39
39
 
40
40
  class ChainingTimeStampF1D:
41
41
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVoid` > `ChainingTimeStampF1D`"""
42
42
 
43
43
  def __init__(self):
44
44
  """Builds a ChainingTimeStampF1D object."""
45
- ...
46
45
 
47
46
  def __call__(self, inter: freestyle.types.Interface1D):
48
47
  """Sets the chaining time stamp of the Interface1D.
@@ -50,14 +49,12 @@ class ChainingTimeStampF1D:
50
49
  :param inter: An Interface1D object.
51
50
  :type inter: freestyle.types.Interface1D
52
51
  """
53
- ...
54
52
 
55
53
  class Curvature2DAngleF0D:
56
54
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `Curvature2DAngleF0D`"""
57
55
 
58
56
  def __init__(self):
59
57
  """Builds a Curvature2DAngleF0D object."""
60
- ...
61
58
 
62
59
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
63
60
  """Returns a real value giving the 2D curvature (as an angle) of the 1D
@@ -71,7 +68,6 @@ class Curvature2DAngleF0D:
71
68
  pointed Interface0D.
72
69
  :rtype: float
73
70
  """
74
- ...
75
71
 
76
72
  class Curvature2DAngleF1D:
77
73
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `Curvature2DAngleF1D`"""
@@ -85,7 +81,6 @@ class Curvature2DAngleF1D:
85
81
  from a set of values.
86
82
  :type integration_type: freestyle.types.IntegrationType
87
83
  """
88
- ...
89
84
 
90
85
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
91
86
  """Returns the 2D curvature as an angle for an Interface1D.
@@ -95,7 +90,6 @@ class Curvature2DAngleF1D:
95
90
  :return: The 2D curvature as an angle.
96
91
  :rtype: float
97
92
  """
98
- ...
99
93
 
100
94
  class CurveMaterialF0D:
101
95
  """A replacement of the built-in MaterialF0D for stroke creation.
@@ -104,14 +98,11 @@ class CurveMaterialF0D:
104
98
  boundaries.
105
99
  """
106
100
 
107
- ...
108
-
109
101
  class CurveNatureF0D:
110
102
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DEdgeNature` > `CurveNatureF0D`"""
111
103
 
112
104
  def __init__(self):
113
105
  """Builds a CurveNatureF0D object."""
114
- ...
115
106
 
116
107
  def __call__(
117
108
  self, it: freestyle.types.Interface0DIterator
@@ -125,7 +116,6 @@ class CurveNatureF0D:
125
116
  belongs.
126
117
  :rtype: freestyle.types.Nature
127
118
  """
128
- ...
129
119
 
130
120
  class CurveNatureF1D:
131
121
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DEdgeNature` > `CurveNatureF1D`"""
@@ -139,7 +129,6 @@ class CurveNatureF1D:
139
129
  from a set of values.
140
130
  :type integration_type: freestyle.types.IntegrationType
141
131
  """
142
- ...
143
132
 
144
133
  def __call__(self, inter: freestyle.types.Interface1D) -> freestyle.types.Nature:
145
134
  """Returns the nature of the Interface1D (silhouette, ridge, crease, and
@@ -155,7 +144,6 @@ class CurveNatureF1D:
155
144
  :return: The nature of the Interface1D.
156
145
  :rtype: freestyle.types.Nature
157
146
  """
158
- ...
159
147
 
160
148
  class DensityF0D:
161
149
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `DensityF0D`"""
@@ -168,7 +156,6 @@ class DensityF0D:
168
156
  value (the larger, the smoother).
169
157
  :type sigma: float
170
158
  """
171
- ...
172
159
 
173
160
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
174
161
  """Returns the density of the (result) image evaluated at the
@@ -183,7 +170,6 @@ class DensityF0D:
183
170
  Interface0D.
184
171
  :rtype: float
185
172
  """
186
- ...
187
173
 
188
174
  class DensityF1D:
189
175
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `DensityF1D`"""
@@ -208,7 +194,6 @@ class DensityF1D:
208
194
  single one, following the method specified by integration_type.
209
195
  :type sampling: float
210
196
  """
211
- ...
212
197
 
213
198
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
214
199
  """Returns the density evaluated for an Interface1D. The density is
@@ -222,7 +207,6 @@ class DensityF1D:
222
207
  :return: The density evaluated for an Interface1D.
223
208
  :rtype: float
224
209
  """
225
- ...
226
210
 
227
211
  class GetCompleteViewMapDensityF1D:
228
212
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetCompleteViewMapDensityF1D`"""
@@ -247,7 +231,6 @@ class GetCompleteViewMapDensityF1D:
247
231
  single one, following the method specified by integration_type.
248
232
  :type sampling: float
249
233
  """
250
- ...
251
234
 
252
235
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
253
236
  """Returns the density evaluated for an Interface1D in the complete
@@ -263,14 +246,12 @@ class GetCompleteViewMapDensityF1D:
263
246
  viewmap image.
264
247
  :rtype: float
265
248
  """
266
- ...
267
249
 
268
250
  class GetCurvilinearAbscissaF0D:
269
251
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `GetCurvilinearAbscissaF0D`"""
270
252
 
271
253
  def __init__(self):
272
254
  """Builds a GetCurvilinearAbscissaF0D object."""
273
- ...
274
255
 
275
256
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
276
257
  """Returns the curvilinear abscissa of the
@@ -282,7 +263,6 @@ class GetCurvilinearAbscissaF0D:
282
263
  :return: The curvilinear abscissa of the pointed Interface0D.
283
264
  :rtype: float
284
265
  """
285
- ...
286
266
 
287
267
  class GetDirectionalViewMapDensityF1D:
288
268
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetDirectionalViewMapDensityF1D`"""
@@ -311,7 +291,6 @@ class GetDirectionalViewMapDensityF1D:
311
291
  single one, following the method specified by integration_type.
312
292
  :type sampling: float
313
293
  """
314
- ...
315
294
 
316
295
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
317
296
  """Returns the density evaluated for an Interface1D in of the steerable
@@ -328,14 +307,12 @@ class GetDirectionalViewMapDensityF1D:
328
307
  steerable viewmaps image.
329
308
  :rtype: float
330
309
  """
331
- ...
332
310
 
333
311
  class GetOccludeeF0D:
334
312
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DViewShape` > `GetOccludeeF0D`"""
335
313
 
336
314
  def __init__(self):
337
315
  """Builds a GetOccludeeF0D object."""
338
- ...
339
316
 
340
317
  def __call__(
341
318
  self, it: freestyle.types.Interface0DIterator
@@ -348,14 +325,12 @@ class GetOccludeeF0D:
348
325
  :return: The ViewShape occluded by the pointed Interface0D.
349
326
  :rtype: freestyle.types.ViewShape
350
327
  """
351
- ...
352
328
 
353
329
  class GetOccludeeF1D:
354
330
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVectorViewShape` > `GetOccludeeF1D`"""
355
331
 
356
332
  def __init__(self):
357
333
  """Builds a GetOccludeeF1D object."""
358
- ...
359
334
 
360
335
  def __call__(self, inter: freestyle.types.Interface1D):
361
336
  """Returns a list of occluded shapes covered by this Interface1D.
@@ -364,14 +339,12 @@ class GetOccludeeF1D:
364
339
  :type inter: freestyle.types.Interface1D
365
340
  :return: A list of occluded shapes covered by the Interface1D.
366
341
  """
367
- ...
368
342
 
369
343
  class GetOccludersF0D:
370
344
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVectorViewShape` > `GetOccludersF0D`"""
371
345
 
372
346
  def __init__(self):
373
347
  """Builds a GetOccludersF0D object."""
374
- ...
375
348
 
376
349
  def __call__(self, it: freestyle.types.Interface0DIterator):
377
350
  """Returns a list of `freestyle.types.ViewShape` objects occluding the
@@ -382,14 +355,12 @@ class GetOccludersF0D:
382
355
  :return: A list of ViewShape objects occluding the pointed
383
356
  Interface0D.
384
357
  """
385
- ...
386
358
 
387
359
  class GetOccludersF1D:
388
360
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVectorViewShape` > `GetOccludersF1D`"""
389
361
 
390
362
  def __init__(self):
391
363
  """Builds a GetOccludersF1D object."""
392
- ...
393
364
 
394
365
  def __call__(self, inter: freestyle.types.Interface1D):
395
366
  """Returns a list of occluding shapes that cover this Interface1D.
@@ -398,14 +369,12 @@ class GetOccludersF1D:
398
369
  :type inter: freestyle.types.Interface1D
399
370
  :return: A list of occluding shapes that cover the Interface1D.
400
371
  """
401
- ...
402
372
 
403
373
  class GetParameterF0D:
404
374
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `GetParameterF0D`"""
405
375
 
406
376
  def __init__(self):
407
377
  """Builds a GetParameterF0D object."""
408
- ...
409
378
 
410
379
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
411
380
  """Returns the parameter of the `freestyle.types.Interface0D`
@@ -416,14 +385,12 @@ class GetParameterF0D:
416
385
  :return: The parameter of an Interface0D.
417
386
  :rtype: float
418
387
  """
419
- ...
420
388
 
421
389
  class GetProjectedXF0D:
422
390
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetProjectedXF0D`"""
423
391
 
424
392
  def __init__(self):
425
393
  """Builds a GetProjectedXF0D object."""
426
- ...
427
394
 
428
395
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
429
396
  """Returns the X 3D projected coordinate of the `freestyle.types.Interface0D`
@@ -434,7 +401,6 @@ class GetProjectedXF0D:
434
401
  :return: The X 3D projected coordinate of the pointed Interface0D.
435
402
  :rtype: float
436
403
  """
437
- ...
438
404
 
439
405
  class GetProjectedXF1D:
440
406
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetProjectedXF1D`"""
@@ -448,7 +414,6 @@ class GetProjectedXF1D:
448
414
  from a set of values.
449
415
  :type integration_type: freestyle.types.IntegrationType
450
416
  """
451
- ...
452
417
 
453
418
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
454
419
  """Returns the projected X 3D coordinate of an Interface1D.
@@ -458,14 +423,12 @@ class GetProjectedXF1D:
458
423
  :return: The projected X 3D coordinate of an Interface1D.
459
424
  :rtype: float
460
425
  """
461
- ...
462
426
 
463
427
  class GetProjectedYF0D:
464
428
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetProjectedYF0D`"""
465
429
 
466
430
  def __init__(self):
467
431
  """Builds a GetProjectedYF0D object."""
468
- ...
469
432
 
470
433
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
471
434
  """Returns the Y 3D projected coordinate of the `freestyle.types.Interface0D`
@@ -476,7 +439,6 @@ class GetProjectedYF0D:
476
439
  :return: The Y 3D projected coordinate of the pointed Interface0D.
477
440
  :rtype: float
478
441
  """
479
- ...
480
442
 
481
443
  class GetProjectedYF1D:
482
444
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetProjectedYF1D`"""
@@ -490,7 +452,6 @@ class GetProjectedYF1D:
490
452
  from a set of values.
491
453
  :type integration_type: freestyle.types.IntegrationType
492
454
  """
493
- ...
494
455
 
495
456
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
496
457
  """Returns the projected Y 3D coordinate of an Interface1D.
@@ -500,14 +461,12 @@ class GetProjectedYF1D:
500
461
  :return: The projected Y 3D coordinate of an Interface1D.
501
462
  :rtype: float
502
463
  """
503
- ...
504
464
 
505
465
  class GetProjectedZF0D:
506
466
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetProjectedZF0D`"""
507
467
 
508
468
  def __init__(self):
509
469
  """Builds a GetProjectedZF0D object."""
510
- ...
511
470
 
512
471
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
513
472
  """Returns the Z 3D projected coordinate of the `freestyle.types.Interface0D`
@@ -518,7 +477,6 @@ class GetProjectedZF0D:
518
477
  :return: The Z 3D projected coordinate of the pointed Interface0D.
519
478
  :rtype: float
520
479
  """
521
- ...
522
480
 
523
481
  class GetProjectedZF1D:
524
482
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetProjectedZF1D`"""
@@ -532,7 +490,6 @@ class GetProjectedZF1D:
532
490
  from a set of values.
533
491
  :type integration_type: freestyle.types.IntegrationType
534
492
  """
535
- ...
536
493
 
537
494
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
538
495
  """Returns the projected Z 3D coordinate of an Interface1D.
@@ -542,14 +499,12 @@ class GetProjectedZF1D:
542
499
  :return: The projected Z 3D coordinate of an Interface1D.
543
500
  :rtype: float
544
501
  """
545
- ...
546
502
 
547
503
  class GetShapeF0D:
548
504
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DViewShape` > `GetShapeF0D`"""
549
505
 
550
506
  def __init__(self):
551
507
  """Builds a GetShapeF0D object."""
552
- ...
553
508
 
554
509
  def __call__(
555
510
  self, it: freestyle.types.Interface0DIterator
@@ -562,14 +517,12 @@ class GetShapeF0D:
562
517
  :return: The ViewShape containing the pointed Interface0D.
563
518
  :rtype: freestyle.types.ViewShape
564
519
  """
565
- ...
566
520
 
567
521
  class GetShapeF1D:
568
522
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVectorViewShape` > `GetShapeF1D`"""
569
523
 
570
524
  def __init__(self):
571
525
  """Builds a GetShapeF1D object."""
572
- ...
573
526
 
574
527
  def __call__(self, inter: freestyle.types.Interface1D):
575
528
  """Returns a list of shapes covered by this Interface1D.
@@ -578,7 +531,6 @@ class GetShapeF1D:
578
531
  :type inter: freestyle.types.Interface1D
579
532
  :return: A list of shapes covered by the Interface1D.
580
533
  """
581
- ...
582
534
 
583
535
  class GetSteerableViewMapDensityF1D:
584
536
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetSteerableViewMapDensityF1D`"""
@@ -603,7 +555,6 @@ class GetSteerableViewMapDensityF1D:
603
555
  single one, following the method specified by integration_type.
604
556
  :type sampling: float
605
557
  """
606
- ...
607
558
 
608
559
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
609
560
  """Returns the density of the ViewMap for a given Interface1D. The
@@ -616,7 +567,6 @@ class GetSteerableViewMapDensityF1D:
616
567
  :return: The density of the ViewMap for a given Interface1D.
617
568
  :rtype: float
618
569
  """
619
- ...
620
570
 
621
571
  class GetViewMapGradientNormF0D:
622
572
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `GetViewMapGradientNormF0D`"""
@@ -628,7 +578,6 @@ class GetViewMapGradientNormF0D:
628
578
  read.
629
579
  :type level: int
630
580
  """
631
- ...
632
581
 
633
582
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
634
583
  """Returns the norm of the gradient of the global viewmap density
@@ -640,7 +589,6 @@ class GetViewMapGradientNormF0D:
640
589
  image.
641
590
  :rtype: float
642
591
  """
643
- ...
644
592
 
645
593
  class GetViewMapGradientNormF1D:
646
594
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetViewMapGradientNormF1D`"""
@@ -665,7 +613,6 @@ class GetViewMapGradientNormF1D:
665
613
  single one, following the method specified by integration_type.
666
614
  :type sampling: float
667
615
  """
668
- ...
669
616
 
670
617
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
671
618
  """Returns the density of the ViewMap for a given Interface1D. The
@@ -678,14 +625,12 @@ class GetViewMapGradientNormF1D:
678
625
  :return: The density of the ViewMap for a given Interface1D.
679
626
  :rtype: float
680
627
  """
681
- ...
682
628
 
683
629
  class GetXF0D:
684
630
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetXF0D`"""
685
631
 
686
632
  def __init__(self):
687
633
  """Builds a GetXF0D object."""
688
- ...
689
634
 
690
635
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
691
636
  """Returns the X 3D coordinate of the `freestyle.types.Interface0D` pointed by
@@ -696,7 +641,6 @@ class GetXF0D:
696
641
  :return: The X 3D coordinate of the pointed Interface0D.
697
642
  :rtype: float
698
643
  """
699
- ...
700
644
 
701
645
  class GetXF1D:
702
646
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetXF1D`"""
@@ -710,7 +654,6 @@ class GetXF1D:
710
654
  from a set of values.
711
655
  :type integration_type: freestyle.types.IntegrationType
712
656
  """
713
- ...
714
657
 
715
658
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
716
659
  """Returns the X 3D coordinate of an Interface1D.
@@ -720,14 +663,12 @@ class GetXF1D:
720
663
  :return: The X 3D coordinate of the Interface1D.
721
664
  :rtype: float
722
665
  """
723
- ...
724
666
 
725
667
  class GetYF0D:
726
668
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetYF0D`"""
727
669
 
728
670
  def __init__(self):
729
671
  """Builds a GetYF0D object."""
730
- ...
731
672
 
732
673
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
733
674
  """Returns the Y 3D coordinate of the `freestyle.types.Interface0D` pointed by
@@ -738,7 +679,6 @@ class GetYF0D:
738
679
  :return: The Y 3D coordinate of the pointed Interface0D.
739
680
  :rtype: float
740
681
  """
741
- ...
742
682
 
743
683
  class GetYF1D:
744
684
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetYF1D`"""
@@ -752,7 +692,6 @@ class GetYF1D:
752
692
  from a set of values.
753
693
  :type integration_type: freestyle.types.IntegrationType
754
694
  """
755
- ...
756
695
 
757
696
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
758
697
  """Returns the Y 3D coordinate of an Interface1D.
@@ -762,14 +701,12 @@ class GetYF1D:
762
701
  :return: The Y 3D coordinate of the Interface1D.
763
702
  :rtype: float
764
703
  """
765
- ...
766
704
 
767
705
  class GetZF0D:
768
706
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetZF0D`"""
769
707
 
770
708
  def __init__(self):
771
709
  """Builds a GetZF0D object."""
772
- ...
773
710
 
774
711
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
775
712
  """Returns the Z 3D coordinate of the `freestyle.types.Interface0D` pointed by
@@ -780,7 +717,6 @@ class GetZF0D:
780
717
  :return: The Z 3D coordinate of the pointed Interface0D.
781
718
  :rtype: float
782
719
  """
783
- ...
784
720
 
785
721
  class GetZF1D:
786
722
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `GetZF1D`"""
@@ -794,7 +730,6 @@ class GetZF1D:
794
730
  from a set of values.
795
731
  :type integration_type: freestyle.types.IntegrationType
796
732
  """
797
- ...
798
733
 
799
734
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
800
735
  """Returns the Z 3D coordinate of an Interface1D.
@@ -804,14 +739,12 @@ class GetZF1D:
804
739
  :return: The Z 3D coordinate of the Interface1D.
805
740
  :rtype: float
806
741
  """
807
- ...
808
742
 
809
743
  class IncrementChainingTimeStampF1D:
810
744
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVoid` > `IncrementChainingTimeStampF1D`"""
811
745
 
812
746
  def __init__(self):
813
747
  """Builds an IncrementChainingTimeStampF1D object."""
814
- ...
815
748
 
816
749
  def __call__(self, inter: freestyle.types.Interface1D):
817
750
  """Increments the chaining time stamp of the Interface1D.
@@ -819,7 +752,6 @@ class IncrementChainingTimeStampF1D:
819
752
  :param inter: An Interface1D object.
820
753
  :type inter: freestyle.types.Interface1D
821
754
  """
822
- ...
823
755
 
824
756
  class LocalAverageDepthF0D:
825
757
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `LocalAverageDepthF0D`"""
@@ -830,7 +762,6 @@ class LocalAverageDepthF0D:
830
762
  :param mask_size: The size of the mask.
831
763
  :type mask_size: float
832
764
  """
833
- ...
834
765
 
835
766
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
836
767
  """Returns the average depth around the
@@ -843,7 +774,6 @@ class LocalAverageDepthF0D:
843
774
  :return: The average depth around the pointed Interface0D.
844
775
  :rtype: float
845
776
  """
846
- ...
847
777
 
848
778
  class LocalAverageDepthF1D:
849
779
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `LocalAverageDepthF1D`"""
@@ -862,7 +792,6 @@ class LocalAverageDepthF1D:
862
792
  from a set of values.
863
793
  :type integration_type: freestyle.types.IntegrationType
864
794
  """
865
- ...
866
795
 
867
796
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
868
797
  """Returns the average depth evaluated for an Interface1D. The average
@@ -876,14 +805,12 @@ class LocalAverageDepthF1D:
876
805
  :return: The average depth evaluated for the Interface1D.
877
806
  :rtype: float
878
807
  """
879
- ...
880
808
 
881
809
  class MaterialF0D:
882
810
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DMaterial` > `MaterialF0D`"""
883
811
 
884
812
  def __init__(self):
885
813
  """Builds a MaterialF0D object."""
886
- ...
887
814
 
888
815
  def __call__(
889
816
  self, it: freestyle.types.Interface0DIterator
@@ -906,14 +833,12 @@ class MaterialF0D:
906
833
  Interface0D.
907
834
  :rtype: freestyle.types.Material
908
835
  """
909
- ...
910
836
 
911
837
  class Normal2DF0D:
912
838
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVec2f` > `Normal2DF0D`"""
913
839
 
914
840
  def __init__(self):
915
841
  """Builds a Normal2DF0D object."""
916
- ...
917
842
 
918
843
  def __call__(self, it: freestyle.types.Interface0DIterator) -> mathutils.Vector:
919
844
  """Returns a two-dimensional vector giving the normalized 2D normal to
@@ -927,7 +852,6 @@ class Normal2DF0D:
927
852
  Interface0D.
928
853
  :rtype: mathutils.Vector
929
854
  """
930
- ...
931
855
 
932
856
  class Normal2DF1D:
933
857
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVec2f` > `Normal2DF1D`"""
@@ -941,7 +865,6 @@ class Normal2DF1D:
941
865
  from a set of values.
942
866
  :type integration_type: freestyle.types.IntegrationType
943
867
  """
944
- ...
945
868
 
946
869
  def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
947
870
  """Returns the 2D normal for the Interface1D.
@@ -951,7 +874,6 @@ class Normal2DF1D:
951
874
  :return: The 2D normal for the Interface1D.
952
875
  :rtype: mathutils.Vector
953
876
  """
954
- ...
955
877
 
956
878
  class Orientation2DF1D:
957
879
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVec2f` > `Orientation2DF1D`"""
@@ -965,7 +887,6 @@ class Orientation2DF1D:
965
887
  from a set of values.
966
888
  :type integration_type: freestyle.types.IntegrationType
967
889
  """
968
- ...
969
890
 
970
891
  def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
971
892
  """Returns the 2D orientation of the Interface1D.
@@ -975,7 +896,6 @@ class Orientation2DF1D:
975
896
  :return: The 2D orientation of the Interface1D.
976
897
  :rtype: mathutils.Vector
977
898
  """
978
- ...
979
899
 
980
900
  class Orientation3DF1D:
981
901
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVec3f` > `Orientation3DF1D`"""
@@ -989,7 +909,6 @@ class Orientation3DF1D:
989
909
  from a set of values.
990
910
  :type integration_type: freestyle.types.IntegrationType
991
911
  """
992
- ...
993
912
 
994
913
  def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
995
914
  """Returns the 3D orientation of the Interface1D.
@@ -999,14 +918,12 @@ class Orientation3DF1D:
999
918
  :return: The 3D orientation of the Interface1D.
1000
919
  :rtype: mathutils.Vector
1001
920
  """
1002
- ...
1003
921
 
1004
922
  class QuantitativeInvisibilityF0D:
1005
923
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DUnsigned` > `QuantitativeInvisibilityF0D`"""
1006
924
 
1007
925
  def __init__(self):
1008
926
  """Builds a QuantitativeInvisibilityF0D object."""
1009
- ...
1010
927
 
1011
928
  def __call__(self, it: freestyle.types.Interface0DIterator) -> int:
1012
929
  """Returns the quantitative invisibility of the
@@ -1023,7 +940,6 @@ class QuantitativeInvisibilityF0D:
1023
940
  :return: The quantitative invisibility of the pointed Interface0D.
1024
941
  :rtype: int
1025
942
  """
1026
- ...
1027
943
 
1028
944
  class QuantitativeInvisibilityF1D:
1029
945
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DUnsigned` > `QuantitativeInvisibilityF1D`"""
@@ -1037,7 +953,6 @@ class QuantitativeInvisibilityF1D:
1037
953
  from a set of values.
1038
954
  :type integration_type: freestyle.types.IntegrationType
1039
955
  """
1040
- ...
1041
956
 
1042
957
  def __call__(self, inter: freestyle.types.Interface1D) -> int:
1043
958
  """Returns the Quantitative Invisibility of an Interface1D element. If
@@ -1051,7 +966,6 @@ class QuantitativeInvisibilityF1D:
1051
966
  :return: The Quantitative Invisibility of the Interface1D.
1052
967
  :rtype: int
1053
968
  """
1054
- ...
1055
969
 
1056
970
  class ReadCompleteViewMapPixelF0D:
1057
971
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `ReadCompleteViewMapPixelF0D`"""
@@ -1063,7 +977,6 @@ class ReadCompleteViewMapPixelF0D:
1063
977
  read.
1064
978
  :type level: int
1065
979
  """
1066
- ...
1067
980
 
1068
981
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
1069
982
  """Reads a pixel in one of the level of the complete viewmap.
@@ -1073,7 +986,6 @@ class ReadCompleteViewMapPixelF0D:
1073
986
  :return: A pixel in one of the level of the complete viewmap.
1074
987
  :rtype: float
1075
988
  """
1076
- ...
1077
989
 
1078
990
  class ReadMapPixelF0D:
1079
991
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `ReadMapPixelF0D`"""
@@ -1087,7 +999,6 @@ class ReadMapPixelF0D:
1087
999
  read.
1088
1000
  :type level: int
1089
1001
  """
1090
- ...
1091
1002
 
1092
1003
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
1093
1004
  """Reads a pixel in a map.
@@ -1097,7 +1008,6 @@ class ReadMapPixelF0D:
1097
1008
  :return: A pixel in a map.
1098
1009
  :rtype: float
1099
1010
  """
1100
- ...
1101
1011
 
1102
1012
  class ReadSteerableViewMapPixelF0D:
1103
1013
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `ReadSteerableViewMapPixelF0D`"""
@@ -1112,7 +1022,6 @@ class ReadSteerableViewMapPixelF0D:
1112
1022
  read.
1113
1023
  :type level: int
1114
1024
  """
1115
- ...
1116
1025
 
1117
1026
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
1118
1027
  """Reads a pixel in one of the level of one of the steerable viewmaps.
@@ -1122,14 +1031,12 @@ class ReadSteerableViewMapPixelF0D:
1122
1031
  :return: A pixel in one of the level of one of the steerable viewmaps.
1123
1032
  :rtype: float
1124
1033
  """
1125
- ...
1126
1034
 
1127
1035
  class ShapeIdF0D:
1128
1036
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DId` > `ShapeIdF0D`"""
1129
1037
 
1130
1038
  def __init__(self):
1131
1039
  """Builds a ShapeIdF0D object."""
1132
- ...
1133
1040
 
1134
1041
  def __call__(self, it: freestyle.types.Interface0DIterator) -> freestyle.types.Id:
1135
1042
  """Returns the `freestyle.types.Id` of the Shape the
@@ -1147,14 +1054,12 @@ class ShapeIdF0D:
1147
1054
  :return: The Id of the Shape the pointed Interface0D belongs to.
1148
1055
  :rtype: freestyle.types.Id
1149
1056
  """
1150
- ...
1151
1057
 
1152
1058
  class TimeStampF1D:
1153
1059
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVoid` > `TimeStampF1D`"""
1154
1060
 
1155
1061
  def __init__(self):
1156
1062
  """Builds a TimeStampF1D object."""
1157
- ...
1158
1063
 
1159
1064
  def __call__(self, inter: freestyle.types.Interface1D):
1160
1065
  """Returns the time stamp of the Interface1D.
@@ -1162,14 +1067,12 @@ class TimeStampF1D:
1162
1067
  :param inter: An Interface1D object.
1163
1068
  :type inter: freestyle.types.Interface1D
1164
1069
  """
1165
- ...
1166
1070
 
1167
1071
  class VertexOrientation2DF0D:
1168
1072
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVec2f` > `VertexOrientation2DF0D`"""
1169
1073
 
1170
1074
  def __init__(self):
1171
1075
  """Builds a VertexOrientation2DF0D object."""
1172
- ...
1173
1076
 
1174
1077
  def __call__(self, it: freestyle.types.Interface0DIterator) -> mathutils.Vector:
1175
1078
  """Returns a two-dimensional vector giving the 2D oriented tangent to the
@@ -1183,14 +1086,12 @@ class VertexOrientation2DF0D:
1183
1086
  pointed Interface0D.
1184
1087
  :rtype: mathutils.Vector
1185
1088
  """
1186
- ...
1187
1089
 
1188
1090
  class VertexOrientation3DF0D:
1189
1091
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVec3f` > `VertexOrientation3DF0D`"""
1190
1092
 
1191
1093
  def __init__(self):
1192
1094
  """Builds a VertexOrientation3DF0D object."""
1193
- ...
1194
1095
 
1195
1096
  def __call__(self, it: freestyle.types.Interface0DIterator) -> mathutils.Vector:
1196
1097
  """Returns a three-dimensional vector giving the 3D oriented tangent to
@@ -1204,14 +1105,12 @@ class VertexOrientation3DF0D:
1204
1105
  pointed Interface0D.
1205
1106
  :rtype: mathutils.Vector
1206
1107
  """
1207
- ...
1208
1108
 
1209
1109
  class ZDiscontinuityF0D:
1210
1110
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `ZDiscontinuityF0D`"""
1211
1111
 
1212
1112
  def __init__(self):
1213
1113
  """Builds a ZDiscontinuityF0D object."""
1214
- ...
1215
1114
 
1216
1115
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
1217
1116
  """Returns a real value giving the distance between the
@@ -1227,7 +1126,6 @@ class ZDiscontinuityF0D:
1227
1126
  and the occludee.
1228
1127
  :rtype: float
1229
1128
  """
1230
- ...
1231
1129
 
1232
1130
  class ZDiscontinuityF1D:
1233
1131
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DDouble` > `ZDiscontinuityF1D`"""
@@ -1241,7 +1139,6 @@ class ZDiscontinuityF1D:
1241
1139
  from a set of values.
1242
1140
  :type integration_type: freestyle.types.IntegrationType
1243
1141
  """
1244
- ...
1245
1142
 
1246
1143
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
1247
1144
  """Returns a real value giving the distance between an Interface1D
@@ -1255,15 +1152,12 @@ class ZDiscontinuityF1D:
1255
1152
  :return: The normalized distance between the Interface1D and the occludee.
1256
1153
  :rtype: float
1257
1154
  """
1258
- ...
1259
1155
 
1260
1156
  class pyCurvilinearLengthF0D: ...
1261
1157
 
1262
1158
  class pyDensityAnisotropyF0D:
1263
1159
  """Estimates the anisotropy of density."""
1264
1160
 
1265
- ...
1266
-
1267
1161
  class pyDensityAnisotropyF1D: ...
1268
1162
  class pyGetInverseProjectedZF1D: ...
1269
1163
  class pyGetSquareInverseProjectedZF1D: ...
@@ -1280,4 +1174,3 @@ class pyViewMapGradientVectorF0D:
1280
1174
  :param level: the level at which to compute the gradient
1281
1175
  :type level: int
1282
1176
  """
1283
- ...