Blender V5.0
Freestyle::Functions0D::ZDiscontinuityF0D Class Reference

#include <Functions0D.h>

Inherits 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
void * py_uf0D

Detailed Description

Returns a real giving the distance between and Interface0D and the shape that lies behind (occludee). This distance is evaluated in the camera space and normalized between 0 and 1. Therefore, if no object is occluded by the shape to which the Interface0D belongs to, 1 is returned.

Definition at line 324 of file Functions0D.h.

Member Function Documentation

◆ getName()

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

Returns the string "ZDiscontinuityF0D"

Reimplemented from Freestyle::UnaryFunction0D< double >.

Definition at line 327 of file Functions0D.h.

◆ operator()()

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

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