Blender  V3.3
Public Member Functions | List of all members
Freestyle::Functions1D::LocalAverageDepthF1D Class Reference

#include <AdvancedFunctions1D.h>

Inheritance diagram for Freestyle::Functions1D::LocalAverageDepthF1D:
Freestyle::UnaryFunction1D< double >

Public Member Functions

 LocalAverageDepthF1D (real sigma, IntegrationType iType=MEAN)
 
string getName () const
 
int operator() (Interface1D &inter)
 
- Public Member Functions inherited from Freestyle::UnaryFunction1D< double >
 UnaryFunction1D ()
 
 UnaryFunction1D (IntegrationType iType)
 
virtual ~UnaryFunction1D ()
 
void setIntegrationType (IntegrationType integration)
 
IntegrationType getIntegrationType () const
 

Additional Inherited Members

- Public Types inherited from Freestyle::UnaryFunction1D< double >
typedef double ReturnedValueType
 
- Public Attributes inherited from Freestyle::UnaryFunction1D< double >
double result
 
voidpy_uf1D
 
- Protected Attributes inherited from Freestyle::UnaryFunction1D< double >
IntegrationType _integration
 

Detailed Description

Returns the average depth evaluated for an Interface1D. The average depth is evaluated for a set of points along the Interface1D (using the LocalAverageDepthF0D functor) with a user-defined sampling and then integrated into a single value using a user-defined integration method.

Definition at line 79 of file AdvancedFunctions1D.h.

Constructor & Destructor Documentation

◆ LocalAverageDepthF1D()

Freestyle::Functions1D::LocalAverageDepthF1D::LocalAverageDepthF1D ( real  sigma,
IntegrationType  iType = MEAN 
)
inline

Builds the functor.

Parameters
sigmaThe sigma used in DensityF0D and determining the window size used in each density query.
iTypeThe integration method used to compute a single value from a set of values.

Definition at line 87 of file AdvancedFunctions1D.h.

Member Function Documentation

◆ getName()

string Freestyle::Functions1D::LocalAverageDepthF1D::getName ( ) const
inlinevirtual

Returns the string "LocalAverageDepthF1D"

Reimplemented from Freestyle::UnaryFunction1D< double >.

Definition at line 93 of file AdvancedFunctions1D.h.

◆ operator()()

int Freestyle::Functions1D::LocalAverageDepthF1D::operator() ( Interface1D inter)
inlinevirtual

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