|
Blender V4.3
|
#include <AdvancedFunctions1D.h>
Inherits Freestyle::UnaryFunction1D< double >.
Public Member Functions | |
| GetSteerableViewMapDensityF1D (int level, IntegrationType iType=MEAN, float sampling=2.0f) | |
| virtual | ~GetSteerableViewMapDensityF1D () |
| 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 |
| void * | py_uf1D |
Protected Attributes inherited from Freestyle::UnaryFunction1D< double > | |
| IntegrationType | _integration |
Returns the density of the viewmap for a given Interface1D. The density of each FEdge is evaluated in the proper steerable ViewMap depending on its orientation.
Definition at line 198 of file AdvancedFunctions1D.h.
|
inline |
Builds the functor from the level of the pyramid from which the pixel must be read.
| level | The level of the pyramid from which the pixel must be read. |
| iType | The integration method used to compute a single value from a set of values. |
| sampling | The resolution used to sample the chain: the corresponding 0D function is evaluated at each sample point and the result is obtained by combining the resulting values into a single one, following the method specified by iType. |
Definition at line 214 of file AdvancedFunctions1D.h.
|
inlinevirtual |
Destructor
Definition at line 222 of file AdvancedFunctions1D.h.
|
inlinevirtual |
Returns the string "GetSteerableViewMapDensityF1D"
Reimplemented from Freestyle::UnaryFunction1D< double >.
Definition at line 225 of file AdvancedFunctions1D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction1D< double >.
Definition at line 19 of file AdvancedFunctions1D.cpp.
References Freestyle::UnaryFunction1D< double >::_integration, Freestyle::FIRST, Freestyle::Interface0D::getFEdge(), Freestyle::Id::getFirst(), Freestyle::FEdge::getId(), Freestyle::Interface0D::getId(), Freestyle::Canvas::getInstance(), Freestyle::Interface0D::getPoint2D(), Freestyle::Interface0D::getProjectedX(), Freestyle::Interface0D::getProjectedY(), Freestyle::Canvas::getSteerableViewMap(), Freestyle::SteerableViewMap::getSVMNumber(), Freestyle::Interface0DIterator::isEnd(), Freestyle::LAST, Freestyle::MAX, Freestyle::MEAN, Freestyle::MIN, Freestyle::Interface1D::pointsBegin(), Freestyle::SteerableViewMap::readSteerableViewMapPixel(), size(), and v.