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;
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