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

#include <Functions1D.h>

Inheritance diagram for Freestyle::Functions1D::GetOccludersF1D:
Freestyle::UnaryFunction1D< std::vector< ViewShape * > >

Public Member Functions

 GetOccludersF1D ()
 
string getName () const
 
int operator() (Interface1D &inter)
 
- Public Member Functions inherited from Freestyle::UnaryFunction1D< std::vector< ViewShape * > >
 UnaryFunction1D ()
 
 UnaryFunction1D (IntegrationType iType)
 
virtual ~UnaryFunction1D ()
 
void setIntegrationType (IntegrationType integration)
 
IntegrationType getIntegrationType () const
 

Additional Inherited Members

- Public Types inherited from Freestyle::UnaryFunction1D< std::vector< ViewShape * > >
typedef std::vector< ViewShape * > ReturnedValueType
 
- Public Attributes inherited from Freestyle::UnaryFunction1D< std::vector< ViewShape * > >
std::vector< ViewShape * > result
 
voidpy_uf1D
 
- Protected Attributes inherited from Freestyle::UnaryFunction1D< std::vector< ViewShape * > >
IntegrationType _integration
 

Detailed Description

Returns list of occluding shapes covered by this Interface1D.

Definition at line 575 of file Functions1D.h.

Constructor & Destructor Documentation

◆ GetOccludersF1D()

Freestyle::Functions1D::GetOccludersF1D::GetOccludersF1D ( )
inline

Builds the functor.

Definition at line 578 of file Functions1D.h.

Member Function Documentation

◆ getName()

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

Returns the string "GetOccludersF1D"

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

Definition at line 583 of file Functions1D.h.

◆ operator()()

int Freestyle::Functions1D::GetOccludersF1D::operator() ( Interface1D inter)
virtual

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