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

#include <Functions1D.h>

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

Public Member Functions

 GetOccludeeF1D ()
 
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 occluded shapes covered by this Interface1D.

Definition at line 594 of file Functions1D.h.

Constructor & Destructor Documentation

◆ GetOccludeeF1D()

Freestyle::Functions1D::GetOccludeeF1D::GetOccludeeF1D ( )
inline

Builds the functor.

Definition at line 597 of file Functions1D.h.

Member Function Documentation

◆ getName()

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

Returns the string "GetOccludeeF1D"

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

Definition at line 602 of file Functions1D.h.

◆ operator()()

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

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