Exemple #1
0
//  ============================================================================
bool CGtfRecord::x_FeatureToPartial(
    CMappedFeat mapped_feature )
//  ============================================================================
{
    if ( mapped_feature.IsSetPartial()  &&  mapped_feature.GetPartial() ) {
        return true;
    }
    return false;
}