Skip to content

Commit ac0211d

Browse files
WIP-ADD DFSegmentation.cc and hh
1 parent fd4c057 commit ac0211d

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/diffCheck.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ const diffCheck::Log LOG = diffCheck::Log();
1414
#include "diffCheck/transformation/DFTransformation.hh"
1515
#include "diffCheck/registrations/DFGlobalRegistrations.hh"
1616
#include "diffCheck/registrations/DFRefinedRegistration.hh"
17+
#include "diffCheck/segmentation/DFSegmentation.hh"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "DFSegmentation.hh"
2+
3+
namespace diffCheck::segmentation
4+
{
5+
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#pragma once
2+
#include "diffCheck.hh"
3+
4+
namespace diffCheck::segmentation
5+
{
6+
7+
}

0 commit comments

Comments
 (0)