Blender V5.0
Freestyle::Functions1D::QuantitativeInvisibilityF1D Class Reference

#include <Functions1D.h>

Inherits Freestyle::UnaryFunction1D< uint >.

Public Member Functions

 QuantitativeInvisibilityF1D (IntegrationType iType=MEAN)
string getName () const
int operator() (Interface1D &inter)
Public Member Functions inherited from Freestyle::UnaryFunction1D< uint >
 UnaryFunction1D ()
virtual ~UnaryFunction1D ()
void setIntegrationType (IntegrationType integration)
IntegrationType getIntegrationType () const

Additional Inherited Members

Public Types inherited from Freestyle::UnaryFunction1D< uint >
typedef uint ReturnedValueType
Public Attributes inherited from Freestyle::UnaryFunction1D< uint >
uint result
void * py_uf1D
Protected Attributes inherited from Freestyle::UnaryFunction1D< uint >
IntegrationType _integration

Detailed Description

Returns the Quantitative Invisibility of an Interface1D element. If the Interface1D is a ViewEdge, then there is no ambiguity concerning the result. But, if the Interface1D results of a chaining (chain, stroke), then it might be made of several 1D elements of different Quantitative Invisibilities.

Definition at line 375 of file Functions1D.h.

Constructor & Destructor Documentation

◆ QuantitativeInvisibilityF1D()

Freestyle::Functions1D::QuantitativeInvisibilityF1D::QuantitativeInvisibilityF1D ( IntegrationType iType = MEAN)
inline

Builds the functor.

Parameters
iTypeThe integration method used to compute a single value from a set of values.

Definition at line 384 of file Functions1D.h.

References Freestyle::MEAN, and Freestyle::UnaryFunction1D< uint >::UnaryFunction1D().

Member Function Documentation

◆ getName()

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

Returns the string "QuantitativeInvisibilityF1D"

Reimplemented from Freestyle::UnaryFunction1D< uint >.

Definition at line 387 of file Functions1D.h.

◆ operator()()


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