MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ issued_by()

bool MayaFlux::Buffers::ScalarRef::issued_by ( const VolumeGridBuffer volume) const
inline

Whether this ref was issued by the given volume.

Parameters
volumeVolume to test against.

Definition at line 52 of file VolumeGridBuffer.hpp.

53 {
54 auto o = owner.lock();
55 return o && o.get() == volume;
56 }
std::weak_ptr< VolumeGridBuffer > owner

References owner.