![]() |
SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
|
#include <deal.II/base/point.h>
#include <deal.II/lac/vector.h>
#include "SemiDiscreteOT/utils/utils.h"
#include <geogram/basic/common.h>
#include <geogram/basic/logger.h>
#include <geogram/basic/command_line.h>
#include <geogram/basic/command_line_args.h>
#include <geogram/basic/stopwatch.h>
#include <geogram/basic/file_system.h>
#include <geogram/basic/process.h>
#include <geogram/basic/progress.h>
#include <geogram/mesh/mesh.h>
#include <geogram/mesh/mesh_io.h>
#include <geogram/mesh/mesh_tetrahedralize.h>
#include <geogram/voronoi/CVT.h>
#include <exploragram/optimal_transport/optimal_transport_3d.h>
#include <exploragram/optimal_transport/sampling.h>
#include <memory>
#include <fstream>
#include <stdexcept>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ExactSot |
Class to handle exact semi-discrete optimal transport using Geogram. More... | |
Namespaces | |
namespace | GEO |