Skip to content

Commit

Permalink
WIP-ADD DFSegmentation.cc and hh
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed May 29, 2024
1 parent fd4c057 commit ac0211d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/diffCheck.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ const diffCheck::Log LOG = diffCheck::Log();
#include "diffCheck/transformation/DFTransformation.hh"
#include "diffCheck/registrations/DFGlobalRegistrations.hh"
#include "diffCheck/registrations/DFRefinedRegistration.hh"
#include "diffCheck/segmentation/DFSegmentation.hh"
6 changes: 6 additions & 0 deletions src/diffCheck/segmentation/DFSegmentation.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "DFSegmentation.hh"

namespace diffCheck::segmentation
{

}
7 changes: 7 additions & 0 deletions src/diffCheck/segmentation/DFSegmentation.hh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#pragma once
#include "diffCheck.hh"

namespace diffCheck::segmentation
{

}

0 comments on commit ac0211d

Please sign in to comment.