#include <Metadata.h>
|
| static constexpr PinDef | create (std::string_view name_, std::string_view frame_type, bool required_=true, std::string_view description_="", MemType memType_=FrameMetadata::HOST) |
| |
| static constexpr PinDef | create (std::string_view name_, std::string_view ft1, std::string_view ft2, bool required_=true, std::string_view description_="", MemType memType_=FrameMetadata::HOST) |
| |
| static constexpr PinDef | create (std::string_view name_, std::string_view ft1, std::string_view ft2, std::string_view ft3, bool required_=true, std::string_view description_="", MemType memType_=FrameMetadata::HOST) |
| |
| static constexpr PinDef | create (std::string_view name_, std::string_view ft1, std::string_view ft2, std::string_view ft3, std::string_view ft4, bool required_=true, std::string_view description_="", MemType memType_=FrameMetadata::HOST) |
| |
| static constexpr PinDef | cudaInput (std::string_view name_, std::string_view frame_type, std::string_view description_="") |
| |
| static constexpr PinDef | cudaOutput (std::string_view name_, std::string_view frame_type, std::string_view description_="") |
| |
◆ PinDef()
◆ acceptsFrameType()
| bool apra::PinDef::acceptsFrameType |
( |
std::string_view | ft | ) |
const |
|
inlineconstexpr |
◆ acceptsImageType()
| bool apra::PinDef::acceptsImageType |
( |
ImageType | it | ) |
const |
|
inlineconstexpr |
◆ create() [1/4]
| static constexpr PinDef apra::PinDef::create |
( |
std::string_view | name_, |
|
|
std::string_view | frame_type, |
|
|
bool | required_ = true, |
|
|
std::string_view | description_ = "", |
|
|
MemType | memType_ = FrameMetadata::HOST ) |
|
inlinestaticconstexpr |
◆ create() [2/4]
| static constexpr PinDef apra::PinDef::create |
( |
std::string_view | name_, |
|
|
std::string_view | ft1, |
|
|
std::string_view | ft2, |
|
|
bool | required_ = true, |
|
|
std::string_view | description_ = "", |
|
|
MemType | memType_ = FrameMetadata::HOST ) |
|
inlinestaticconstexpr |
◆ create() [3/4]
| static constexpr PinDef apra::PinDef::create |
( |
std::string_view | name_, |
|
|
std::string_view | ft1, |
|
|
std::string_view | ft2, |
|
|
std::string_view | ft3, |
|
|
bool | required_ = true, |
|
|
std::string_view | description_ = "", |
|
|
MemType | memType_ = FrameMetadata::HOST ) |
|
inlinestaticconstexpr |
◆ create() [4/4]
| static constexpr PinDef apra::PinDef::create |
( |
std::string_view | name_, |
|
|
std::string_view | ft1, |
|
|
std::string_view | ft2, |
|
|
std::string_view | ft3, |
|
|
std::string_view | ft4, |
|
|
bool | required_ = true, |
|
|
std::string_view | description_ = "", |
|
|
MemType | memType_ = FrameMetadata::HOST ) |
|
inlinestaticconstexpr |
◆ cudaInput()
| static constexpr PinDef apra::PinDef::cudaInput |
( |
std::string_view | name_, |
|
|
std::string_view | frame_type, |
|
|
std::string_view | description_ = "" ) |
|
inlinestaticconstexpr |
◆ cudaOutput()
| static constexpr PinDef apra::PinDef::cudaOutput |
( |
std::string_view | name_, |
|
|
std::string_view | frame_type, |
|
|
std::string_view | description_ = "" ) |
|
inlinestaticconstexpr |
◆ frameTypeCount()
| size_t apra::PinDef::frameTypeCount |
( |
| ) |
const |
|
inlineconstexpr |
◆ hasImageTypeRestrictions()
| bool apra::PinDef::hasImageTypeRestrictions |
( |
| ) |
const |
|
inlineconstexpr |
◆ imageTypeCount()
| size_t apra::PinDef::imageTypeCount |
( |
| ) |
const |
|
inlineconstexpr |
◆ withImageType()
◆ withImageTypes() [1/4]
◆ withImageTypes() [2/4]
◆ withImageTypes() [3/4]
◆ withImageTypes() [4/4]
◆ description
| std::string_view apra::PinDef::description = "" |
◆ frame_type_count
| size_t apra::PinDef::frame_type_count = 0 |
◆ frame_types
◆ image_type_count
| size_t apra::PinDef::image_type_count = 0 |
◆ image_types
◆ memType
◆ name
| std::string_view apra::PinDef::name |
◆ required
| bool apra::PinDef::required = true |
The documentation for this struct was generated from the following file: