Public Member Functions | |
LevelInfo (align::StructureType, bool flat, unsigned int maxComponent) | |
Public Attributes | |
bool | flat_ |
unsigned int | maxComponent_ |
align::StructureType | type_ |
Definition at line 36 of file AlignableBuilder.h.
AlignableBuilder::LevelInfo::LevelInfo | ( | align::StructureType | type, | |
bool | flat, | |||
unsigned int | maxComponent | |||
) |
Definition at line 8 of file AlignableBuilder.cc.
00010 : 00011 type_(type), 00012 flat_(flat), 00013 maxComponent_(maxComponent) 00014 { 00015 }
Definition at line 38 of file AlignableBuilder.h.
Referenced by AlignableBuilder::build(), and AlignableBuilder::index().