![]() |
VISR
0.11.8
Versatile Interactive Scene Renderer
|
#include <interpolation_parameter.hpp>
Additional Inherited Members | |
![]() | |
using | ParameterConfigType = InterpolationParameterConfig |
![]() | |
using | IdType = std::size_t |
using | IndexType = std::size_t |
using | WeightType = float |
using | IndexContainer = std::vector< IndexType > |
using | WeightContainer = std::vector< WeightType > |
![]() | |
static const constexpr ParameterType | staticType () |
![]() | |
static IdType constexpr | cInvalidId = std::numeric_limits<IdType>::max() |
static IndexType constexpr | cInvalidIndex = std::numeric_limits<IndexType>::max() |
A type for passing vectors between processing components. The template class is explicitly instantiated for the element types float and double.
ElementType | The data type of the elements of the matrix. |
|
explicit |
|
explicit |