KWStyle - KWSDescription
 
Matrix View
Description


LEN : Line Length = 81 max chars
IVP : ivars should be in the protected or private section
IVR : ivars should match regular expression: m_[A-Z]
SEM : Semicolons = 0 max spaces
DCL : Declaration order should match Public/Protected/Private
EOF : The file should have only one new line
TAB : The file should not have any tabs
IND : NA
HRD : The header should respect the template
DEF : #ifndef/#define should match __<NameOfClass>_<Extension>
TDR : Typedefs should match regular expression: [A-Z]
TDA : Typedefs should be aligned
NMS : The first namespace of the file should match itk
NMC : The name of the class should match itk
WCM : The comments are misspelled
MCM : The class should have previously define comments starting with \class (allowing empty line)
EML : Empty lines = 2 max lines

Generated by KWStyle 1.0b on Tuesday January,17 at 02:13:58PM