Home
last modified time | relevance | path

Searched refs:getExactTypeName (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DInterface0D.h66 virtual string getExactTypeName() const in getExactTypeName() function
135 virtual string getExactTypeName() const in getExactTypeName() function
218 virtual string getExactTypeName() const in getExactTypeName() function
223 return _iterator->getExactTypeName() + "Proxy"; in getExactTypeName()
H A DInterface1D.h143 virtual string getExactTypeName() const in getExactTypeName() function
H A DViewMapIterators.h296 virtual string getExactTypeName() const in getExactTypeName() function
453 virtual string getExactTypeName() const in getExactTypeName() function
H A DSilhouette.h73 virtual string getExactTypeName() const in getExactTypeName() function
480 virtual string getExactTypeName() const in getExactTypeName() function
1010 virtual string getExactTypeName() const in getExactTypeName() function
1157 virtual string getExactTypeName() const in getExactTypeName() function
1309 virtual string getExactTypeName() const in getExactTypeName() function
H A DViewMap.h273 virtual string getExactTypeName() const in getExactTypeName() function
399 virtual string getExactTypeName() const in getExactTypeName() function
678 virtual string getExactTypeName() const in getExactTypeName() function
911 virtual string getExactTypeName() const in getExactTypeName() function
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DChainingIterators.h86 virtual string getExactTypeName() const in getExactTypeName() function
196 virtual string getExactTypeName() const in getExactTypeName() function
291 virtual string getExactTypeName() const in getExactTypeName() function
399 virtual string getExactTypeName() const in getExactTypeName() function
H A DChain.h74 virtual string getExactTypeName() const in getExactTypeName() function
H A DCurve.h65 virtual string getExactTypeName() const in getExactTypeName() function
430 virtual string getExactTypeName() const in getExactTypeName() function
H A DStrokeIterators.h98 virtual string getExactTypeName() const in getExactTypeName() function
H A DStroke.h329 virtual string getExactTypeName() const in getExactTypeName() function
507 virtual string getExactTypeName() const in getExactTypeName() function
H A DCurveIterators.h137 virtual string getExactTypeName() const in getExactTypeName() function
H A DOperators.cpp71 if ((*itbegin)->getExactTypeName() != "ViewEdge") { in select()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/system/
H A DIterator.h40 virtual string getExactTypeName() const in getExactTypeName() function
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/python/
H A DBPy_Convert.cpp131 string msg("unexpected type: " + if0D.getExactTypeName()); in Any_BPy_Interface0D_from_Interface0D()
159 string msg("unexpected type: " + if1D.getExactTypeName()); in Any_BPy_Interface1D_from_Interface1D()
175 string msg("unexpected type: " + fe.getExactTypeName()); in Any_BPy_FEdge_from_FEdge()
191 string msg("unexpected type: " + vv.getExactTypeName()); in Any_BPy_ViewVertex_from_ViewVertex()
H A DBPy_Interface0D.cpp126 "type: %s - address: %p", self->if0D->getExactTypeName().c_str(), self->if0D); in Interface0D_repr()
H A DBPy_Interface1D.cpp137 "type: %s - address: %p", self->if1D->getExactTypeName().c_str(), self->if1D); in Interface1D_repr()