19 #ifndef TORC_PLACER_DEVICESITETYPE_HPP
20 #define TORC_PLACER_DEVICESITETYPE_HPP
39 mName =
"UNINITIALIZED!";
72 #endif // TORC_PLACER_DEVICESITETYPE_HPP
const std::string & getName() const
DeviceSiteTypePin & getPin(int i)
Header for the DeviceSiteTypePin class.
std::vector< DeviceSiteTypePin > DeviceSiteTypePinVector
void setSiteTypeIndex(int inSiteTypeIndex)
DeviceSiteTypePinVector mPins
DeviceSiteType(std::string inName, int inSiteTypeIndex)
void setName(std::string inName)
void addPin(std::string inName, int inRowOffset, int inColOffset)