disabled reconstruction source

This commit is contained in:
Sven Oesau 2023-02-13 15:37:58 +01:00
parent 73ba4d2e2f
commit c3d3b53dfa
4 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <CGAL/IO/PLY.h>
#include <sstream>
#ifdef DISABLED
#include "include/Parameters.h"
#include "include/Terminal_parser.h"
@ -272,3 +274,5 @@ int main(const int argc, const char** argv) {
" in " << time << " seconds!" << std::endl << std::endl;
return EXIT_SUCCESS;
}
#endif

View File

@ -10,6 +10,8 @@
//
// Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot
// Disable file for now
#define CGAL_KSR_3_GRAPHCUT_H
#ifndef CGAL_KSR_3_GRAPHCUT_H
#define CGAL_KSR_3_GRAPHCUT_H

View File

@ -10,6 +10,8 @@
//
// Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot
// Disable file for now
#define CGAL_KSR_3_VISIBILITY_H
#ifndef CGAL_KSR_3_VISIBILITY_H
#define CGAL_KSR_3_VISIBILITY_H

View File

@ -10,6 +10,8 @@
//
// Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot
// Disable file for now
#define CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H
#ifndef CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H
#define CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H