Point Cloud Library (PCL)  1.7.0
Public Member Functions | Friends
pcl::PointWithScale Struct Reference

A point structure representing a 3-D position and scale. More...

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::PointWithScale:

List of all members.

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)

Detailed Description

A point structure representing a 3-D position and scale.

Definition at line 1377 of file point_types.hpp.


Constructor & Destructor Documentation

pcl::PointWithScale::PointWithScale ( float  _x,
float  _y,
float  _z,
float  _scale 
) [inline]
pcl::PointWithScale::PointWithScale ( float  _x,
float  _y,
float  _z,
float  _scale,
float  _angle,
float  _response,
int  _octave 
) [inline]

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const PointWithScale p 
) [friend]

The documentation for this struct was generated from the following file: