MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getName

Method getName

src/OpenColorIO/transforms/FileTransform.cpp:561–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561std::string FileFormat::getName() const
562{
563 FormatInfoVec infoVec;
564 getFormatInfo(infoVec);
565 if(infoVec.size()>0)
566 {
567 return infoVec[0].name;
568 }
569 return "Unknown Format";
570}
571
572void FileFormat::bake(const Baker & /*baker*/,
573 const std::string & formatName,

Callers 5

BuildSourceToDisplayFunction · 0.45
BuildDisplayToSourceFunction · 0.45
LoadFileUncachedFunction · 0.45
LooksResultColorSpaceFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected