Frame< 2, ScalarT > Class Template Reference

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

Public Types

enum  { Dim = 2 }
 
typedef HyperplaneCoordinateSystem< ScalarType, Dim >::PointType PointType
 
typedef ScalarT ScalarType
 

Public Member Functions

void Canonical ()
 
template<class V>
void FromNormal (const V &v)
 
 operator const PointType * () const
 
 operator PointType * ()
 
void RotateFrame (ScalarType radians)
 
void ToGlobal (const PointType &p, PointType *g) const
 
void ToLocal (const PointType &p, PointType *l) const
 

Detailed Description

template<class ScalarT>
class GfxTL::Frame< 2, ScalarT >

Definition at line 16 of file Frame.h.

Member Typedef Documentation

◆ PointType

template<class ScalarT>
typedef HyperplaneCoordinateSystem<ScalarType,Dim>::PointType PointType

Definition at line 26 of file Frame.h.

◆ ScalarType

template<class ScalarT>
typedef ScalarT ScalarType

Definition at line 19 of file Frame.h.

Member Enumeration Documentation

◆ anonymous enum

template<class ScalarT>
anonymous enum
Enumerator
Dim 

Definition at line 21 of file Frame.h.

Member Function Documentation

◆ Canonical()

template<class ScalarT>
void Canonical ( )

Definition at line 62 of file Frame.h.

◆ FromNormal()

template<class ScalarT>
template<class V>
void FromNormal ( const V & v)
inline

Definition at line 32 of file Frame.h.

◆ operator const PointType *()

template<class ScalarT>
operator const PointType * ( ) const
inline

Definition at line 50 of file Frame.h.

◆ operator PointType *()

template<class ScalarT>
operator PointType * ( )
inline

Definition at line 45 of file Frame.h.

◆ RotateFrame()

template<class ScalarT>
void RotateFrame ( ScalarType radians)

Definition at line 97 of file Frame.h.

+ Here is the call graph for this function:

◆ ToGlobal()

template<class ScalarT>
void ToGlobal ( const PointType & p,
PointType * g ) const

Definition at line 86 of file Frame.h.

◆ ToLocal()

template<class ScalarT>
void ToLocal ( const PointType & p,
PointType * l ) const

Definition at line 76 of file Frame.h.


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