File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
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.

References second.

Referenced by operator+=().

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 }

References ch, and Value().

Field Documentation

◆ first

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

◆ second

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

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