Blender  V3.3
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Freestyle::UnaryFunction1D_void Class Reference

#include <Functions1D.h>

Inheritance diagram for Freestyle::UnaryFunction1D_void:
Freestyle::Functions1D::ChainingTimeStampF1D Freestyle::Functions1D::IncrementChainingTimeStampF1D 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

voidpy_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 146 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 136 of file Functions1D.h.

References Director_BPy_UnaryFunction1D___call__(), and py_uf1D.

◆ setIntegrationType()

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

Definition at line 141 of file Functions1D.h.

References _integration.

Member Data Documentation

◆ _integration

IntegrationType Freestyle::UnaryFunction1D_void::_integration
protected

Definition at line 152 of file Functions1D.h.

Referenced by getIntegrationType(), setIntegrationType(), and UnaryFunction1D_void().

◆ 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: