A point structure representing a 3-D position and scale. More...
#include <point_types.hpp>
Public Member Functions | |
PointWithScale (const _PointWithScale &p) | |
PointWithScale () | |
PointWithScale (float _x, float _y, float _z, float _scale) | |
PointWithScale (float _x, float _y, float _z, float _scale, float _angle, float _response, int _octave) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointWithScale &p) |
A point structure representing a 3-D position and scale.
Definition at line 1377 of file point_types.hpp.
pcl::PointWithScale::PointWithScale | ( | const _PointWithScale & | p | ) | [inline] |
Definition at line 1379 of file point_types.hpp.
pcl::PointWithScale::PointWithScale | ( | ) | [inline] |
Definition at line 1388 of file point_types.hpp.
pcl::PointWithScale::PointWithScale | ( | float | _x, |
float | _y, | ||
float | _z, | ||
float | _scale | ||
) | [inline] |
Definition at line 1398 of file point_types.hpp.
pcl::PointWithScale::PointWithScale | ( | float | _x, |
float | _y, | ||
float | _z, | ||
float | _scale, | ||
float | _angle, | ||
float | _response, | ||
int | _octave | ||
) | [inline] |
Definition at line 1410 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PointWithScale & | p | ||
) | [friend] |