Class mediapipe::InputStream
ClassList > mediapipe > InputStream
Inherited by the following classes: mediapipe::InputStreamShard
Public Functions
Type | Name |
---|---|
const T & | Get () const |
const Packet & | Header () const |
InputStream (const InputStream &) = delete |
|
virtual bool | IsDone () const = 0 |
bool | IsEmpty () const |
virtual const Packet & | Value () const = 0 |
virtual Packet & | Value () = 0 |
InputStream & | operator= (const InputStream &) = delete |
Protected Attributes
Type | Name |
---|---|
Packet | header_ |
Protected Functions
Type | Name |
---|---|
InputStream () = default |
|
virtual | ~InputStream () = default |
Public Functions Documentation
function Get
template<typename T>
inline const T & mediapipe::InputStream::Get () const
function Header
inline const Packet & mediapipe::InputStream::Header () const
function InputStream [1/2]
mediapipe::InputStream::InputStream (
const InputStream &
) = delete
function IsDone
virtual bool mediapipe::InputStream::IsDone () const = 0
function IsEmpty
inline bool mediapipe::InputStream::IsEmpty () const
function Value [1/2]
virtual const Packet & mediapipe::InputStream::Value () const = 0
function Value [2/2]
virtual Packet & mediapipe::InputStream::Value () = 0
function operator=
InputStream & mediapipe::InputStream::operator= (
const InputStream &
) = delete
Protected Attributes Documentation
variable header_
Packet mediapipe::InputStream::header_;
Protected Functions Documentation
function InputStream [2/2]
mediapipe::InputStream::InputStream () = default
function ~InputStream
virtual mediapipe::InputStream::~InputStream () = default
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/input_stream.h