![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include "Exception.h"#include "SupportedUserTypes.h"#include <boost/fusion/algorithm.hpp>#include <boost/fusion/container.hpp>#include <boost/fusion/sequence.hpp>#include <boost/numeric/conversion/cast.hpp>#include <bit>#include <cassert>#include <cmath>#include <cstdint>#include <iostream>#include <limits>#include <sstream>#include <stdexcept>#include <string>#include <type_traits>
Include dependency graph for FixedPointConverter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ChimeraTK::FixedPointConverter< RawType > |
| The fixed point converter provides conversion functions between a user type and up to 32 bit fixed point (signed or unsigned). More... | |
| struct | ChimeraTK::FixedPointConverter< RawType >::vectorToCooked_impl< UserType, RAW_ITERATOR, COOKED_ITERATOR > |
| struct | ChimeraTK::FixedPointConverter< RawType >::vectorToCooked_impl< std::string, RAW_ITERATOR, COOKED_ITERATOR > |
Namespaces | |
| namespace | ChimeraTK |
Typedefs | |
| using | ChimeraTK::DEPRECATED_FIXEDPOINT_DEFAULT = int32_t |