ITK/Tcons/Agendas/2011 08 06: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with "= How to Join the Tcon = == Number to Call == '''Please be patient, due to some unforeseen circumstances, the call may not start on time...''' * 1-800-728-9607 (in the US) or...") |
No edit summary |
||
Line 44: | Line 44: | ||
*** Five Sprints (two weeks each). | *** Five Sprints (two weeks each). | ||
**** Three Sprints Left. | **** Three Sprints Left. | ||
== Enum Style == | |||
* No entry in style guide for enum names | |||
* Is that a problem? | |||
From itkMultiThreader.h | |||
enum { SUCCESS, ITK_EXCEPTION, ITK_PROCESS_ABORTED_EXCEPTION, STD_EXCEPTION, UNKNOWN } ThreadExitCode; | |||
From itkImageIOBase.h | |||
typedef enum { UNKNOWNPIXELTYPE, SCALAR, RGB, RGBA, OFFSET, VECTOR, ... | |||
From itkDICOMSeriesFileNames.h | |||
typedef enum { SortByImageNumber, SortBySliceLocation, SortByImagePositionPatient } FileNameSortingOrderType; |
Latest revision as of 14:03, 5 August 2011
How to Join the Tcon
Number to Call
Please be patient, due to some unforeseen circumstances, the call may not start on time...
- 1-800-728-9607 (in the US) or
- +1 9139049873 (international)
- access code 6815251
Webex
- Meeting link
- https://emeetings.webex.com/emeetings/j.php?ED=138191182&UID=482060457&PW=NNzJiNDk1ZGU3
Project Management
THE END IS NEAR !
- Closing on Beta Release
- Test, Fix, Merge, or Die !
Bug fix release
- ITK 3.20.1
- Fix Win64 Visual Studio compile issues
- Fix GCC 4.6 issues
- Stable release for Slicer to build against
- ITK First: Hold ground on quality control
Schedule
BETA RELEASE
- New Date : September 15th
- SCRUM Process
- Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa
- Five Sprints (two weeks each).
- Three Sprints Left.
- Five Sprints (two weeks each).
- Tools: (demo) https://itk.icts.uiowa.edu/jira/secure/Dashboard.jspa
Enum Style
- No entry in style guide for enum names
- Is that a problem?
From itkMultiThreader.h
enum { SUCCESS, ITK_EXCEPTION, ITK_PROCESS_ABORTED_EXCEPTION, STD_EXCEPTION, UNKNOWN } ThreadExitCode;
From itkImageIOBase.h
typedef enum { UNKNOWNPIXELTYPE, SCALAR, RGB, RGBA, OFFSET, VECTOR, ...
From itkDICOMSeriesFileNames.h
typedef enum { SortByImageNumber, SortBySliceLocation, SortByImagePositionPatient } FileNameSortingOrderType;