4 #include <fsdk/Types/HumanLandmarks.h>
5 #include <fsdk/Types/Landmarks.h>
6 #include <fsdk/Types/Ref.h>
7 #include <fsdk/Types/Span.h>
13 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Landmarks result batch interface.
Definition: IHumanLandmarksBatch.h:20
virtual size_t getSizeOfLandmarks17() const noexcept=0
Returns size.
virtual Span< const HumanLandmarks17 > getLandmarks17(size_t index=0) const noexcept=0
Returns HumanLandmarks Span.
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14
Reference counted object interface.