ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CGAL_Normal_Estimator::My_Triplet< T > Class Template Reference

simple class for triplet of points More...

#include <CGAL_normEst.h>

Public Member Functions

 My_Triplet ()
 
 My_Triplet (T a, T b, T c)
 
T & operator() (int i)
 
operator() (int i) const
 

Detailed Description

template<typename T>
class CGAL_Normal_Estimator::My_Triplet< T >

simple class for triplet of points

Definition at line 71 of file CGAL_normEst.h.

Constructor & Destructor Documentation

◆ My_Triplet() [1/2]

template<typename T >
CGAL_Normal_Estimator::My_Triplet< T >::My_Triplet ( )
inline

Definition at line 76 of file CGAL_normEst.h.

◆ My_Triplet() [2/2]

template<typename T >
CGAL_Normal_Estimator::My_Triplet< T >::My_Triplet ( a,
b,
c 
)
inline

Definition at line 77 of file CGAL_normEst.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
T& CGAL_Normal_Estimator::My_Triplet< T >::operator() ( int  i)
inline

Definition at line 82 of file CGAL_normEst.h.

◆ operator()() [2/2]

template<typename T >
T CGAL_Normal_Estimator::My_Triplet< T >::operator() ( int  i) const
inline

Definition at line 83 of file CGAL_normEst.h.


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