#include <PortDescriptor.h>
◆ PortDescriptor() [1/4]
ll::PortDescriptor::PortDescriptor |
( |
| ) |
|
|
default |
◆ PortDescriptor() [2/4]
ll::PortDescriptor::PortDescriptor |
( |
const PortDescriptor & |
descriptor | ) |
|
|
default |
◆ PortDescriptor() [3/4]
◆ ~PortDescriptor()
ll::PortDescriptor::~PortDescriptor |
( |
| ) |
|
|
default |
◆ PortDescriptor() [4/4]
◆ checkImageChannelCountIs()
◆ checkImageChannelTypeIs()
◆ checkImageChannelTypeIsAnyOf()
◆ checkImageViewNormalizedCoordinatesIs()
PortDescriptor& ll::PortDescriptor::checkImageViewNormalizedCoordinatesIs |
( |
bool |
normalizedCoordinates | ) |
|
|
noexcept |
◆ getBinding()
uint32_t ll::PortDescriptor::getBinding |
( |
| ) |
const |
|
noexcept |
◆ getDirection()
◆ getName()
const std::string& ll::PortDescriptor::getName |
( |
| ) |
const |
|
noexcept |
◆ getPortType()
◆ isValid()
std::pair<bool, std::string> ll::PortDescriptor::isValid |
( |
const std::shared_ptr< ll::Object > & |
port | ) |
const |
|
noexcept |
Checks whether or not a given Object is a valid port.
- Parameters
-
- Returns
- (true, "") if the port is valid or (false, "some message") if the port is not valid under the spec of this descriptor.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following file: