#pragma once #include "BiomInterpolator.h" class BasicInterpolator : public BiomInterpolator { public: Framework::Either interpolateBlocks( Framework::Either a, Framework::Either b, double aWeight, double bWeight, Noise* zNoise ) override; };