|
Ponca
84886bac0b52a686e88046a375da13f12f2b87d2
Point Cloud Analysis library
|
#include <pointTypes.h>
Collaboration diagram for Ponca::PointPositionNormal< _Scalar, _Dim >:Public Types | |
| enum | { Dim = _Dim } |
| typedef _Scalar | Scalar |
| typedef Eigen::Matrix< Scalar, Dim, 1 > | VectorType |
| typedef Eigen::Matrix< Scalar, Dim, Dim > | MatrixType |
Public Member Functions | |
| PointPositionNormal (const VectorType &pos=VectorType::Zero(), const VectorType &normal=VectorType::Zero()) | |
| const VectorType & | pos () const |
| const VectorType & | normal () const |
| VectorType & | pos () |
| VectorType & | normal () |
Point with position and normal vector
Definition at line 19 of file pointTypes.h.
| typedef Eigen::Matrix<Scalar, Dim, Dim> Ponca::PointPositionNormal< _Scalar, _Dim >::MatrixType |
Definition at line 25 of file pointTypes.h.
| typedef _Scalar Ponca::PointPositionNormal< _Scalar, _Dim >::Scalar |
Definition at line 23 of file pointTypes.h.
| typedef Eigen::Matrix<Scalar, Dim, 1> Ponca::PointPositionNormal< _Scalar, _Dim >::VectorType |
Definition at line 24 of file pointTypes.h.
| anonymous enum |
Definition at line 22 of file pointTypes.h.
|
inline |
Definition at line 27 of file pointTypes.h.
|
inline |
Definition at line 35 of file pointTypes.h.
|
inline |
Definition at line 33 of file pointTypes.h.
|
inline |
Definition at line 34 of file pointTypes.h.
|
inline |
Definition at line 32 of file pointTypes.h.