Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions | Public Attributes | Friends
pcl::NormalBasedSignature12 Struct Reference

A point structure representing the Normal Based Signature for a feature matrix of 4-by-3. More...

#include <pcl/impl/point_types.hpp>

Public Member Functions

constexpr NormalBasedSignature12 ()=default
 

Public Attributes

float values [12] = {0.f}
 

Friends

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

Detailed Description

A point structure representing the Normal Based Signature for a feature matrix of 4-by-3.

Definition at line 1306 of file point_types.hpp.

Constructor & Destructor Documentation

◆ NormalBasedSignature12()

constexpr pcl::NormalBasedSignature12::NormalBasedSignature12 ( )
inlineconstexprdefault

Friends And Related Function Documentation

◆ operator<<

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

Member Data Documentation

◆ values

float pcl::NormalBasedSignature12::values[12] = {0.f}

Definition at line 1308 of file point_types.hpp.


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