MCPcopy Create free account
hub / github.com/ImageEngine/cortex / triangulate

Function triangulate

src/IECoreScene/bindings/TriangulatorBinding.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template<typename T>
52static void triangulate( T &t, typename TypedData<std::vector<typename T::Point> >::ConstPtr p )
53{
54 t.triangulate( p->readable().begin(), p->readable().end() );
55}
56
57template<typename T>
58static void triangulateLoops( T &t, list loops )

Callers 6

modifyTypedPrimitiveMethod · 0.85
processInputsFunction · 0.85
operator()Method · 0.85
modifyTypedPrimitiveMethod · 0.85
triangulateWrapperFunction · 0.85
doConversionMethod · 0.85

Calls 4

triangulateMethod · 0.80
readableMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected