Slicer: 1683-launcher-with-output 08ae4885

Author Committer Branch Timestamp Parent
pieper pieper 1683-launcher-with-output 2012-10-18 09:21:11 1683-launcher-with-output 53e2875d
Changeset

BUG: fix wrapping of MRML scene API

The StateType enum is not wrapped for access via python, so
it should not be used in a public API for slicer. Instead,
we use unsigned long, which is the convention used, for example,
in vtkCommand and vtkObject.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@21209 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Core/vtkMRMLScene.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLScene.h Diff File