Blender V4.3
Freestyle::UnaryFunction1D_void Class Reference

#include <Functions1D.h>

Inherited by Freestyle::Functions1D::ChainingTimeStampF1D, Freestyle::Functions1D::IncrementChainingTimeStampF1D, and Freestyle::Functions1D::TimeStampF1D.

Public Member Functions

 UnaryFunction1D_void ()
 
 UnaryFunction1D_void (IntegrationType iType)
 
virtual ~UnaryFunction1D_void ()
 
virtual string getName () const
 
int operator() (Interface1D &inter)
 
void setIntegrationType (IntegrationType integration)
 
IntegrationType getIntegrationType () const
 

Public Attributes

void * py_uf1D
 

Protected Attributes

IntegrationType _integration
 

Detailed Description

Definition at line 112 of file Functions1D.h.

Constructor & Destructor Documentation

◆ UnaryFunction1D_void() [1/2]

Freestyle::UnaryFunction1D_void::UnaryFunction1D_void ( )
inline

Definition at line 116 of file Functions1D.h.

References _integration, and Freestyle::MEAN.

◆ UnaryFunction1D_void() [2/2]

Freestyle::UnaryFunction1D_void::UnaryFunction1D_void ( IntegrationType iType)
inline

Definition at line 121 of file Functions1D.h.

References _integration.

◆ ~UnaryFunction1D_void()

virtual Freestyle::UnaryFunction1D_void::~UnaryFunction1D_void ( )
inlinevirtual

Definition at line 126 of file Functions1D.h.

Member Function Documentation

◆ getIntegrationType()

IntegrationType Freestyle::UnaryFunction1D_void::getIntegrationType ( ) const
inline

Definition at line 144 of file Functions1D.h.

References _integration.

◆ getName()

virtual string Freestyle::UnaryFunction1D_void::getName ( ) const
inlinevirtual

◆ operator()()

int Freestyle::UnaryFunction1D_void::operator() ( Interface1D & inter)
inline

Definition at line 134 of file Functions1D.h.

References Director_BPy_UnaryFunction1D___call__(), and py_uf1D.

◆ setIntegrationType()

void Freestyle::UnaryFunction1D_void::setIntegrationType ( IntegrationType integration)
inline

Definition at line 139 of file Functions1D.h.

References _integration.

Member Data Documentation

◆ _integration

IntegrationType Freestyle::UnaryFunction1D_void::_integration
protected

◆ py_uf1D

void* Freestyle::UnaryFunction1D_void::py_uf1D

Definition at line 114 of file Functions1D.h.

Referenced by operator()().


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