Blender V4.3
Freestyle::Functions0D::ReadMapPixelF0D Class Reference

#include <AdvancedFunctions0D.h>

Inherits Freestyle::UnaryFunction0D< float >.

Public Member Functions

 ReadMapPixelF0D (const char *iMapName, 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 a map.

Definition at line 83 of file AdvancedFunctions0D.h.

Constructor & Destructor Documentation

◆ ReadMapPixelF0D()

Freestyle::Functions0D::ReadMapPixelF0D::ReadMapPixelF0D ( const char * iMapName,
int level )
inline

Builds the functor from name of the Map that must be read.

Parameters
iMapNameThe name of the map.
levelThe level of the pyramid from which the pixel must be read.

Definition at line 96 of file AdvancedFunctions0D.h.

Member Function Documentation

◆ getName()

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

Returns the string "ReadMapPixelF0D"

Reimplemented from Freestyle::UnaryFunction0D< float >.

Definition at line 103 of file AdvancedFunctions0D.h.

◆ operator()()

int Freestyle::Functions0D::ReadMapPixelF0D::operator() ( Interface0DIterator & iter)
virtual

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