34 namespace RestFrames {
40 const std::string& stitle)
43 T::m_Type = kDecayFrame;
53 bool DecayFrame<T>::IsSoundBody()
const {
54 if(RFBase::IsSoundBody())
56 if(!T::IsSoundBody()){
57 return T::SetBody(
false);
59 int Nchild = T::GetNChildren();
60 if(Nchild < 1 || !T::GetParentFrame()){
61 return T::SetBody(
false);
63 return T::SetBody(
true);
66 template class DecayFrame<ReconstructionFrame>;
67 template class DecayFrame<GeneratorFrame>;