ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
poisson::SystemDual< Dim, Real > Struct Template Reference

Public Member Functions

 SystemDual (Real w)
 
CumulativeDerivativeValues< Real, Dim, 0 > operator() (const Point< Real, Dim > &p, const CumulativeDerivativeValues< Real, Dim, 0 > &dValues) const
 
CumulativeDerivativeValues< double, Dim, 0 > operator() (const Point< Real, Dim > &p, const CumulativeDerivativeValues< double, Dim, 0 > &dValues) const
 

Public Attributes

Real weight
 

Detailed Description

template<unsigned int Dim, typename Real>
struct poisson::SystemDual< Dim, Real >

Definition at line 278 of file SurfaceReconstructionPoisson.cpp.

Constructor & Destructor Documentation

◆ SystemDual()

template<unsigned int Dim, typename Real >
poisson::SystemDual< Dim, Real >::SystemDual ( Real  w)
inline

Definition at line 280 of file SurfaceReconstructionPoisson.cpp.

Member Function Documentation

◆ operator()() [1/2]

template<unsigned int Dim, typename Real >
CumulativeDerivativeValues<double, Dim, 0> poisson::SystemDual< Dim, Real >::operator() ( const Point< Real, Dim > &  p,
const CumulativeDerivativeValues< double, Dim, 0 > &  dValues 
) const
inline

Definition at line 286 of file SurfaceReconstructionPoisson.cpp.

◆ operator()() [2/2]

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

Definition at line 281 of file SurfaceReconstructionPoisson.cpp.

Member Data Documentation

◆ weight

template<unsigned int Dim, typename Real >
Real poisson::SystemDual< Dim, Real >::weight

Definition at line 279 of file SurfaceReconstructionPoisson.cpp.


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