#include <DDPartSelection.h>
Public Member Functions | |
DDPartSelectionLevel (const DDLogicalPart &, int, ddselection_type) | |
Public Attributes | |
int | copyno_ |
DDLogicalPart | lp_ |
ddselection_type | selectionType_ |
Definition at line 30 of file DDPartSelection.h.
DDPartSelectionLevel::DDPartSelectionLevel | ( | const DDLogicalPart & | lp, |
int | c, | ||
ddselection_type | t | ||
) |
Definition at line 223 of file DDPartSelection.cc.
: lp_(lp), copyno_(c), selectionType_(t) {}
Definition at line 34 of file DDPartSelection.h.
Referenced by operator<<().
Definition at line 33 of file DDPartSelection.h.
Referenced by operator<<().
Definition at line 35 of file DDPartSelection.h.
Referenced by operator<<().