Skip to content

Class mediapipe::GraphServiceManager

ClassList > mediapipe > GraphServiceManager

Public Functions

Type Name
std::shared_ptr< T > GetServiceObject (const GraphService< T > & service) const
const std::map< std::string, Packet > & ServicePackets ()
absl::Status SetServiceObject (const GraphService< T > & service, std::shared_ptr< T > object)
absl::Status SetServicePacket (const GraphServiceBase & service, Packet p)

Public Functions Documentation

function GetServiceObject

template<typename T>
inline std::shared_ptr< T > mediapipe::GraphServiceManager::GetServiceObject (
    const GraphService< T > & service
) const

function ServicePackets

inline const std::map< std::string, Packet > & mediapipe::GraphServiceManager::ServicePackets () 

function SetServiceObject

template<typename T>
inline absl::Status mediapipe::GraphServiceManager::SetServiceObject (
    const GraphService< T > & service,
    std::shared_ptr< T > object
) 

function SetServicePacket

absl::Status mediapipe::GraphServiceManager::SetServicePacket (
    const GraphServiceBase & service,
    Packet p
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/graph_service_manager.h