Revision f8c1c6834e3c7da57d0cae114735f1cf643b0498 authored by Nico Schertler on 09 July 2018, 14:15:39 UTC, committed by Nico Schertler on 09 July 2018, 14:15:39 UTC
1 parent 722a9f4
Patch.h
#pragma once
#include "common.h"
#include <iostream>
#include <set>
#include <map>
#include <nsessentials/data/Serialization.h>
//Represents a patch of (not necessarily connected) faces of an underlying mesh by their boundary.
class Patch
{
public:
};
Computing file changes ...