File: README.md

package info (click to toggle)
insighttoolkit5 5.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 704,592 kB
  • sloc: cpp: 784,579; ansic: 628,724; xml: 44,704; fortran: 34,250; python: 22,934; sh: 4,078; pascal: 2,636; lisp: 2,158; makefile: 460; yacc: 328; asm: 205; perl: 203; lex: 146; tcl: 132; javascript: 98; csh: 81
file content (46 lines) | stat: -rw-r--r-- 1,735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ITKReview
=========

Overview
--------

The directory:

  - [Review](../Review)

is exempt from the following policies:

  - Backward Compatibility Policy
  - Copyright Policy

as they are defined by the [Insight Software Consortium (ISC)](https://www.insightsoftwareconsortium.org/).

In practical terms that means that the classes in this directory are not
considered to be a permanent part of the ITK toolkit, and therefore they may
disappear in the future or their API may change without notice.

The copyright of files in this directory may not have been transfered yet to
the [Insight Software Consortium (ISC)](https://www.insightsoftwareconsortium.org/)
and therefore may not be assumed to be under the same BSD-like license of the
rest of the toolkit. During the time that files are in this directory, users
must check their copyright status with ITK developers.

The purpose of this directory is to provide a code review zone for classes
that are candidates to be added to the ITK toolkit.

Files in this directory are not expected to stay here for more than one
release cycle. The classes are expected to mature as a result of discussions
among developers, and when they are ready and their copyright has been
transfered to the ISC, then they should be moved to their permanent directory
in the toolkit.

Some classes may not reach the level required for becoming a permante
component of the ITK toolkit, and as a result will be removed from this
directory.

If you have any questions regarding the status of classes in this directory,
please post a message to the ITK users or the [ITK discussion forum](https://discourse.itk.org).
Please make sure that you mention what exact version of ITK you are using.


  Enjoy ITK !