DGtal  1.2.0
Public Member Functions | Data Fields
DGtal::TangentFromDSS3DFunctor< 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::TangentFromDSS3DFunctor< DSS, LambdaFunction >::Value

Definition at line 180 of file FunctorsLambdaMST.h.

Constructor & Destructor Documentation

◆ Value()

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

Definition at line 184 of file FunctorsLambdaMST.h.

Member Function Documentation

◆ operator+=()

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

Definition at line 185 of file FunctorsLambdaMST.h.

186  {
187  this->first += ch.first;
188  this->second += ch.second;
189  return *this;
190  }
DGtal::MelkmanConvexHull< Point, Functor > ch

References ch.

Field Documentation

◆ first

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

Definition at line 182 of file FunctorsLambdaMST.h.

◆ second

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

Definition at line 183 of file FunctorsLambdaMST.h.


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