mf
Media Framework
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
point_cloud
point_cloud.h
Go to the documentation of this file.
1
#ifndef MF_POINT_CLOUD_H_
2
#define MF_POINT_CLOUD_H_
3
4
#include "../ndarray/ndarray_view.h"
5
6
namespace
mf {
7
8
template
<
class
Po
int
>
9
class
point_cloud
{
10
private
:
11
ndarray_view<1, Point>
view_;
12
13
public
:
14
explicit
point_cloud
(
const
ndarray_view<1, Point>
& arr) :
15
view_(arr) { }
16
};
17
18
}
19
20
#endif
mf::ndarray_view< 1, Point >
mf::point_cloud
Definition:
point_cloud.h:9
mf::point_cloud::point_cloud
point_cloud(const ndarray_view< 1, Point > &arr)
Definition:
point_cloud.h:14
Generated by
1.8.6