View Issue Details

IDProjectCategoryView StatusLast Update
0004298Slicer4Core: Scripting (Wrapping, Python)public2016-11-08 16:57
Reporterjohan.andruejol Assigned Tojcfr  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Product VersionSlicer 4.8.1 
Target VersionFixed in Version 
Summary0004298: Improve python logic access
Description

Right now, one can access loadable modules logic by doing the following:

slicer.modules.models.logic()
(vtkSlicerModelsLogic)000000000E370DB0

However, when doing the same thing on a python module, we get the following:

slicer.modules.labelstatistics.logic()
(vtkSlicerScriptedLoadableModuleLogic)000000000E370200

It would be great to get an instance of the label statistics python logic class
instead.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-11-08 16:57 johan.andruejol New Issue
2016-11-08 16:57 johan.andruejol Status new => assigned
2016-11-08 16:57 johan.andruejol Assigned To => jcfr