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

Method clone

src/OpenColorIO/ops/noop/NoOps.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63typedef OCIO_SHARED_PTR<const AllocationNoOp> ConstAllocationNoOpRcPtr;
64
65OpRcPtr AllocationNoOp::clone() const
66{
67 return std::make_shared<AllocationNoOp>(m_allocationData);
68}
69
70bool AllocationNoOp::isSameType(ConstOpRcPtr & op) const
71{

Callers 1

PartitionGPUOpsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected