Public Attributes

lssr::Plane< VertexT, NormalT > Struct Template Reference

A helper struct to represent a tangent plane of a query point. Used for normal estimation. More...

#include <StannPointCloudManager.hpp>

List of all members.

Public Attributes

float a
float b
float c
NormalT n
VertexT p

Detailed Description

template<typename VertexT, typename NormalT>
struct lssr::Plane< VertexT, NormalT >

A helper struct to represent a tangent plane of a query point. Used for normal estimation.

Definition at line 46 of file StannPointCloudManager.hpp.


Member Data Documentation

template<typename VertexT, typename NormalT>
float lssr::Plane< VertexT, NormalT >::a

Definition at line 47 of file StannPointCloudManager.hpp.

template<typename VertexT, typename NormalT>
float lssr::Plane< VertexT, NormalT >::b

Definition at line 47 of file StannPointCloudManager.hpp.

template<typename VertexT, typename NormalT>
float lssr::Plane< VertexT, NormalT >::c

Definition at line 47 of file StannPointCloudManager.hpp.

template<typename VertexT, typename NormalT>
NormalT lssr::Plane< VertexT, NormalT >::n

Definition at line 48 of file StannPointCloudManager.hpp.

template<typename VertexT, typename NormalT>
VertexT lssr::Plane< VertexT, NormalT >::p

Definition at line 49 of file StannPointCloudManager.hpp.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines