Blender V5.0
Freestyle::Functions0D::ReadSteerableViewMapPixelF0D Class Reference

#include <AdvancedFunctions0D.h>

Inherits Freestyle::UnaryFunction0D< float >.

Public Member Functions

 ReadSteerableViewMapPixelF0D (uint nOrientation, int level)
string getName () const
int operator() (Interface0DIterator &iter)
Public Member Functions inherited from Freestyle::UnaryFunction0D< float >
 UnaryFunction0D ()
virtual ~UnaryFunction0D ()

Additional Inherited Members

Public Types inherited from Freestyle::UnaryFunction0D< float >
typedef float ReturnedValueType
Public Attributes inherited from Freestyle::UnaryFunction0D< float >
float result
void * py_uf0D

Detailed Description

Reads a pixel in one of the level of one of the steerable view-maps.

Definition at line 114 of file AdvancedFunctions0D.h.

Constructor & Destructor Documentation

◆ ReadSteerableViewMapPixelF0D()

Freestyle::Functions0D::ReadSteerableViewMapPixelF0D::ReadSteerableViewMapPixelF0D ( uint nOrientation,
int level )
inline

Builds the functor

Parameters
nOrientationThe integer belonging to [0,4] indicating the orientation (E,NE,N,NW) we are interested in.
levelThe level of the pyramid from which the pixel must be read.

Definition at line 126 of file AdvancedFunctions0D.h.

References float, and Freestyle::UnaryFunction0D< float >::UnaryFunction0D().

Member Function Documentation

◆ getName()

string Freestyle::Functions0D::ReadSteerableViewMapPixelF0D::getName ( ) const
inlinevirtual

Returns the string "ReadSteerableViewMapPixelF0D"

Reimplemented from Freestyle::UnaryFunction0D< float >.

Definition at line 133 of file AdvancedFunctions0D.h.

◆ operator()()


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