ITK/Tcons/Agendas/2011 08 06: Difference between revisions

From KitwarePublic
< ITK‎ | Tcons‎ | Agendas
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

Project Management

THE END IS NEAR !

  • Closing on Beta Release
  • Test, Fix, Merge, or Die !


Bug fix release

Schedule

BETA RELEASE

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;