1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef CONTOURPY_UTIL_H #define CONTOURPY_UTIL_H #include "common.h" namespace contourpy { class Util { public: static index_t get_max_threads(); }; } // namespace contourpy #endif // CONTOURPY_UTIL_H