ACF $AcfVersion:0$
ISampledFunctionInterpolator.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
7
8
9namespace imath
10{
11
12
17{
18public:
22 virtual bool InitFromFunction(const ISampledFunction& function) = 0;
23};
24
25
26} // namespace imath
27
28
Interface for a 1D-interpolator based on a sampled function.
virtual bool InitFromFunction(const ISampledFunction &function)=0
Initialize interpolator based on a sample function.
Template interface for any mathematical function.
Package with mathematical functions and algebraical primitives.