rgbd
include
rgbd
types.h
Go to the documentation of this file.
1
#ifndef RGBD_TYPES_H_
2
#define RGBD_TYPES_H_
3
4
#include <
memory
>
5
6
namespace
rgbd
{
7
8
class
Image
;
9
typedef
std::shared_ptr<Image>
ImagePtr
;
10
typedef
std::shared_ptr<const Image>
ImageConstPtr
;
11
12
}
13
14
#endif // RGBD_TYPES_H_
std::shared_ptr
rgbd::Image
Definition:
image.h:43
rgbd
Definition:
client.h:24
rgbd::ImageConstPtr
std::shared_ptr< const Image > ImageConstPtr
Definition:
types.h:10
memory
rgbd::ImagePtr
std::shared_ptr< Image > ImagePtr
Definition:
types.h:8
Generated on Sun Feb 23 2025 04:34:32 for rgbd by
1.8.17