Blender
V3.3
|
#include <Functions0D.h>
Public Member Functions | |
string | getName () const |
int | operator() (Interface0DIterator &iter) |
![]() | |
UnaryFunction0D () | |
virtual | ~UnaryFunction0D () |
Additional Inherited Members | |
![]() | |
typedef Id | ReturnedValueType |
![]() | |
Id | result |
void * | py_uf0D |
Returns the Id of the Shape the Interface0D belongs to. This evaluation can be ambiguous (in the case of a TVertex for example). This functor tries to remove this ambiguity using the context offered by the 1D element to which the Interface0DIterator& belongs to. However, there still can be problematic cases, and the user willing to deal with this cases in a specific way should implement its own getShapeIdF0D functor.
Definition at line 386 of file Functions0D.h.
|
inlinevirtual |
Returns the string "ShapeIdF0D"
Reimplemented from Freestyle::UnaryFunction0D< Id >.
Definition at line 389 of file Functions0D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< Id >.
Definition at line 311 of file Functions0D.cpp.
References Freestyle::ViewShape::getId(), Freestyle::Functions0D::getShapeF0D(), and result.