Ocean
Loading...
Searching...
No Matches
ScopedARObject.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Devices::ARCore::ScopedARObject< T, tDestroyFunction >
 This class implements a scoped object for ARCore objects. More...
 

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  Ocean::Devices
 Namespace of the Devices library.
 
namespace  Ocean::Devices::ARCore
 Namespace of the Devices ARCore library.
 

Typedefs

using Ocean::Devices::ARCore::ScopedARSession = ScopedARObject< ArSession, ArSession_destroy >
 Definition of a scoped object for ArSession.
 
using Ocean::Devices::ARCore::ScopedARConfig = ScopedARObject< ArConfig, ArConfig_destroy >
 Definition of a scoped object for ArConfig.
 
using Ocean::Devices::ARCore::ScopedARPose = ScopedARObject< ArPose, ArPose_destroy >
 Definition of a scoped object for ArPose.
 
using Ocean::Devices::ARCore::ScopedARImage = ScopedARObject< ArImage, ArImage_release >
 Definition of a scoped object for ArImage.
 
using Ocean::Devices::ARCore::ScopedARCameraConfig = ScopedARObject< ArCameraConfig, ArCameraConfig_destroy >
 Definition of a scoped object for ArCameraConfig.
 
using Ocean::Devices::ARCore::ScopedARCameraConfigList = ScopedARObject< ArCameraConfigList, ArCameraConfigList_destroy >
 Definition of a scoped object for ArCameraConfigList.
 
using Ocean::Devices::ARCore::ScopedARCameraConfigFilter = ScopedARObject< ArCameraConfigFilter, ArCameraConfigFilter_destroy >
 Definition of a scoped object for ArCameraConfigFilter.
 
using Ocean::Devices::ARCore::ScopedARCameraIntrinsics = ScopedARObject< ArCameraIntrinsics, ArCameraIntrinsics_destroy >
 Definition of a scoped object for ArCameraIntrinsics.
 
using Ocean::Devices::ARCore::ScopedARTrackable = ScopedARObject< ArTrackable, ArTrackable_release >
 Definition of a scoped object for ArTrackable.
 
using Ocean::Devices::ARCore::ScopedARTrackableList = ScopedARObject< ArTrackableList, ArTrackableList_destroy >
 Definition of a scoped object for ArTrackableList.
 
using Ocean::Devices::ARCore::ScopedARPointCloud = ScopedARObject< ArPointCloud, ArPointCloud_release >
 Definition of a scoped object for ArPointCloud.