Project
Loading...
Searching...
No Matches
o2::gpu::Knot< DataT > Struct Template Reference

#include <Spline1DSpec.h>

Public Member Functions

 GPUd () int32_t getU() const
 Get u as an integer.
 

Public Attributes

DataT u
 u coordinate of the knot i (an integer number in float format)
 
DataT Li
 

Detailed Description

template<typename DataT>
struct o2::gpu::Knot< DataT >

The struct Knot represents the i-th knot and the segment [knot_i, knot_i+1]

Definition at line 37 of file Spline1DSpec.h.

Member Function Documentation

◆ GPUd()

template<typename DataT >
o2::gpu::Knot< DataT >::GPUd ( ) const
inline

Get u as an integer.

Definition at line 41 of file Spline1DSpec.h.

Member Data Documentation

◆ Li

template<typename DataT >
DataT o2::gpu::Knot< DataT >::Li

inverse length of the [knot_i, knot_{i+1}] segment ( == 1./ a (small) integer )

Definition at line 39 of file Spline1DSpec.h.

◆ u

template<typename DataT >
DataT o2::gpu::Knot< DataT >::u

u coordinate of the knot i (an integer number in float format)

Definition at line 38 of file Spline1DSpec.h.


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