Spec-Zone.ru › PointCloudLibrary

Структура точки, представляющая евклидовы координаты xyz вместе с точкой обзора, с которой она была видна. Подробнее...

#include <pcl/impl/point_types.hpp>

Inheritance graph
[легенда]
Collaboration graph
[легенда]

Публичные члены-функции

constexpr PointWithViewpoint (const _PointWithViewpoint &p)
constexpr PointWithViewpoint ()
constexpr PointWithViewpoint (float _x, float _y, float _z)
constexpr PointWithViewpoint (float _x, float _y, float _z, float _vp_x, float _vp_y, float _vp_z)

Друзья

std::ostream & operator<< (std::ostream &os, const PointWithViewpoint &p)

Дополнительные унаследованные члены

- Публичные атрибуты, унаследованные от pcl::_PointWithViewpoint
PCL_ADD_POINT4D
union {
struct {
float vp_x
float vp_y
float vp_z
}
float data_c [4]
};

Подробное описание

Структура точки, представляющая евклидовы координаты xyz вместе с точкой обзора, с которой она была видна.

Определение в строке 1117 файла point_types.hpp.

Документация конструктора и деструктора

PointWithViewpoint() [1/4]

constexpr pcl::PointWithViewpoint::PointWithViewpoint ( const _PointWithViewpoint & p )
inlineconstexpr

Определение в строке 1119 файла point_types.hpp.

PointWithViewpoint() [2/4]

constexpr pcl::PointWithViewpoint::PointWithViewpoint ( )
inlineconstexpr

Определение в строке 1121 файла point_types.hpp.

PointWithViewpoint() [3/4]

constexpr pcl::PointWithViewpoint::PointWithViewpoint ( float _x,
float _y,
float _z
)
inlineconstexpr

Определение в строке 1123 файла point_types.hpp.

PointWithViewpoint() [4/4]

constexpr pcl::PointWithViewpoint::PointWithViewpoint ( float _x,
float _y,
float _z,
float _vp_x,
float _vp_y,
float _vp_z
)
inlineconstexpr

Определение в строке 1125 файла point_types.hpp.

Документация по друзьям и связанным функциям

operator<<

std::ostream& operator<< ( std::ostream & os,
const PointWithViewpoint & p
)
friend

Документация для данного структуры сгенерирована из следующего файла:
  • pcl/impl/point_types.hpp

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_point_with_viewpoint.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API