AAPlane< PointT > Class Template Reference

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

Public Types

typedef PointT PointType
 
typedef PointType::ScalarType ScalarType
 

Public Member Functions

 AAPlane ()
 
 AAPlane (unsigned int axis, const PointType &p)
 
 AAPlane (unsigned int axis, ScalarType value)
 
unsigned int Axis () const
 
ScalarType operator() (const PointType &p) const
 
void Set (unsigned int axis, ScalarType value)
 
ScalarType Value () const
 
void Value (ScalarType v)
 

Detailed Description

template<class PointT>
class GfxTL::AAPlane< PointT >

Definition at line 7 of file AAPlane.h.

Member Typedef Documentation

◆ PointType

template<class PointT>
typedef PointT PointType

Definition at line 10 of file AAPlane.h.

◆ ScalarType

template<class PointT>
typedef PointType::ScalarType ScalarType

Definition at line 11 of file AAPlane.h.

Constructor & Destructor Documentation

◆ AAPlane() [1/3]

template<class PointT>
AAPlane ( )

Definition at line 5 of file AAPlane.hpp.

◆ AAPlane() [2/3]

template<class PointT>
AAPlane ( unsigned int axis,
ScalarType value )

Definition at line 10 of file AAPlane.hpp.

◆ AAPlane() [3/3]

template<class PointT>
AAPlane ( unsigned int axis,
const PointType & p )

Definition at line 15 of file AAPlane.hpp.

Member Function Documentation

◆ Axis()

template<class PointT>
unsigned int Axis ( ) const
inline

Definition at line 36 of file AAPlane.h.

◆ operator()()

template<class PointT>
AAPlane< PointT >::ScalarType operator() ( const PointType & p) const
inline

Definition at line 29 of file AAPlane.h.

◆ Set()

template<class PointT>
void Set ( unsigned int axis,
ScalarType value )

Definition at line 21 of file AAPlane.hpp.

◆ Value() [1/2]

template<class PointT>
AAPlane< PointT >::ScalarType Value ( ) const
inline

Definition at line 43 of file AAPlane.h.

◆ Value() [2/2]

template<class PointT>
void Value ( ScalarType v)

Definition at line 50 of file AAPlane.h.


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