ACF $AcfVersion:0$
IDoubleManip.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// Qt includes
6#include <QtCore/QByteArray>
7
8// ACF includes
9#include <istd/IPolymorphic.h>
10#include <imath/TIValueManip.h>
11
12
13namespace imath
14{
15
16
20class IDoubleManip: virtual public TIValueManip<double>
21{
22public:
26 virtual int GetPrecision() const = 0;
27};
28
29
30} // namespace imath
31
32
Interface for all manipulation using values represent as double.
virtual int GetPrecision() const =0
Get number of digits after point.
Interface for all classes providing simply arithmetic functions on predefined data type.
Package with mathematical functions and algebraical primitives.