Exemple #1
0
bool TopolError::fixUnionSecond()
{
  return fixUnion( mFeaturePairs.at( 1 ), mFeaturePairs.at( 0 ) );
}
Exemple #2
0
bool TopolError::fixUnionSecond()
{
  return fixUnion( mFeaturePairs[1], mFeaturePairs.first() );
}
Exemple #3
0
bool TopolError::fixUnionFirst()
{
  return fixUnion( mFeaturePairs.at( 0 ), mFeaturePairs.at( 1 ) );
}
Exemple #4
0
bool TopolError::fixUnionFirst()
{
  return fixUnion( mFeaturePairs.first(), mFeaturePairs[1] );
}