30 (
const ElmPtr &elem,
bool reflected,
bool selected):
33 isReflected(reflected),
48 itsCounter(rhs.itsCounter),
49 isReflected(rhs.isReflected),
50 isSelected(rhs.isSelected)
virtual void visitFlaggedElmPtr(const FlaggedElmPtr &)=0
Apply the algorithm to a FlaggedElmPtr.
A section of a beam line.
A section of a beam line.
virtual void accept(BeamlineVisitor &) const
Apply visitor.