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:
};