This project is NOT the official SlicerIGT repository.
It is a fork of SlicerIGT sources hosted at https://github.com/SlicerIGT/SlicerIGT
It is used as staging area to maintain topics specific to Kitware projects like Slicer Custom Application or Extension that will eventually be contributed back to the official repository.
Each branch is named following the pattern kitware-custom-app[-vX.Y.Z]-YYYY-MM-DD-SHA{N}
where:
kitware-custom-appis the name of the custom application or extension. Two cases:- can be publicly disclosed: replace with the name of the application or extension (e.g
cell-locator) - can NOT be publicly disclosed: use the literal prefix
kitware-custom-appork12345-custom-appwhere12345is the internal Kitware ID)
- can be publicly disclosed: replace with the name of the application or extension (e.g
vX.Y.Zis the version of the project (if applicable).YYYY-MM-DDis the date of the last official commit associated with the branch.SHA{N}are the first N characters of the last official commit associated with the branch.