Project
Loading...
Searching...
No Matches
o2::math_utils::detail::GPUPoint2D< T, I > Struct Template Reference

#include <CartesianGPU.h>

Inherited by o2::math_utils::detail::GPUPoint3D< T, I >.

Public Member Functions

 GPUdDefault () GPUPoint2D()=default
 
 GPUhd () GPUPoint2D(T a
 
T yy (b)
 
 GPUhd () float X() const
 
 GPUhd () float Y() const
 
 GPUd () float R() const
 
 GPUd () void SetX(float v)
 
 GPUd () void SetY(float v)
 

Public Attributes

T b: xx(a)
 
T xx
 
T yy
 

Detailed Description

template<typename T, int I>
struct o2::math_utils::detail::GPUPoint2D< T, I >

Definition at line 26 of file CartesianGPU.h.

Member Function Documentation

◆ GPUd() [1/3]

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUd ( ) const
inline

Definition at line 31 of file CartesianGPU.h.

◆ GPUd() [2/3]

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUd ( )
inline

Definition at line 32 of file CartesianGPU.h.

◆ GPUd() [3/3]

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUd ( )
inline

Definition at line 33 of file CartesianGPU.h.

◆ GPUdDefault()

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUdDefault ( )
default

◆ GPUhd() [1/3]

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUhd ( ) const
inline

Definition at line 29 of file CartesianGPU.h.

◆ GPUhd() [2/3]

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUhd ( ) const
inline

Definition at line 30 of file CartesianGPU.h.

◆ GPUhd() [3/3]

template<typename T , int I>
o2::math_utils::detail::GPUPoint2D< T, I >::GPUhd ( )

◆ yy()

template<typename T , int I>
T o2::math_utils::detail::GPUPoint2D< T, I >::yy ( b  )
inline

Definition at line 28 of file CartesianGPU.h.

Member Data Documentation

◆ b

template<typename T , int I>
T o2::math_utils::detail::GPUPoint2D< T, I >::b

Definition at line 28 of file CartesianGPU.h.

◆ xx

template<typename T , int I>
T o2::math_utils::detail::GPUPoint2D< T, I >::xx

Definition at line 34 of file CartesianGPU.h.

◆ yy

template<typename T , int I>
T o2::math_utils::detail::GPUPoint2D< T, I >::yy

Definition at line 35 of file CartesianGPU.h.


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