Changesets: Import 2017-06-07 23:51:09

master 4c81a242

2014-08-20 17:26:27

jcfr

Details Diff
COMP: Removed unused module MRIBiasFieldCorrection. See 0003401

For future reference, code has been moved into a dedicated repository.
See https://github.com/Slicer/Slicer-MRIBiasFieldCorrection

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23592 3bd1e089-480b-0410-8dfb-8563597acbee
rm - Modules/CLI/MRIBiasFieldCorrection/Baseline/he3biasfield.mha Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/Baseline/he3biasfield.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/Baseline/he3corrected.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/Baseline/t81biasfield.mha Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/Baseline/t81biasfield.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/Baseline/t81corrected.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/CMakeLists.txt Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/ImageCompare.cxx Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/MRIBiasFieldCorrection.cxx Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/MRIBiasFieldCorrection.xml Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/TestData/he3mask.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/TestData/he3volume.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/TestData/t81mask.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/TestData/t81slice.nii.gz Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkBSplineControlPointImageFilter.h Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkBSplineControlPointImageFilter.txx Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkImageToVTKImageFilter.h Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkImageToVTKImageFilter.txx Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkN3MRIBiasFieldCorrectionImageFilter.h Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkN3MRIBiasFieldCorrectionImageFilter.txx Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkN4MRIBiasFieldCorrectionImageFilter.h Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkN4MRIBiasFieldCorrectionImageFilter.txx Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkVTKImageToImageFilter.h Diff File
rm - Modules/CLI/MRIBiasFieldCorrection/itkVTKImageToImageFilter.txx Diff File

master 0b6e4a72

2014-08-19 15:43:22

lassoan

Details Diff
ENH: Made BSplineDeformableTransform (ITKv3) the default write option for bspline transforms

Added a new attribute to vtkMRMLTransformStorageNode: PreferITKv3CompatibleTransforms.
By default PreferITKv3CompatibleTransforms=1 and so bsplines are written as BSplineDeformableTransform (ITKv3).
If PreferITKv3CompatibleTransforms=0 then bsplines are written as BSplineTransform (ITKv4).

When most of the modules support ITKv4 then the default writing format can be changed by setting
PreferITKv3CompatibleTransforms=0 in the vtkMRMLTransformStorageNode constructor.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23591 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File

master 431b0a9c

2014-08-19 11:39:30

pieper

Details Diff
BUG: 0003807 fix crashes when cloning non-scalar volumes

Since nodes are strongly typed, it's important to get the right
subclass when making the copy. Unfortunately New is not virtual
and there's currently not a good way to make this code polymorphic.
We should investigate doing a sweeping change to MRML so that
the vtkStandardNewMacro is used appropriately but that is a bigger
change than is needed to fix this particular bug.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23590 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Volumes/Logic/vtkSlicerVolumesLogic.cxx Diff File

master 065e835a

2014-08-19 11:25:57

jcfr

Details Diff
BUG: Fix ExecutionModelTour input mrml scene

As explained in in-lined comment associated with r23587,
readWriteAsTransformToParent is not present anymore in current scenes,
because transforms are always written as TransformFromParent

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23589 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Testing/Data/Input/ExecutionModelTourTest.mrml Diff File

master d57c4c11

2014-08-19 10:34:09

jcfr

Details Diff
COMP: Do not install CLIROITest

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23588 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/CLI/ROITest/CMakeLists.txt Diff File

master 76ecd78a

2014-08-17 21:39:01

lassoan

Details Diff
BUG: Fix compatibility with recent scenes containing inverted linear transforms

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23587 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLLinearTransformNode.cxx Diff File

master fe376f97

2014-08-17 19:54:35

lassoan

Details Diff
BUG: Fixed crash in vtkMRMLNode reference adding

Crashed when attempting to add a new reference with NULL referenced node pointer.

Caused the vtkMRMLNodeTest1 dashboard test to fail:

http://slicer.cdash.org/testDetails.php?test=5647387&build=259092

Test: vtkMRMLNodeTest1 (Failed)
Build: Windows7-VS2008-64bits-QT4.8.6-NoVTKDebugLeaks-NoConsole-Release (factory-south-win7.kitware) on 2014-08-16 00:08:18
Repository revision: 23570

C:\D\N\Slicer-1-build\Slicer-build\Slicer.exe "--launcher-no-splash" "--launch" "C:/D/N/Slicer-1-build/Slicer-build/bin/Release/MRMLCoreCxxTests.exe" "vtkMRMLNodeTest1"


Test outputvtkMRMLNodeTestHelper1 (00000000038A8CA0)
Debug: Off
Modified Time: 16
Reference Count: 1
Registered Events: (none)
ID: (none)
Indent: 0
Name: (none)
Description: (none)
SingletonTag: (none)
HideFromEditors: 0
Selectable: 1
Selected: 0

Name of Class = vtkMRMLNodeTestHelper1
Name of Superclass = vtkMRMLNodeTestHelper1
WriteXML output:
id="vtkMRMLNodeTest1" name="MyName" description="Testing a mrml node" hideFromEditors="false" selectable="true" selected="true" attributes="attName:attValue"
ERROR: In ..\..\..\..\..\Slicer-1\Libs\MRML\Core\vtkMRMLNode.cxx, line 815
vtkMRMLNodeTestHelper1 (00000000038A0080): GetAttribute: Name parameter is expected to be non NULL.

ERROR: In ..\..\..\..\..\Slicer-1\Libs\MRML\Core\vtkMRMLNode.cxx, line 820
vtkMRMLNodeTestHelper1 (00000000038A0080): GetAttribute: Name parameter is expected to have at least one character.

error: [C:/D/N/Slicer-1-build/Slicer-build/bin/Release/MRMLCoreCxxTests.exe] exit abnormally - Report the problem.


git-svn-id: http://svn.slicer.org/Slicer4/trunk@23586 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLNode.cxx Diff File

master 587ebefb

2014-08-17 19:46:04

jcfr

Details Diff
COMP: Fixes vtkITKTransform classes MacOSX compilation errors. See 0003788

From: Steve Pieper <pieper@bwh.harvard.edu>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23585 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
mod - Libs/MRML/Core/vtkITKTransformInverse.h Diff File

master 102daefc

2014-08-17 19:46:01

jcfr

Details Diff
BUG: Fixed shared memory image IO error. See 0003788

Due to a copy-paste error a static ITK transform was instantiated,
which broke image IO (probably some static initialization race condition).

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23584 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File

master 792ee2e0

2014-08-17 19:45:59

jcfr

Details Diff
ENH: Linear transforms now use vtkTransform for transform storage. See 0003788

Main limitation was that the vtkMatrixToLinearTransform did not
have a GetInverseFlag() method.

Couple of other smaller fixes.

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23583 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Logic/vtkSlicerTransformLogic.cxx Diff File
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
mod - Libs/MRML/Core/vtkMRMLLinearTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLLinearTransformNode.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformableNode.cxx Diff File
mod - Libs/MRML/Core/vtkOrientedBSplineTransform.h Diff File

master 8ba281a1

2014-08-17 19:45:55

jcfr

Details Diff
ENH: Always save transforms as FromParent. See 0003788

Kept readWriteTransformAsToParent flag just for backward
compatibility, when reading an old scene.

If in the future we want to save the ToParent transform or
both FromParent and ToParent then the flag has to be added
to the storage node (and not the transform node).

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23582 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/vtkSlicerCLIModuleLogic.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLBSplineTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLGridTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLLinearTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLLinearTransformNode.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformNode.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File

master 634aed0e

2014-08-17 19:30:35

jcfr

Details Diff
ENH: Implemented inverse ITK transform reading and writing. See 0003788

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23581 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
add - Libs/MRML/Core/vtkITKTransformInverse.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File

master 026f1c59

2014-08-17 19:30:31

jcfr

Details Diff
ENH: Always send transform "from parent" to CLI. See 0003788

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23580 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/vtkSlicerCLIModuleLogic.cxx Diff File
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File

master e5171fc7

2014-08-17 19:30:28

jcfr

Details Diff
ENH: Simplified transform storage node. See 0003788

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23579 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Logic/vtkSlicerTransformLogic.cxx Diff File
mod - Base/Logic/vtkSlicerTransformLogic.h Diff File
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
mod - Libs/MRML/Core/vtkMRMLLinearTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File
mod - Modules/Loadable/Transforms/Widgets/qMRMLTransformInfoWidget.cxx Diff File

master 0c87ce05

2014-08-17 19:30:24

jcfr

Details Diff
ENH: Added grid transform reading-writing from h5 file. See 0003788

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23578 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File

master d5dcf533

2014-08-17 19:30:21

jcfr

Details Diff
ENH: Refactored ITK-VTK transform conversion code. See 0003788

Moved low-level conversion functions to separate class.
Reduced redundancy between ITKv3 and ITKv4 converters.

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23577 3bd1e089-480b-0410-8dfb-8563597acbee
add - Libs/MRML/Core/vtkITKTransformConverter.h Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File

master c02465b0

2014-08-17 19:30:18

jcfr

Details Diff
ENH: Implemented composite transform reading. See 0003788

Not just BSpline but any combination of bspline and linear
can be read from composite transforms.

Reading of grid transforms from transform file is not implemented yet.

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23576 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/Logic/vtkSlicerTransformLogic.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File

master 91941c7b

2014-08-17 19:30:15

jcfr

Details Diff
ENH: Any kind of linear transform is usable as bspline bulk. See 0003788

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23575 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File

master 15e3e943

2014-08-17 19:30:12

jcfr

Details Diff
ENH: WIP - Add .h5 formated transform storage of BSplines. See 0003788

Partial implementation for reading itkBSplineTransform (for ITKv4)

Mostly implemented but the transform that gets read in is identity
and not the one in the file. Probably something wrong with
this cast:

+ typedef itk::BSplineTransform< T,VTKDimension,BSPLINE_TRANSFORM_ORDER > BSplineTransformType;
+ typename BSplineTransformType::Pointer bsplineItk =
+ dynamic_cast< BSplineTransformType* >( warpTransformItk.GetPointer() );

The transformation itself is not populated with correct data,
so need to reach inside to get spacing, origin, etc.

From: Steve Pieper <pieper@bwh.harvard.edu>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23574 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.cxx Diff File
mod - Libs/MRML/Core/vtkMRMLTransformStorageNode.h Diff File
mod - Modules/Loadable/Transforms/qSlicerTransformsReader.cxx Diff File

master 386c5afb

2014-08-17 19:30:09

jcfr

Details Diff
ENH: Reduced the chance of crashes when CLI returns result images

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23573 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/IDImageIO/itkMRMLIDImageIO.cxx Diff File

master a4e24309

2014-08-17 19:30:06

jcfr

Details Diff
ENH: In developer mode do not remove CLI input and output files

In developer mode do not remove CLI input and output files. This
allows re-running of CLI with the input data that normally would
have been deleted right after the CLI execution completes.

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23572 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Base/QTCLI/qSlicerCLIModule.cxx Diff File

master 636d4576

2014-08-16 17:45:18

jcfr

Details Diff
ENH: Update ITKv4 and BRAINSTools

The commit BRAINSia/BRAINSTools@7311363 related to the re-organization of
the "find_package(VTK)" call has not been included, this will be done
when Slicer itself will be re-organized.

// -----------------
ITK changes:

$ git shortlog v4.6.0...3147239 --no-merges
Bradley Lowekamp (4):
ENH: Adding License file from upstream MetaIO
ENH: Adding script to update MetaIO from upstream
ENH: Remove ITK MetaIO to prepare for upstream import
COMP: Fix variable type for Set/Get macros

David T. Chen (1):
DOC: Fixed HistogramThresholdImageFitler

Gert Wollny (1):
COMP: Fix SSE2 build errors with WrapITK on GCC 4.9. (ForRelease)

Hans Johnson (3):
COMP: Add tolerance for comparing floating point
PERF: Remove non-threadable algorithm components
PERF: Remove large foot print of PDF derivatives.

Matthew McCormick (13):
BUG: ArchiveTestingData.py future imports must occur at the beginning.
DOC: Remove Image2.cxx reference from Book 2.
DOC: Fix Software Guide page overruns in IterativeClosestPoint3.cxx.
DOC: Remove references to Book 1 sections from Book 2.
DOC: Make BinaryThresholdImageFilter not floating.
DOC: Fix Software Guide figure caption for FlipImageFilter.
DOC: Avoid duplicate figure description in ResampleImageFilter2.cxx.
DOC: Remove duplicate figure in LaplacianRecursiveGaussianImageFilter2.cxx.
DOC: ImageRandomConstIteratorWithIndex table reference.
BUG: Bump GCCXML to 2014-08-06.
BUG: Fix invalid assignment of second VoronoiBoundaryOrigin.
BUG: Call clear instead of empty on PatchBasedDenoising EmptyCaches().
BUG: Fix Size() in ImageToListSampleAdaptor for VectorImage's.

MetaIO Maintainers (1):
MetaIO (reduced)

Michka Popoff (4):
BUG: Improve SWIG version check
BUG: Add VTK_VERSION for older VTK versions
BUG: Update VTK minimum version (for release)
BUG: Fix memory leak in MetaImageIO after exception


// -----------------
BRAINSTools changes:

$ git shortlog slicer-e5c9c8c_2014-07-29...slicer-57c31ab_2014-08-08 --no-merges
Ali Ghayoor (2):
BUG: Fix cmake bug and replace a test baseline
BUG: Fix ValidateBRAINSResampleTest4 by increasing tolearance

David Welch (9):
WIP: Initial testing with one session/subject
WIP: Run one session/subject successfully
ENH: Refactored workflow with new config variable and singleSession.py executable
STYLE: Updated configuration template file
BUG: singleSession.py can now be called as an executable w/o modifying PYTHONPATH BUG: Fixed --session flag to take in one or more session IDs
BUG: Fixing the template running stage.
STYLE: Remove python warning and reorganize imports
STYLE: Removed master_config dictionary in favor of descriptive dictionary names
ENH: Fixed command line for singleSession and template STYLE: Moved imports in template to top of file BUG: Fixed DataGrabber for template workflow BUG: Fixed session checking in singleSe

Hans Johnson (27):
ENH: Utilize new mattes with improved threading
BUG: Fixed bugs in singleSession
COMP: Address dependencies on tests.
BUG: Incomplete refactorings done for Autoworkup
ENH: Add convience alias for pushing changes.
ENH: Allow XML files to have relative paths to images
COMP: Add warning suppressions for OpenCV.
COMP: Add second suppression for OpenCV.
BUG: Missed brainmask read read wrapping
ENH: Refactoring template.py for consistent data sinks.
ENH: More changes to get atlas generation cleaned up.
BUG: Incorrect file was used for selecting the brain mask.
STYLE: Remove unnecessary code.
BUG: Data grabber changes required dictionary changes
BUG: The master atlas should be specified from config file
STYLE: Remove global code from __init__.py
BUG: Command line wfrun argument was not being respected
STYLE: Remove unnecessary checking
BUG: The logitudinal processing could not occur previously
ENH: Add separate config variables specific to each workphase
BUG: Premature return from loop
ENH: Updated to latest ITK+Gerrit Mattes patch
ENH: Update to latest version of ANTS.
COMP: Erroneous closing ')'
ENH: Remove outdated and non-functioning md5 files.
ENH: Added Sentinal output file checking for Workflows
STYLE: Only give debugging information when requested

Jean-Christophe Fillion-Robin (2):
COMP: Move ITK find_package calls into each sub-project.
COMP: Fixes tests by explicitly specifying list of ITK IO components

Kent Williams (15):
COMP: get rid of ITKv3 Compatibility ifdefs
COMP: Sync with NAMICExternalProjects
COMP: fix teem build and ITK->VTK dependency
BUG: don't extend composite transform filenames needlessly.there was some deficient logic that was changing the filename of composit transforms to force them to hdf5 format, even if the filename give
BUG: don't extend composite transform filenames needlessly.there was some deficient logic that was changing the filename of composit transforms to force them to hdf5 format, even if the filename give
COMP: update teem tag
COMP: Make FSLToNrrd synthesize bval/bvec filenames if none are given.
COMP: Move find_package(ITK) into a macro
COMP: tune module list
COMP: streamlined FindITKUtil commands
COMP: cleaned up CMakeLists.txt with respect to FindITKUtil
COMP: slight changes to address compiler errors in BRAINSSurfaceTools
COMP: iccdef changes to work with ITKv4
COMP: add new parameter for FSLToNrrd conversion
COMP: reorganize path processing

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23571 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild.cmake Diff File
mod - SuperBuild/External_ITKv4.cmake Diff File

master 29553cdb

2014-08-15 22:54:06

pohl

Details Diff
BUG: Script exited with error when writting out intermediate results with tasks that included subparcellation

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23570 3bd1e089-480b-0410-8dfb-8563597acbee
mod - SuperBuild.cmake Diff File

master 0741e086

2014-08-15 16:49:16

pieper

Details Diff
COMP: fix case of Qt method in VTK branch

Qt methods start with lower case and probably this
branch never got tested on VTK5.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23569 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Colors/qSlicerColorsModuleWidget.cxx Diff File

master 0353f6a6

2014-08-15 14:41:40

jcfr

Details Diff
BUG: Ensure slice intersection position are updated using VTK6. Fixes 0003803

This commit fixes a regression introduced when transitioning to VTK6.

Note that ideally a pipeline should be created, that would avoid to
manually call Update or Modified.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23568 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Libs/MRML/DisplayableManager/vtkMRMLModelSliceDisplayableManager.cxx Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 60 ... 70 ... 80 ... 90 ... 96 97 98 99 100 101 102 ... 110 ... 120 ... 130 ... 133 134 135  Next  Last