9 #include <top/dbobjects/TOPGeoEndPlate.h>
20 bool TOPGeoEndPlate::isConsistent()
const
22 if (m_thickness <= 0)
return false;
23 if (m_height <= 0)
return false;
24 if (m_material.empty())
return false;
29 void TOPGeoEndPlate::print(
const std::string& title)
const
31 TOPGeoBase::print(title);
33 cout <<
" thickness = " << getThickness() <<
" " << s_unitName;
34 cout <<
", height = " << getHeight() <<
" " << s_unitName;
35 cout <<
", material = " << getMaterial() << endl;
Abstract base class for different kinds of events.