fake-bpy-module 20250828__py3-none-any.whl → 20260119__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
freestyle/functions/__init__.pyi
CHANGED
|
@@ -45,7 +45,6 @@ class ChainingTimeStampF1D:
|
|
|
45
45
|
"""Sets the chaining time stamp of the Interface1D.
|
|
46
46
|
|
|
47
47
|
:param inter: An Interface1D object.
|
|
48
|
-
:type inter: freestyle.types.Interface1D
|
|
49
48
|
"""
|
|
50
49
|
|
|
51
50
|
class Curvature2DAngleF0D:
|
|
@@ -61,10 +60,8 @@ class Curvature2DAngleF0D:
|
|
|
61
60
|
Interface0D.
|
|
62
61
|
|
|
63
62
|
:param it: An Interface0DIterator object.
|
|
64
|
-
:type it: freestyle.types.Interface0DIterator
|
|
65
63
|
:return: The 2D curvature of the 1D element evaluated at the
|
|
66
64
|
pointed Interface0D.
|
|
67
|
-
:rtype: float
|
|
68
65
|
"""
|
|
69
66
|
|
|
70
67
|
class Curvature2DAngleF1D:
|
|
@@ -77,16 +74,13 @@ class Curvature2DAngleF1D:
|
|
|
77
74
|
|
|
78
75
|
:param integration_type: The integration method used to compute a single value
|
|
79
76
|
from a set of values.
|
|
80
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
81
77
|
"""
|
|
82
78
|
|
|
83
79
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
84
80
|
"""Returns the 2D curvature as an angle for an Interface1D.
|
|
85
81
|
|
|
86
82
|
:param inter: An Interface1D object.
|
|
87
|
-
:type inter: freestyle.types.Interface1D
|
|
88
83
|
:return: The 2D curvature as an angle.
|
|
89
|
-
:rtype: float
|
|
90
84
|
"""
|
|
91
85
|
|
|
92
86
|
class CurveMaterialF0D:
|
|
@@ -109,10 +103,8 @@ class CurveNatureF0D:
|
|
|
109
103
|
Interface0D pointed by the Interface0DIterator belongs to.
|
|
110
104
|
|
|
111
105
|
:param it: An Interface0DIterator object.
|
|
112
|
-
:type it: freestyle.types.Interface0DIterator
|
|
113
106
|
:return: The nature of the 1D element to which the pointed Interface0D
|
|
114
107
|
belongs.
|
|
115
|
-
:rtype: freestyle.types.Nature
|
|
116
108
|
"""
|
|
117
109
|
|
|
118
110
|
class CurveNatureF1D:
|
|
@@ -125,7 +117,6 @@ class CurveNatureF1D:
|
|
|
125
117
|
|
|
126
118
|
:param integration_type: The integration method used to compute a single value
|
|
127
119
|
from a set of values.
|
|
128
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
129
120
|
"""
|
|
130
121
|
|
|
131
122
|
def __call__(self, inter: freestyle.types.Interface1D) -> freestyle.types.Nature:
|
|
@@ -138,9 +129,7 @@ class CurveNatureF1D:
|
|
|
138
129
|
results.
|
|
139
130
|
|
|
140
131
|
:param inter: An Interface1D object.
|
|
141
|
-
:type inter: freestyle.types.Interface1D
|
|
142
132
|
:return: The nature of the Interface1D.
|
|
143
|
-
:rtype: freestyle.types.Nature
|
|
144
133
|
"""
|
|
145
134
|
|
|
146
135
|
class DensityF0D:
|
|
@@ -152,7 +141,6 @@ class DensityF0D:
|
|
|
152
141
|
:param sigma: The gaussian sigma value indicating the X value for
|
|
153
142
|
which the gaussian function is 0.5. It leads to the window size
|
|
154
143
|
value (the larger, the smoother).
|
|
155
|
-
:type sigma: float
|
|
156
144
|
"""
|
|
157
145
|
|
|
158
146
|
def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
|
|
@@ -163,10 +151,8 @@ class DensityF0D:
|
|
|
163
151
|
a gaussian.
|
|
164
152
|
|
|
165
153
|
:param it: An Interface0DIterator object.
|
|
166
|
-
:type it: freestyle.types.Interface0DIterator
|
|
167
154
|
:return: The density of the image evaluated at the pointed
|
|
168
155
|
Interface0D.
|
|
169
|
-
:rtype: float
|
|
170
156
|
"""
|
|
171
157
|
|
|
172
158
|
class DensityF1D:
|
|
@@ -182,15 +168,12 @@ class DensityF1D:
|
|
|
182
168
|
|
|
183
169
|
:param sigma: The sigma used in DensityF0D and determining the window size
|
|
184
170
|
used in each density query.
|
|
185
|
-
:type sigma: float
|
|
186
171
|
:param integration_type: The integration method used to compute a single value
|
|
187
172
|
from a set of values.
|
|
188
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
189
173
|
:param sampling: The resolution used to sample the chain: the
|
|
190
174
|
corresponding 0D function is evaluated at each sample point and
|
|
191
175
|
the result is obtained by combining the resulting values into a
|
|
192
176
|
single one, following the method specified by integration_type.
|
|
193
|
-
:type sampling: float
|
|
194
177
|
"""
|
|
195
178
|
|
|
196
179
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -201,9 +184,7 @@ class DensityF1D:
|
|
|
201
184
|
integration method.
|
|
202
185
|
|
|
203
186
|
:param inter: An Interface1D object.
|
|
204
|
-
:type inter: freestyle.types.Interface1D
|
|
205
187
|
:return: The density evaluated for an Interface1D.
|
|
206
|
-
:rtype: float
|
|
207
188
|
"""
|
|
208
189
|
|
|
209
190
|
class GetCompleteViewMapDensityF1D:
|
|
@@ -219,15 +200,12 @@ class GetCompleteViewMapDensityF1D:
|
|
|
219
200
|
|
|
220
201
|
:param level: The level of the pyramid from which the pixel must be
|
|
221
202
|
read.
|
|
222
|
-
:type level: int
|
|
223
203
|
:param integration_type: The integration method used to compute a single value
|
|
224
204
|
from a set of values.
|
|
225
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
226
205
|
:param sampling: The resolution used to sample the chain: the
|
|
227
206
|
corresponding 0D function is evaluated at each sample point and
|
|
228
207
|
the result is obtained by combining the resulting values into a
|
|
229
208
|
single one, following the method specified by integration_type.
|
|
230
|
-
:type sampling: float
|
|
231
209
|
"""
|
|
232
210
|
|
|
233
211
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -239,10 +217,8 @@ class GetCompleteViewMapDensityF1D:
|
|
|
239
217
|
method.
|
|
240
218
|
|
|
241
219
|
:param inter: An Interface1D object.
|
|
242
|
-
:type inter: freestyle.types.Interface1D
|
|
243
220
|
:return: The density evaluated for the Interface1D in the complete
|
|
244
221
|
viewmap image.
|
|
245
|
-
:rtype: float
|
|
246
222
|
"""
|
|
247
223
|
|
|
248
224
|
class GetCurvilinearAbscissaF0D:
|
|
@@ -257,9 +233,7 @@ class GetCurvilinearAbscissaF0D:
|
|
|
257
233
|
Interface0DIterator in the context of its 1D element.
|
|
258
234
|
|
|
259
235
|
:param it: An Interface0DIterator object.
|
|
260
|
-
:type it: freestyle.types.Interface0DIterator
|
|
261
236
|
:return: The curvilinear abscissa of the pointed Interface0D.
|
|
262
|
-
:rtype: float
|
|
263
237
|
"""
|
|
264
238
|
|
|
265
239
|
class GetDirectionalViewMapDensityF1D:
|
|
@@ -276,18 +250,14 @@ class GetDirectionalViewMapDensityF1D:
|
|
|
276
250
|
|
|
277
251
|
:param orientation: The number of the directional map we must work
|
|
278
252
|
with.
|
|
279
|
-
:type orientation: int
|
|
280
253
|
:param level: The level of the pyramid from which the pixel must be
|
|
281
254
|
read.
|
|
282
|
-
:type level: int
|
|
283
255
|
:param integration_type: The integration method used to compute a single value
|
|
284
256
|
from a set of values.
|
|
285
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
286
257
|
:param sampling: The resolution used to sample the chain: the
|
|
287
258
|
corresponding 0D function is evaluated at each sample point and
|
|
288
259
|
the result is obtained by combining the resulting values into a
|
|
289
260
|
single one, following the method specified by integration_type.
|
|
290
|
-
:type sampling: float
|
|
291
261
|
"""
|
|
292
262
|
|
|
293
263
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -300,10 +270,8 @@ class GetDirectionalViewMapDensityF1D:
|
|
|
300
270
|
method.
|
|
301
271
|
|
|
302
272
|
:param inter: An Interface1D object.
|
|
303
|
-
:type inter: freestyle.types.Interface1D
|
|
304
273
|
:return: the density evaluated for an Interface1D in of the
|
|
305
274
|
steerable viewmaps image.
|
|
306
|
-
:rtype: float
|
|
307
275
|
"""
|
|
308
276
|
|
|
309
277
|
class GetOccludeeF0D:
|
|
@@ -319,9 +287,7 @@ class GetOccludeeF0D:
|
|
|
319
287
|
pointed by the Interface0DIterator occludes.
|
|
320
288
|
|
|
321
289
|
:param it: An Interface0DIterator object.
|
|
322
|
-
:type it: freestyle.types.Interface0DIterator
|
|
323
290
|
:return: The ViewShape occluded by the pointed Interface0D.
|
|
324
|
-
:rtype: freestyle.types.ViewShape
|
|
325
291
|
"""
|
|
326
292
|
|
|
327
293
|
class GetOccludeeF1D:
|
|
@@ -336,9 +302,7 @@ class GetOccludeeF1D:
|
|
|
336
302
|
"""Returns a list of occluded shapes covered by this Interface1D.
|
|
337
303
|
|
|
338
304
|
:param inter: An Interface1D object.
|
|
339
|
-
:type inter: freestyle.types.Interface1D
|
|
340
305
|
:return: A list of occluded shapes covered by the Interface1D.
|
|
341
|
-
:rtype: list[freestyle.types.ViewShape]
|
|
342
306
|
"""
|
|
343
307
|
|
|
344
308
|
class GetOccludersF0D:
|
|
@@ -354,10 +318,8 @@ class GetOccludersF0D:
|
|
|
354
318
|
`freestyle.types.Interface0D` pointed by the Interface0DIterator.
|
|
355
319
|
|
|
356
320
|
:param it: An Interface0DIterator object.
|
|
357
|
-
:type it: freestyle.types.Interface0DIterator
|
|
358
321
|
:return: A list of ViewShape objects occluding the pointed
|
|
359
322
|
Interface0D.
|
|
360
|
-
:rtype: list[freestyle.types.ViewShape]
|
|
361
323
|
"""
|
|
362
324
|
|
|
363
325
|
class GetOccludersF1D:
|
|
@@ -372,9 +334,7 @@ class GetOccludersF1D:
|
|
|
372
334
|
"""Returns a list of occluding shapes that cover this Interface1D.
|
|
373
335
|
|
|
374
336
|
:param inter: An Interface1D object.
|
|
375
|
-
:type inter: freestyle.types.Interface1D
|
|
376
337
|
:return: A list of occluding shapes that cover the Interface1D.
|
|
377
|
-
:rtype: list[freestyle.types.ViewShape]
|
|
378
338
|
"""
|
|
379
339
|
|
|
380
340
|
class GetParameterF0D:
|
|
@@ -388,9 +348,7 @@ class GetParameterF0D:
|
|
|
388
348
|
pointed by the Interface0DIterator in the context of its 1D element.
|
|
389
349
|
|
|
390
350
|
:param it: An Interface0DIterator object.
|
|
391
|
-
:type it: freestyle.types.Interface0DIterator
|
|
392
351
|
:return: The parameter of an Interface0D.
|
|
393
|
-
:rtype: float
|
|
394
352
|
"""
|
|
395
353
|
|
|
396
354
|
class GetProjectedXF0D:
|
|
@@ -404,9 +362,7 @@ class GetProjectedXF0D:
|
|
|
404
362
|
pointed by the Interface0DIterator.
|
|
405
363
|
|
|
406
364
|
:param it: An Interface0DIterator object.
|
|
407
|
-
:type it: freestyle.types.Interface0DIterator
|
|
408
365
|
:return: The X 3D projected coordinate of the pointed Interface0D.
|
|
409
|
-
:rtype: float
|
|
410
366
|
"""
|
|
411
367
|
|
|
412
368
|
class GetProjectedXF1D:
|
|
@@ -419,16 +375,13 @@ class GetProjectedXF1D:
|
|
|
419
375
|
|
|
420
376
|
:param integration_type: The integration method used to compute a single value
|
|
421
377
|
from a set of values.
|
|
422
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
423
378
|
"""
|
|
424
379
|
|
|
425
380
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
426
381
|
"""Returns the projected X 3D coordinate of an Interface1D.
|
|
427
382
|
|
|
428
383
|
:param inter: An Interface1D object.
|
|
429
|
-
:type inter: freestyle.types.Interface1D
|
|
430
384
|
:return: The projected X 3D coordinate of an Interface1D.
|
|
431
|
-
:rtype: float
|
|
432
385
|
"""
|
|
433
386
|
|
|
434
387
|
class GetProjectedYF0D:
|
|
@@ -442,9 +395,7 @@ class GetProjectedYF0D:
|
|
|
442
395
|
pointed by the Interface0DIterator.
|
|
443
396
|
|
|
444
397
|
:param it: An Interface0DIterator object.
|
|
445
|
-
:type it: freestyle.types.Interface0DIterator
|
|
446
398
|
:return: The Y 3D projected coordinate of the pointed Interface0D.
|
|
447
|
-
:rtype: float
|
|
448
399
|
"""
|
|
449
400
|
|
|
450
401
|
class GetProjectedYF1D:
|
|
@@ -457,16 +408,13 @@ class GetProjectedYF1D:
|
|
|
457
408
|
|
|
458
409
|
:param integration_type: The integration method used to compute a single value
|
|
459
410
|
from a set of values.
|
|
460
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
461
411
|
"""
|
|
462
412
|
|
|
463
413
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
464
414
|
"""Returns the projected Y 3D coordinate of an Interface1D.
|
|
465
415
|
|
|
466
416
|
:param inter: An Interface1D object.
|
|
467
|
-
:type inter: freestyle.types.Interface1D
|
|
468
417
|
:return: The projected Y 3D coordinate of an Interface1D.
|
|
469
|
-
:rtype: float
|
|
470
418
|
"""
|
|
471
419
|
|
|
472
420
|
class GetProjectedZF0D:
|
|
@@ -480,9 +428,7 @@ class GetProjectedZF0D:
|
|
|
480
428
|
pointed by the Interface0DIterator.
|
|
481
429
|
|
|
482
430
|
:param it: An Interface0DIterator object.
|
|
483
|
-
:type it: freestyle.types.Interface0DIterator
|
|
484
431
|
:return: The Z 3D projected coordinate of the pointed Interface0D.
|
|
485
|
-
:rtype: float
|
|
486
432
|
"""
|
|
487
433
|
|
|
488
434
|
class GetProjectedZF1D:
|
|
@@ -495,16 +441,13 @@ class GetProjectedZF1D:
|
|
|
495
441
|
|
|
496
442
|
:param integration_type: The integration method used to compute a single value
|
|
497
443
|
from a set of values.
|
|
498
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
499
444
|
"""
|
|
500
445
|
|
|
501
446
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
502
447
|
"""Returns the projected Z 3D coordinate of an Interface1D.
|
|
503
448
|
|
|
504
449
|
:param inter: An Interface1D object.
|
|
505
|
-
:type inter: freestyle.types.Interface1D
|
|
506
450
|
:return: The projected Z 3D coordinate of an Interface1D.
|
|
507
|
-
:rtype: float
|
|
508
451
|
"""
|
|
509
452
|
|
|
510
453
|
class GetShapeF0D:
|
|
@@ -520,9 +463,7 @@ class GetShapeF0D:
|
|
|
520
463
|
Interface0D pointed by the Interface0DIterator.
|
|
521
464
|
|
|
522
465
|
:param it: An Interface0DIterator object.
|
|
523
|
-
:type it: freestyle.types.Interface0DIterator
|
|
524
466
|
:return: The ViewShape containing the pointed Interface0D.
|
|
525
|
-
:rtype: freestyle.types.ViewShape
|
|
526
467
|
"""
|
|
527
468
|
|
|
528
469
|
class GetShapeF1D:
|
|
@@ -537,9 +478,7 @@ class GetShapeF1D:
|
|
|
537
478
|
"""Returns a list of shapes covered by this Interface1D.
|
|
538
479
|
|
|
539
480
|
:param inter: An Interface1D object.
|
|
540
|
-
:type inter: freestyle.types.Interface1D
|
|
541
481
|
:return: A list of shapes covered by the Interface1D.
|
|
542
|
-
:rtype: list[freestyle.types.ViewShape]
|
|
543
482
|
"""
|
|
544
483
|
|
|
545
484
|
class GetSteerableViewMapDensityF1D:
|
|
@@ -555,15 +494,12 @@ class GetSteerableViewMapDensityF1D:
|
|
|
555
494
|
|
|
556
495
|
:param level: The level of the pyramid from which the pixel must be
|
|
557
496
|
read.
|
|
558
|
-
:type level: int
|
|
559
497
|
:param integration_type: The integration method used to compute a single value
|
|
560
498
|
from a set of values.
|
|
561
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
562
499
|
:param sampling: The resolution used to sample the chain: the
|
|
563
500
|
corresponding 0D function is evaluated at each sample point and
|
|
564
501
|
the result is obtained by combining the resulting values into a
|
|
565
502
|
single one, following the method specified by integration_type.
|
|
566
|
-
:type sampling: float
|
|
567
503
|
"""
|
|
568
504
|
|
|
569
505
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -573,9 +509,7 @@ class GetSteerableViewMapDensityF1D:
|
|
|
573
509
|
orientation.
|
|
574
510
|
|
|
575
511
|
:param inter: An Interface1D object.
|
|
576
|
-
:type inter: freestyle.types.Interface1D
|
|
577
512
|
:return: The density of the ViewMap for a given Interface1D.
|
|
578
|
-
:rtype: float
|
|
579
513
|
"""
|
|
580
514
|
|
|
581
515
|
class GetViewMapGradientNormF0D:
|
|
@@ -586,7 +520,6 @@ class GetViewMapGradientNormF0D:
|
|
|
586
520
|
|
|
587
521
|
:param level: The level of the pyramid from which the pixel must be
|
|
588
522
|
read.
|
|
589
|
-
:type level: int
|
|
590
523
|
"""
|
|
591
524
|
|
|
592
525
|
def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
|
|
@@ -594,10 +527,8 @@ class GetViewMapGradientNormF0D:
|
|
|
594
527
|
image.
|
|
595
528
|
|
|
596
529
|
:param it: An Interface0DIterator object.
|
|
597
|
-
:type it: freestyle.types.Interface0DIterator
|
|
598
530
|
:return: The norm of the gradient of the global viewmap density
|
|
599
531
|
image.
|
|
600
|
-
:rtype: float
|
|
601
532
|
"""
|
|
602
533
|
|
|
603
534
|
class GetViewMapGradientNormF1D:
|
|
@@ -613,15 +544,12 @@ class GetViewMapGradientNormF1D:
|
|
|
613
544
|
|
|
614
545
|
:param level: The level of the pyramid from which the pixel must be
|
|
615
546
|
read.
|
|
616
|
-
:type level: int
|
|
617
547
|
:param integration_type: The integration method used to compute a single value
|
|
618
548
|
from a set of values.
|
|
619
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
620
549
|
:param sampling: The resolution used to sample the chain: the
|
|
621
550
|
corresponding 0D function is evaluated at each sample point and
|
|
622
551
|
the result is obtained by combining the resulting values into a
|
|
623
552
|
single one, following the method specified by integration_type.
|
|
624
|
-
:type sampling: float
|
|
625
553
|
"""
|
|
626
554
|
|
|
627
555
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -631,9 +559,7 @@ class GetViewMapGradientNormF1D:
|
|
|
631
559
|
orientation.
|
|
632
560
|
|
|
633
561
|
:param inter: An Interface1D object.
|
|
634
|
-
:type inter: freestyle.types.Interface1D
|
|
635
562
|
:return: The density of the ViewMap for a given Interface1D.
|
|
636
|
-
:rtype: float
|
|
637
563
|
"""
|
|
638
564
|
|
|
639
565
|
class GetXF0D:
|
|
@@ -647,9 +573,7 @@ class GetXF0D:
|
|
|
647
573
|
the Interface0DIterator.
|
|
648
574
|
|
|
649
575
|
:param it: An Interface0DIterator object.
|
|
650
|
-
:type it: freestyle.types.Interface0DIterator
|
|
651
576
|
:return: The X 3D coordinate of the pointed Interface0D.
|
|
652
|
-
:rtype: float
|
|
653
577
|
"""
|
|
654
578
|
|
|
655
579
|
class GetXF1D:
|
|
@@ -662,16 +586,13 @@ class GetXF1D:
|
|
|
662
586
|
|
|
663
587
|
:param integration_type: The integration method used to compute a single value
|
|
664
588
|
from a set of values.
|
|
665
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
666
589
|
"""
|
|
667
590
|
|
|
668
591
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
669
592
|
"""Returns the X 3D coordinate of an Interface1D.
|
|
670
593
|
|
|
671
594
|
:param inter: An Interface1D object.
|
|
672
|
-
:type inter: freestyle.types.Interface1D
|
|
673
595
|
:return: The X 3D coordinate of the Interface1D.
|
|
674
|
-
:rtype: float
|
|
675
596
|
"""
|
|
676
597
|
|
|
677
598
|
class GetYF0D:
|
|
@@ -685,9 +606,7 @@ class GetYF0D:
|
|
|
685
606
|
the Interface0DIterator.
|
|
686
607
|
|
|
687
608
|
:param it: An Interface0DIterator object.
|
|
688
|
-
:type it: freestyle.types.Interface0DIterator
|
|
689
609
|
:return: The Y 3D coordinate of the pointed Interface0D.
|
|
690
|
-
:rtype: float
|
|
691
610
|
"""
|
|
692
611
|
|
|
693
612
|
class GetYF1D:
|
|
@@ -700,16 +619,13 @@ class GetYF1D:
|
|
|
700
619
|
|
|
701
620
|
:param integration_type: The integration method used to compute a single value
|
|
702
621
|
from a set of values.
|
|
703
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
704
622
|
"""
|
|
705
623
|
|
|
706
624
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
707
625
|
"""Returns the Y 3D coordinate of an Interface1D.
|
|
708
626
|
|
|
709
627
|
:param inter: An Interface1D object.
|
|
710
|
-
:type inter: freestyle.types.Interface1D
|
|
711
628
|
:return: The Y 3D coordinate of the Interface1D.
|
|
712
|
-
:rtype: float
|
|
713
629
|
"""
|
|
714
630
|
|
|
715
631
|
class GetZF0D:
|
|
@@ -723,9 +639,7 @@ class GetZF0D:
|
|
|
723
639
|
the Interface0DIterator.
|
|
724
640
|
|
|
725
641
|
:param it: An Interface0DIterator object.
|
|
726
|
-
:type it: freestyle.types.Interface0DIterator
|
|
727
642
|
:return: The Z 3D coordinate of the pointed Interface0D.
|
|
728
|
-
:rtype: float
|
|
729
643
|
"""
|
|
730
644
|
|
|
731
645
|
class GetZF1D:
|
|
@@ -738,16 +652,13 @@ class GetZF1D:
|
|
|
738
652
|
|
|
739
653
|
:param integration_type: The integration method used to compute a single value
|
|
740
654
|
from a set of values.
|
|
741
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
742
655
|
"""
|
|
743
656
|
|
|
744
657
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
745
658
|
"""Returns the Z 3D coordinate of an Interface1D.
|
|
746
659
|
|
|
747
660
|
:param inter: An Interface1D object.
|
|
748
|
-
:type inter: freestyle.types.Interface1D
|
|
749
661
|
:return: The Z 3D coordinate of the Interface1D.
|
|
750
|
-
:rtype: float
|
|
751
662
|
"""
|
|
752
663
|
|
|
753
664
|
class IncrementChainingTimeStampF1D:
|
|
@@ -760,7 +671,6 @@ class IncrementChainingTimeStampF1D:
|
|
|
760
671
|
"""Increments the chaining time stamp of the Interface1D.
|
|
761
672
|
|
|
762
673
|
:param inter: An Interface1D object.
|
|
763
|
-
:type inter: freestyle.types.Interface1D
|
|
764
674
|
"""
|
|
765
675
|
|
|
766
676
|
class LocalAverageDepthF0D:
|
|
@@ -770,7 +680,6 @@ class LocalAverageDepthF0D:
|
|
|
770
680
|
"""Builds a LocalAverageDepthF0D object.
|
|
771
681
|
|
|
772
682
|
:param mask_size: The size of the mask.
|
|
773
|
-
:type mask_size: float
|
|
774
683
|
"""
|
|
775
684
|
|
|
776
685
|
def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
|
|
@@ -780,9 +689,7 @@ class LocalAverageDepthF0D:
|
|
|
780
689
|
buffer on a window around that point.
|
|
781
690
|
|
|
782
691
|
:param it: An Interface0DIterator object.
|
|
783
|
-
:type it: freestyle.types.Interface0DIterator
|
|
784
692
|
:return: The average depth around the pointed Interface0D.
|
|
785
|
-
:rtype: float
|
|
786
693
|
"""
|
|
787
694
|
|
|
788
695
|
class LocalAverageDepthF1D:
|
|
@@ -797,10 +704,8 @@ class LocalAverageDepthF1D:
|
|
|
797
704
|
|
|
798
705
|
:param sigma: The sigma used in DensityF0D and determining the window
|
|
799
706
|
size used in each density query.
|
|
800
|
-
:type sigma: float
|
|
801
707
|
:param integration_type: The integration method used to compute a single value
|
|
802
708
|
from a set of values.
|
|
803
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
804
709
|
"""
|
|
805
710
|
|
|
806
711
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -811,9 +716,7 @@ class LocalAverageDepthF1D:
|
|
|
811
716
|
user-defined integration method.
|
|
812
717
|
|
|
813
718
|
:param inter: An Interface1D object.
|
|
814
|
-
:type inter: freestyle.types.Interface1D
|
|
815
719
|
:return: The average depth evaluated for the Interface1D.
|
|
816
|
-
:rtype: float
|
|
817
720
|
"""
|
|
818
721
|
|
|
819
722
|
class MaterialF0D:
|
|
@@ -838,10 +741,8 @@ class MaterialF0D:
|
|
|
838
741
|
own getMaterial functor.
|
|
839
742
|
|
|
840
743
|
:param it: An Interface0DIterator object.
|
|
841
|
-
:type it: freestyle.types.Interface0DIterator
|
|
842
744
|
:return: The material of the object evaluated at the pointed
|
|
843
745
|
Interface0D.
|
|
844
|
-
:rtype: freestyle.types.Material
|
|
845
746
|
"""
|
|
846
747
|
|
|
847
748
|
class Normal2DF0D:
|
|
@@ -857,10 +758,8 @@ class Normal2DF0D:
|
|
|
857
758
|
at the pointed Interface0D.
|
|
858
759
|
|
|
859
760
|
:param it: An Interface0DIterator object.
|
|
860
|
-
:type it: freestyle.types.Interface0DIterator
|
|
861
761
|
:return: The 2D normal of the 1D element evaluated at the pointed
|
|
862
762
|
Interface0D.
|
|
863
|
-
:rtype: mathutils.Vector
|
|
864
763
|
"""
|
|
865
764
|
|
|
866
765
|
class Normal2DF1D:
|
|
@@ -873,16 +772,13 @@ class Normal2DF1D:
|
|
|
873
772
|
|
|
874
773
|
:param integration_type: The integration method used to compute a single value
|
|
875
774
|
from a set of values.
|
|
876
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
877
775
|
"""
|
|
878
776
|
|
|
879
777
|
def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
|
|
880
778
|
"""Returns the 2D normal for the Interface1D.
|
|
881
779
|
|
|
882
780
|
:param inter: An Interface1D object.
|
|
883
|
-
:type inter: freestyle.types.Interface1D
|
|
884
781
|
:return: The 2D normal for the Interface1D.
|
|
885
|
-
:rtype: mathutils.Vector
|
|
886
782
|
"""
|
|
887
783
|
|
|
888
784
|
class Orientation2DF1D:
|
|
@@ -895,16 +791,13 @@ class Orientation2DF1D:
|
|
|
895
791
|
|
|
896
792
|
:param integration_type: The integration method used to compute a single value
|
|
897
793
|
from a set of values.
|
|
898
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
899
794
|
"""
|
|
900
795
|
|
|
901
796
|
def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
|
|
902
797
|
"""Returns the 2D orientation of the Interface1D.
|
|
903
798
|
|
|
904
799
|
:param inter: An Interface1D object.
|
|
905
|
-
:type inter: freestyle.types.Interface1D
|
|
906
800
|
:return: The 2D orientation of the Interface1D.
|
|
907
|
-
:rtype: mathutils.Vector
|
|
908
801
|
"""
|
|
909
802
|
|
|
910
803
|
class Orientation3DF1D:
|
|
@@ -917,16 +810,13 @@ class Orientation3DF1D:
|
|
|
917
810
|
|
|
918
811
|
:param integration_type: The integration method used to compute a single value
|
|
919
812
|
from a set of values.
|
|
920
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
921
813
|
"""
|
|
922
814
|
|
|
923
815
|
def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
|
|
924
816
|
"""Returns the 3D orientation of the Interface1D.
|
|
925
817
|
|
|
926
818
|
:param inter: An Interface1D object.
|
|
927
|
-
:type inter: freestyle.types.Interface1D
|
|
928
819
|
:return: The 3D orientation of the Interface1D.
|
|
929
|
-
:rtype: mathutils.Vector
|
|
930
820
|
"""
|
|
931
821
|
|
|
932
822
|
class QuantitativeInvisibilityF0D:
|
|
@@ -946,9 +836,7 @@ class QuantitativeInvisibilityF0D:
|
|
|
946
836
|
specific way should implement its own getQIF0D functor.
|
|
947
837
|
|
|
948
838
|
:param it: An Interface0DIterator object.
|
|
949
|
-
:type it: freestyle.types.Interface0DIterator
|
|
950
839
|
:return: The quantitative invisibility of the pointed Interface0D.
|
|
951
|
-
:rtype: int
|
|
952
840
|
"""
|
|
953
841
|
|
|
954
842
|
class QuantitativeInvisibilityF1D:
|
|
@@ -961,7 +849,6 @@ class QuantitativeInvisibilityF1D:
|
|
|
961
849
|
|
|
962
850
|
:param integration_type: The integration method used to compute a single value
|
|
963
851
|
from a set of values.
|
|
964
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
965
852
|
"""
|
|
966
853
|
|
|
967
854
|
def __call__(self, inter: freestyle.types.Interface1D) -> int:
|
|
@@ -972,9 +859,7 @@ class QuantitativeInvisibilityF1D:
|
|
|
972
859
|
elements of different Quantitative Invisibilities.
|
|
973
860
|
|
|
974
861
|
:param inter: An Interface1D object.
|
|
975
|
-
:type inter: freestyle.types.Interface1D
|
|
976
862
|
:return: The Quantitative Invisibility of the Interface1D.
|
|
977
|
-
:rtype: int
|
|
978
863
|
"""
|
|
979
864
|
|
|
980
865
|
class ReadCompleteViewMapPixelF0D:
|
|
@@ -985,16 +870,13 @@ class ReadCompleteViewMapPixelF0D:
|
|
|
985
870
|
|
|
986
871
|
:param level: The level of the pyramid from which the pixel must be
|
|
987
872
|
read.
|
|
988
|
-
:type level: int
|
|
989
873
|
"""
|
|
990
874
|
|
|
991
875
|
def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
|
|
992
876
|
"""Reads a pixel in one of the level of the complete viewmap.
|
|
993
877
|
|
|
994
878
|
:param it: An Interface0DIterator object.
|
|
995
|
-
:type it: freestyle.types.Interface0DIterator
|
|
996
879
|
:return: A pixel in one of the level of the complete viewmap.
|
|
997
|
-
:rtype: float
|
|
998
880
|
"""
|
|
999
881
|
|
|
1000
882
|
class ReadMapPixelF0D:
|
|
@@ -1004,19 +886,15 @@ class ReadMapPixelF0D:
|
|
|
1004
886
|
"""Builds a ReadMapPixelF0D object.
|
|
1005
887
|
|
|
1006
888
|
:param map_name: The name of the map to be read.
|
|
1007
|
-
:type map_name: str
|
|
1008
889
|
:param level: The level of the pyramid from which the pixel must be
|
|
1009
890
|
read.
|
|
1010
|
-
:type level: int
|
|
1011
891
|
"""
|
|
1012
892
|
|
|
1013
893
|
def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
|
|
1014
894
|
"""Reads a pixel in a map.
|
|
1015
895
|
|
|
1016
896
|
:param it: An Interface0DIterator object.
|
|
1017
|
-
:type it: freestyle.types.Interface0DIterator
|
|
1018
897
|
:return: A pixel in a map.
|
|
1019
|
-
:rtype: float
|
|
1020
898
|
"""
|
|
1021
899
|
|
|
1022
900
|
class ReadSteerableViewMapPixelF0D:
|
|
@@ -1027,19 +905,15 @@ class ReadSteerableViewMapPixelF0D:
|
|
|
1027
905
|
|
|
1028
906
|
:param orientation: The integer belonging to [0, 4] indicating the
|
|
1029
907
|
orientation (E, NE, N, NW) we are interested in.
|
|
1030
|
-
:type orientation: int
|
|
1031
908
|
:param level: The level of the pyramid from which the pixel must be
|
|
1032
909
|
read.
|
|
1033
|
-
:type level: int
|
|
1034
910
|
"""
|
|
1035
911
|
|
|
1036
912
|
def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
|
|
1037
913
|
"""Reads a pixel in one of the level of one of the steerable viewmaps.
|
|
1038
914
|
|
|
1039
915
|
:param it: An Interface0DIterator object.
|
|
1040
|
-
:type it: freestyle.types.Interface0DIterator
|
|
1041
916
|
:return: A pixel in one of the level of one of the steerable viewmaps.
|
|
1042
|
-
:rtype: float
|
|
1043
917
|
"""
|
|
1044
918
|
|
|
1045
919
|
class ShapeIdF0D:
|
|
@@ -1060,9 +934,7 @@ class ShapeIdF0D:
|
|
|
1060
934
|
getShapeIdF0D functor.
|
|
1061
935
|
|
|
1062
936
|
:param it: An Interface0DIterator object.
|
|
1063
|
-
:type it: freestyle.types.Interface0DIterator
|
|
1064
937
|
:return: The Id of the Shape the pointed Interface0D belongs to.
|
|
1065
|
-
:rtype: freestyle.types.Id
|
|
1066
938
|
"""
|
|
1067
939
|
|
|
1068
940
|
class TimeStampF1D:
|
|
@@ -1075,7 +947,6 @@ class TimeStampF1D:
|
|
|
1075
947
|
"""Returns the time stamp of the Interface1D.
|
|
1076
948
|
|
|
1077
949
|
:param inter: An Interface1D object.
|
|
1078
|
-
:type inter: freestyle.types.Interface1D
|
|
1079
950
|
"""
|
|
1080
951
|
|
|
1081
952
|
class VertexOrientation2DF0D:
|
|
@@ -1091,10 +962,8 @@ class VertexOrientation2DF0D:
|
|
|
1091
962
|
evaluated at the pointed Interface0D.
|
|
1092
963
|
|
|
1093
964
|
:param it: An Interface0DIterator object.
|
|
1094
|
-
:type it: freestyle.types.Interface0DIterator
|
|
1095
965
|
:return: The 2D oriented tangent to the 1D element evaluated at the
|
|
1096
966
|
pointed Interface0D.
|
|
1097
|
-
:rtype: mathutils.Vector
|
|
1098
967
|
"""
|
|
1099
968
|
|
|
1100
969
|
class VertexOrientation3DF0D:
|
|
@@ -1110,10 +979,8 @@ class VertexOrientation3DF0D:
|
|
|
1110
979
|
is evaluated at the pointed Interface0D.
|
|
1111
980
|
|
|
1112
981
|
:param it: An Interface0DIterator object.
|
|
1113
|
-
:type it: freestyle.types.Interface0DIterator
|
|
1114
982
|
:return: The 3D oriented tangent to the 1D element evaluated at the
|
|
1115
983
|
pointed Interface0D.
|
|
1116
|
-
:rtype: mathutils.Vector
|
|
1117
984
|
"""
|
|
1118
985
|
|
|
1119
986
|
class ZDiscontinuityF0D:
|
|
@@ -1131,10 +998,8 @@ class ZDiscontinuityF0D:
|
|
|
1131
998
|
Interface0D belongs to, 1 is returned.
|
|
1132
999
|
|
|
1133
1000
|
:param it: An Interface0DIterator object.
|
|
1134
|
-
:type it: freestyle.types.Interface0DIterator
|
|
1135
1001
|
:return: The normalized distance between the pointed Interface0D
|
|
1136
1002
|
and the occludee.
|
|
1137
|
-
:rtype: float
|
|
1138
1003
|
"""
|
|
1139
1004
|
|
|
1140
1005
|
class ZDiscontinuityF1D:
|
|
@@ -1147,7 +1012,6 @@ class ZDiscontinuityF1D:
|
|
|
1147
1012
|
|
|
1148
1013
|
:param integration_type: The integration method used to compute a single value
|
|
1149
1014
|
from a set of values.
|
|
1150
|
-
:type integration_type: freestyle.types.IntegrationType
|
|
1151
1015
|
"""
|
|
1152
1016
|
|
|
1153
1017
|
def __call__(self, inter: freestyle.types.Interface1D) -> float:
|
|
@@ -1158,9 +1022,7 @@ class ZDiscontinuityF1D:
|
|
|
1158
1022
|
Interface1D belongs to, 1 is returned.
|
|
1159
1023
|
|
|
1160
1024
|
:param inter: An Interface1D object.
|
|
1161
|
-
:type inter: freestyle.types.Interface1D
|
|
1162
1025
|
:return: The normalized distance between the Interface1D and the occludee.
|
|
1163
|
-
:rtype: float
|
|
1164
1026
|
"""
|
|
1165
1027
|
|
|
1166
1028
|
class pyCurvilinearLengthF0D: ...
|
|
@@ -1182,5 +1044,4 @@ class pyViewMapGradientVectorF0D:
|
|
|
1182
1044
|
"""Builds a pyViewMapGradientVectorF0D object.
|
|
1183
1045
|
|
|
1184
1046
|
:param level: the level at which to compute the gradient
|
|
1185
|
-
:type level: int
|
|
1186
1047
|
"""
|