Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Data Fields
open3d::geometry::poisson::ConstraintDual< Dim, Real > Struct Template Reference

Public Member Functions

 ConstraintDual (Real t, Real w)
 
CumulativeDerivativeValues< Real, Dim, 0 > operator() (const Point< Real, Dim > &p) const
 

Data Fields

Real target
 
Real weight
 

Constructor & Destructor Documentation

◆ ConstraintDual()

template<unsigned int Dim, typename Real >
open3d::geometry::poisson::ConstraintDual< Dim, Real >::ConstraintDual ( Real  t,
Real  w 
)
inline

Member Function Documentation

◆ operator()()

template<unsigned int Dim, typename Real >
CumulativeDerivativeValues<Real, Dim, 0> open3d::geometry::poisson::ConstraintDual< Dim, Real >::operator() ( const Point< Real, Dim > &  p) const
inline

Field Documentation

◆ target

template<unsigned int Dim, typename Real >
Real open3d::geometry::poisson::ConstraintDual< Dim, Real >::target

◆ weight

template<unsigned int Dim, typename Real >
Real open3d::geometry::poisson::ConstraintDual< Dim, Real >::weight

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