Blender V4.3
Freestyle::Functions0D::GetOccludersF0D Class Reference

#include <Functions0D.h>

Inherits Freestyle::UnaryFunction0D< std::vector< ViewShape * > >.

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from Freestyle::UnaryFunction0D< std::vector< ViewShape * > >
typedef std::vector< ViewShape * > ReturnedValueType
 
- Public Attributes inherited from Freestyle::UnaryFunction0D< std::vector< ViewShape * > >
std::vector< ViewShape * > result
 
void * py_uf0D
 

Detailed Description

Returns a vector containing the ViewShape* occluding the Interface0D

Definition at line 448 of file Functions0D.h.

Member Function Documentation

◆ getName()

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

Returns the string "GetOccludersF0D"

Reimplemented from Freestyle::UnaryFunction0D< std::vector< ViewShape * > >.

Definition at line 451 of file Functions0D.h.

◆ operator()()

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

the () operator.

Reimplemented from Freestyle::UnaryFunction0D< std::vector< ViewShape * > >.

Definition at line 354 of file Functions0D.cpp.

References Freestyle::Functions0D::getOccludersF0D().


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