openigtlink / SlicerOpenIGTLink

OpenIGTLinkIF module as an Slicer Extension
Other
17 stars 28 forks source link

Update vtkMRMLText* nodes and add ensure backwards compatibility with Stable version of Slicer #90

Closed Sunderlandkyl closed 5 years ago

Sunderlandkyl commented 5 years ago

vtkMRMLText* related classes are now only built in the stable version of slicer (< 4.11.0). Once the Texts module has been integrated into the Slicer core, these classes can be removed fully. The following string is used in all locations that can be removed: "// TODO: When the stable version of Slicer includes these classes, they can be removed from SlicerOpenIGTLink"

Requires https://github.com/Slicer/Slicer/pull/1146