SceneProviderInterface Class Referenceabstract

#include <armarx/navigation/server/scene_provider/SceneProviderInterface.h>

+ Inheritance diagram for SceneProviderInterface:

Public Member Functions

virtual bool initialize (const DateTime &timestamp)=0
 
virtual const core::Scenescene () const =0
 
virtual bool synchronize (const DateTime &timestamp, bool fullUpdate=false)=0
 
virtual ~SceneProviderInterface ()=default
 

Detailed Description

Definition at line 34 of file SceneProviderInterface.h.

Constructor & Destructor Documentation

◆ ~SceneProviderInterface()

virtual ~SceneProviderInterface ( )
virtualdefault

Member Function Documentation

◆ initialize()

virtual bool initialize ( const DateTime timestamp)
pure virtual

Implemented in SceneProvider.

◆ scene()

virtual const core::Scene& scene ( ) const
pure virtual

Implemented in SceneProvider.

+ Here is the caller graph for this function:

◆ synchronize()

virtual bool synchronize ( const DateTime timestamp,
bool  fullUpdate = false 
)
pure virtual

Implemented in SceneProvider.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: