Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::GASDSignature7992 Struct Reference

A point structure representing the Globally Aligned Spatial Distribution (GASD) shape and color descriptor. More...

#include <pcl/impl/point_types.hpp>

Public Member Functions

constexpr GASDSignature7992 ()=default

Static Public Member Functions

static constexpr int descriptorSize ()

Public Attributes

float histogram [7992] = {0.f}

Friends

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

Detailed Description

A point structure representing the Globally Aligned Spatial Distribution (GASD) shape and color descriptor.

Definition at line 1508 of file point_types.hpp.

Constructor & Destructor Documentation

◆ GASDSignature7992()

pcl::GASDSignature7992::GASDSignature7992 ( )
inlineconstexprdefault

Referenced by operator<<.

Member Function Documentation

◆ descriptorSize()

constexpr int pcl::GASDSignature7992::descriptorSize ( )
inlinestaticconstexpr

Definition at line 1511 of file point_types.hpp.

References pcl::detail::traits::descriptorSize_v.

◆ operator<<

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

References GASDSignature7992().

Member Data Documentation

◆ histogram

float pcl::GASDSignature7992::histogram[7992] = {0.f}

Definition at line 1510 of file point_types.hpp.


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