Home
last modified time | relevance | path

Searched refs:atlas_source (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-nilearn/nilearn-0.8.1/nilearn/datasets/
H A Datlas.py449 def _get_atlas_data_and_labels(atlas_source, atlas_name, symmetric_split=False, argument
454 if atlas_source == "Juelich":
456 elif atlas_source == "HarvardOxford":
460 atlas_source))
467 if atlas_source == 'HarvardOxford':
484 atlas_file = os.path.join(root, atlas_source,
485 '{}-{}.nii.gz'.format(atlas_source,
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dsprite_frames_editor_plugin.cpp157 AtlasTexture *atlas_source = Object::cast_to<AtlasTexture>(*split_sheet_preview->get_texture()); in _sheet_add_frames() local
161 if (atlas_source && atlas_source->get_atlas().is_valid()) in _sheet_add_frames()
162 region_rect = atlas_source->get_region(); in _sheet_add_frames()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dsprite_frames_editor_plugin.cpp157 AtlasTexture *atlas_source = Object::cast_to<AtlasTexture>(*split_sheet_preview->get_texture()); in _sheet_add_frames() local
161 if (atlas_source && atlas_source->get_atlas().is_valid()) in _sheet_add_frames()
162 region_rect = atlas_source->get_region(); in _sheet_add_frames()