#include <Debug.h>
#include <algorithm>
#include <boost/variant.hpp>
#include <map>
#include <unordered_map>
Go to the source code of this file.
|
namespace | ttk |
| The Topology ToolKit.
|
|
|
using | topologyType = unsigned char |
|
using | idType = long long int |
|
using | labelTypeVariant = boost::variant< double, float, long long, unsigned long long, long, unsigned long, int, unsigned int, short, unsigned short, char, signed char, unsigned char > |
|
using | sizeType = float |
|
◆ idType
◆ labelTypeVariant
using labelTypeVariant = boost::variant<double, float, long long, unsigned long long, long, unsigned long, int, unsigned int, short, unsigned short, char, signed char, unsigned char> |
◆ sizeType
◆ topologyType