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

◆ issued_by()

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

Whether this ref was issued by the given volume.

Parameters
volumeVolume to test against.

Definition at line 78 of file VolumeGridBuffer.hpp.

79 {
80 auto o = owner.lock();
81 return o && o.get() == volume;
82 }
std::weak_ptr< VolumeGridBuffer > owner

References owner.