View Issue Details

IDProjectCategoryView StatusLast Update
0002340Slicer4Core: Base Codepublic2014-03-06 05:55
Reporterjcfr Assigned Toalexy  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.2.0Fixed in VersionSlicer 4.4.0 
Summary0002340: Option "autoLevel" and "interpolate" are not considered in vtkSlicerVolumesLogic::AddArchetypeVolume
Description

/home/jchris/Projects/vvn/Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.cxx: In member function ‘vtkMRMLVolumeNode vtkSlicerVolumesLogic::AddArchetypeVolume(const char, const char, int, vtkStringArray)’:
/home/jchris/Projects/vvn/Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.cxx:687:7: warning: variable ‘autoLevel’ set but not used [-Wunused-but-set-variable]
/home/jchris/Projects/vvn/Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.cxx:688:7: warning: variable ‘interpolate’ set but not used [-Wunused-but-set-variable]

The same code exists in Slicer3 - What is the meaning of these warnings ? Incomplete implementation or false alarm ?

TagsNo tags attached.

Activities

pieper

pieper

2012-08-14 12:57

administrator   ~0005551

Alex, can you look at this?

jcfr

jcfr

2012-08-20 12:38

administrator   ~0005633

Nicole> Interpolate should probably be set to 0 when loading a label map

alexy

alexy

2012-08-21 05:21

developer   ~0005645

The code was restructured by Jim and the variables are not used anymore. Should not produce any warnings.

jcfr

jcfr

2014-03-06 05:05

administrator   ~0010919

Closing resolved issues that have not been updated in more than 3 months

Issue History

Date Modified Username Field Change
2012-07-24 00:43 jcfr New Issue
2012-07-24 00:43 jcfr Assigned To => alexy
2012-07-24 00:43 jcfr Status new => assigned
2012-07-24 00:43 jcfr Target Version => Slicer 4.2.0 - October 1st 2012
2012-08-14 12:57 pieper Note Added: 0005551
2012-08-20 12:38 jcfr Note Added: 0005633
2012-08-21 05:21 alexy Note Added: 0005645
2012-08-21 05:21 alexy Status assigned => resolved
2012-08-21 05:21 alexy Resolution open => fixed
2014-03-06 05:05 jcfr Note Added: 0010919
2014-03-06 05:06 jcfr Status resolved => closed
2014-03-06 05:55 jcfr Fixed in Version => Slicer 4.4.0