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

#include <Functions0D.h>

Inheritance diagram for Freestyle::Functions0D::GetZF0D:
Freestyle::UnaryFunction0D< double >

Public Member Functions

string getName () const
 
int operator() (Interface0DIterator &iter)
 
- Public Member Functions inherited from Freestyle::UnaryFunction0D< double >
 UnaryFunction0D ()
 
virtual ~UnaryFunction0D ()
 

Additional Inherited Members

- Public Types inherited from Freestyle::UnaryFunction0D< double >
typedef double ReturnedValueType
 
- Public Attributes inherited from Freestyle::UnaryFunction0D< double >
double result
 
voidpy_uf0D
 

Detailed Description

Returns the Z 3D coordinate of an Interface0D.

Definition at line 165 of file Functions0D.h.

Member Function Documentation

◆ getName()

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

Returns the string "GetZF0D"

Reimplemented from Freestyle::UnaryFunction0D< double >.

Definition at line 168 of file Functions0D.h.

◆ operator()()

int Freestyle::Functions0D::GetZF0D::operator() ( Interface0DIterator iter)
inlinevirtual

the () operator.

Reimplemented from Freestyle::UnaryFunction0D< double >.

Definition at line 174 of file Functions0D.h.

References Freestyle::Interface0D::getZ(), and result.


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