30 unsigned int iBitPackedViews,
31 bool iRepresentsSubPart,
33 : m_purpose(iPurpose),
34 m_bitPackedViews(iBitPackedViews),
35 m_representsSubPart(iRepresentsSubPart),
36 m_requiresFF(iRequiresFF) {}
bool representsSubPart() const
const unsigned int m_bitPackedViews
FWRepresentationCheckerBase(const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart, bool iRequiresFF=false)
const bool m_representsSubPart
virtual ~FWRepresentationCheckerBase()
const std::string m_purpose
unsigned int bitPackedViews() const
const std::string & purpose() const