ITK/Tcons/Agendas/2011 08 06

From KitwarePublic
< ITK‎ | Tcons‎ | Agendas
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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;