Blender V5.0
SubdFloat< T > Struct Template Reference

Public Types

using Type = T
using AccumType = T

Static Public Member Functions

static Type read (const Type &value)
static Type output (const Type &value)

Detailed Description

template<typename T>
struct SubdFloat< T >

Definition at line 15 of file interpolation.cpp.

Member Typedef Documentation

◆ AccumType

template<typename T>
using SubdFloat< T >::AccumType = T

Definition at line 17 of file interpolation.cpp.

◆ Type

template<typename T>
using SubdFloat< T >::Type = T

Definition at line 16 of file interpolation.cpp.

Member Function Documentation

◆ output()

template<typename T>
Type SubdFloat< T >::output ( const Type & value)
inlinestatic

Definition at line 24 of file interpolation.cpp.

◆ read()

template<typename T>
Type SubdFloat< T >::read ( const Type & value)
inlinestatic

Definition at line 19 of file interpolation.cpp.


The documentation for this struct was generated from the following file: