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