Blender  V3.3
Public Member Functions | List of all members
Freestyle::Functions1D::TimeStampF1D Class Reference

#include <Functions1D.h>

Inheritance diagram for Freestyle::Functions1D::TimeStampF1D:
Freestyle::UnaryFunction1D_void

Public Member Functions

string getName () const
 
int operator() (Interface1D &inter)
 
- Public Member Functions inherited from Freestyle::UnaryFunction1D_void
 UnaryFunction1D_void ()
 
 UnaryFunction1D_void (IntegrationType iType)
 
virtual ~UnaryFunction1D_void ()
 
int operator() (Interface1D &inter)
 
void setIntegrationType (IntegrationType integration)
 
IntegrationType getIntegrationType () const
 

Additional Inherited Members

- Public Attributes inherited from Freestyle::UnaryFunction1D_void
voidpy_uf1D
 
- Protected Attributes inherited from Freestyle::UnaryFunction1D_void
IntegrationType _integration
 

Detailed Description

Returns the time stamp of the Interface1D.

Definition at line 456 of file Functions1D.h.

Member Function Documentation

◆ getName()

string Freestyle::Functions1D::TimeStampF1D::getName ( ) const
inlinevirtual

Returns the string "TimeStampF1D"

Reimplemented from Freestyle::UnaryFunction1D_void.

Definition at line 459 of file Functions1D.h.

◆ operator()()

int Freestyle::Functions1D::TimeStampF1D::operator() ( Interface1D inter)

the () operator.

Definition at line 110 of file Functions1D.cpp.

References Freestyle::TimeStamp::getTimeStamp(), instance, and Freestyle::Interface1D::setTimeStamp().


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