CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
mathSSE::As3D< T > Struct Template Reference

#include <SSEVec.h>

Public Member Functions

 As3D (Vec4< T > const &iv)
 

Public Attributes

const Vec4< T > & v
 

Detailed Description

template<typename T>
struct mathSSE::As3D< T >

Definition at line 488 of file SSEVec.h.

Constructor & Destructor Documentation

◆ As3D()

template<typename T>
mathSSE::As3D< T >::As3D ( Vec4< T > const &  iv)
inline

Definition at line 490 of file SSEVec.h.

490 : v(iv) {}

Member Data Documentation

◆ v

template<typename T>
const Vec4<T>& mathSSE::As3D< T >::v

Definition at line 489 of file SSEVec.h.

gpuVertexFinder::iv
int32_t *__restrict__ iv
Definition: gpuClusterTracksDBSCAN.h:42
mathSSE::As3D::v
const Vec4< T > & v
Definition: SSEVec.h:489