18 #include "../declspec.h"
36 template<
typename T,
int NDim>
class DataBufferNd;
64 void OPENZGY_TEST_API createLod(
const std::shared_ptr<DataBuffer>& result,
65 const std::shared_ptr<const DataBuffer>& input,
67 const std::int64_t* hist,
68 std::int32_t bincount,
70 double histogram_max);
72 void OPENZGY_TEST_API createLodMT(
const std::shared_ptr<DataBuffer>& result,
73 const std::shared_ptr<const DataBuffer>& input,
75 const std::int64_t* hist,
76 std::int32_t bincount,
78 double histogram_max);
80 void OPENZGY_TEST_API createLodST(
const std::shared_ptr<DataBuffer>& result,
81 const std::shared_ptr<const DataBuffer>& input,
83 const std::int64_t* hist,
84 std::int32_t bincount,
86 double histogram_max);