Wildmeshing Toolkit
Loading...
Searching...
No Matches
MerkleTreeInteriorNode.hpp
Go to the documentation of this file.
1#pragma once
2#include <functional>
3#include "Hashable.hpp"
4
5namespace wmtk::utils {
7{
8public:
9 std::map<std::string, std::size_t> child_hashes() const override;
10
11 virtual std::map<std::string, const Hashable*> child_hashables() const = 0;
12};
13} // namespace wmtk::utils
std::map< std::string, std::size_t > child_hashes() const override
virtual std::map< std::string, const Hashable * > child_hashables() const =0