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

◆ FrameView() [2/2]

MayaFlux::Kakshya::FrameView::FrameView ( DataSpanVariant  span)
inlineexplicit

Construct from a DataSpanVariant produced by get_frame_span_impl().

Parameters
spanActive alternative must match the container's native element type.

Definition at line 630 of file NDData.hpp.

631 : m_span(span)
632 {
633 }