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

Method clone

src/OpenColorIO/ops/range/RangeOp.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70OpRcPtr RangeOp::clone() const
71{
72 RangeOpDataRcPtr clonedData = rangeData()->clone();
73 return std::make_shared<RangeOp>(clonedData);
74}
75
76RangeOp::~RangeOp()
77{

Callers 2

CreateRangeOpFunction · 0.45
BuildRangeOpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected