View Issue Details

IDProjectCategoryView StatusLast Update
0001400Slicer4Core: Building (CMake, Superbuild)public2014-03-06 06:11
Reporterpieper Assigned Tonicole  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.0.1Fixed in VersionSlicer 4.0.0 
Summary0001400: cannot access vtkSlicerSceneViewLogic from python
Description

Trying to access the scene view logic gives back a generic logic:

slicer.modules.sceneviews.logic()
(vtkMRMLAbstractLogic)0x53a0ec0

While accessing other modules gives a module-specific logic:

slicer.modules.cropvolume.logic()
(vtkSlicerCropVolumeLogic)0x53a0f18

Additional Information

I believe this is due to the organization of files in the module - there is a Logic subdirectory, but the files are all referenced from the CMakeLists.txt file at the top level of the module. In the past we found this prevented vtkPython wrapping (this was an issue with the Annotations module in the past).

Solution should be to re-organize the module.

TagsNo tags attached.

Activities

nicole

nicole

2011-11-07 14:12

administrator   ~0003273

fixed in svn 18628.

Issue History

Date Modified Username Field Change
2011-09-08 10:21 pieper New Issue
2011-09-09 04:20 finetjul Status new => assigned
2011-09-09 04:20 finetjul Assigned To => nicole
2011-11-07 14:12 nicole Note Added: 0003273
2011-11-07 14:12 nicole Status assigned => closed
2011-11-07 14:12 nicole Resolution open => fixed
2011-11-07 14:12 nicole Description Updated
2014-03-06 06:11 jcfr Fixed in Version => Slicer 4.0.0