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

Function str

src/IECorePython/FileSequenceBinding.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73template<>
74std::string str( FileSequence &x )
75{
76 return x.asString();
77}
78
79struct FileSequenceHelper
80{

Callers 15

str<BoolVectorData>Function · 0.70
operator()Method · 0.70
formatInternalFunction · 0.70
transformMethod · 0.50
transformMethod · 0.50
testLinksTimeOffsetMethod · 0.50
testPerFrameWriteMethod · 0.50
assertSetNamesEqualMethod · 0.50
formatCameraNameMethod · 0.50

Calls 1

asStringMethod · 0.45