DynVectorKernel< T > Struct Template Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/GfxTL/DynVectorKernel.h>

+ Inheritance diagram for DynVectorKernel< T >:

Public Member Functions

void Add (const T a[], const T b[], T *r) const
 
T Dot (const T a[], const T b[]) const
 
 DynVectorKernel (unsigned int dim)
 
T SqrDistance (const T a[], const T b[]) const
 
- Public Member Functions inherited from VectorKernel< DynamicDimensionVectorKernelStrategy, BaseT >
void Add (const PointAT &a, const PointBT &b, PointDT *d) const
 
void AssignVector (const PointAT &a, const PointBT *b) const
 
ScalarTypeConversion< typenameScalarTypeConversion< typenameScalarTypeDeferer< PointAT >::ScalarType, typenameScalarTypeDeferer< PointBT >::ScalarType >::MultiplicationType, typenameScalarTypeConversion< typenameScalarTypeDeferer< PointAT >::ScalarType, typenameScalarTypeDeferer< PointBT >::ScalarType >::MultiplicationType >::AdditionType Dot (const PointAT &a, const PointBT &b) const
 
void Mul (typename ScalarTypeDeferer< PointAT >::ScalarType s, const PointAT &a, PointBT *b) const
 
void Sub (const PointAT &a, const PointBT &b, PointDT *d) const
 
- Public Member Functions inherited from DynamicDimensionVectorKernelStrategy
const unsigned int Dimension () const
 
void Dimension (unsigned int dim)
 

Additional Inherited Members

- Public Types inherited from VectorKernel< DynamicDimensionVectorKernelStrategy, BaseT >
typedef DynamicDimensionVectorKernelStrategy DimensionStrategyType
 
- Protected Attributes inherited from DynamicDimensionVectorKernelStrategy
unsigned int m_dim
 

Detailed Description

template<class T>
struct GfxTL::DynVectorKernel< T >

Definition at line 7 of file DynVectorKernel.h.

Constructor & Destructor Documentation

◆ DynVectorKernel()

template<class T>
DynVectorKernel ( unsigned int dim)

Definition at line 21 of file DynVectorKernel.h.

Member Function Documentation

◆ Add()

template<class T>
void Add ( const T a[],
const T b[],
T * r ) const

Definition at line 27 of file DynVectorKernel.h.

◆ Dot()

template<class T>
T Dot ( const T a[],
const T b[] ) const

Definition at line 37 of file DynVectorKernel.h.

◆ SqrDistance()

template<class T>
T SqrDistance ( const T a[],
const T b[] ) const

Definition at line 49 of file DynVectorKernel.h.


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