#include <maybe_named_landmark_pair.h>
◆ MaybeNamedLandmarkPair()
| opyn::MaybeNamedLandmarkPair::MaybeNamedLandmarkPair |
( |
std::string |
name_, |
|
|
std::optional< osc::Vector3 > |
maybeSourcePosition, |
|
|
std::optional< osc::Vector3 > |
maybeDestinationPosition |
|
) |
| |
|
inline |
◆ getName()
◆ hasDestination()
| bool opyn::MaybeNamedLandmarkPair::hasDestination |
( |
| ) |
const |
|
inline |
◆ hasSource()
| bool opyn::MaybeNamedLandmarkPair::hasSource |
( |
| ) |
const |
|
inline |
◆ isFullyPaired()
| bool opyn::MaybeNamedLandmarkPair::isFullyPaired |
( |
| ) |
const |
|
inline |
◆ name()
◆ setDestination()
| void opyn::MaybeNamedLandmarkPair::setDestination |
( |
std::optional< osc::Vector3 > |
p | ) |
|
|
inline |
◆ setName()
template<std::convertible_to< std::string_view > StringLike>
| void opyn::MaybeNamedLandmarkPair::setName |
( |
StringLike && |
newName | ) |
|
|
inline |
◆ tryGetPairedLocations()
| std::optional< opyn::LandmarkPair3D< float > > opyn::MaybeNamedLandmarkPair::tryGetPairedLocations |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: