DGtal  1.4.beta
DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::Value Struct Reference

#include <DGtal/geometry/curves/estimation/FunctorsLambdaMST.h>

Public Member Functions

 Value ()
 
Valueoperator+= (const Value &ch)
 

Data Fields

RealVector first
 
double second
 

Detailed Description

template<typename DSS, typename LambdaFunction>
struct DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::Value

Definition at line 120 of file FunctorsLambdaMST.h.

Constructor & Destructor Documentation

◆ Value()

template<typename DSS , typename LambdaFunction >
DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::Value::Value ( )
inline

Definition at line 124 of file FunctorsLambdaMST.h.

Member Function Documentation

◆ operator+=()

template<typename DSS , typename LambdaFunction >
Value& DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::Value::operator+= ( const Value ch)
inline

Definition at line 125 of file FunctorsLambdaMST.h.

126  {
127  this->first += ch.first;
128  this->second += ch.second;
129  return *this;
130  }
DGtal::MelkmanConvexHull< Point, Functor > ch

References ch.

Field Documentation

◆ first

template<typename DSS , typename LambdaFunction >
RealVector DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::Value::first

Definition at line 122 of file FunctorsLambdaMST.h.

◆ second

template<typename DSS , typename LambdaFunction >
double DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::Value::second

Definition at line 123 of file FunctorsLambdaMST.h.


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