acil-bwh / SlicerCIP

Slicer extension for the Chest Imaging Platform
BSD 3-Clause "New" or "Revised" License
15 stars 23 forks source link

STYLE: Refactor code removing vtkMRMLChestRTColorTableNode class #8

Closed jcfr closed 8 years ago

jcfr commented 8 years ago

This class was a quasi complete copy of vtkMRMLColorTableNode where a custom type with 256 color was added.

This commit simplifies the overall maintenance by removing the classes. Instead a color table of type user is added when the RegionTypeDisplay logic is associated with a MRML scene.

Note that similarly to the previous implementation no color are added and it initially contains 256 colors set to 0.

jcfr commented 8 years ago

Cc: @lassoan

jcfr commented 8 years ago

Thanks