Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/sparse_matrix.h>
Public Member Functions | |
MatrixEntry (void) | |
MatrixEntry (int i) | |
Public Attributes | |
int | N |
T | Value |
Definition at line 45 of file sparse_matrix.h.
|
inline |
Definition at line 47 of file sparse_matrix.h.
References pcl::poisson::MatrixEntry< T >::N, and pcl::poisson::MatrixEntry< T >::Value.
|
inline |
Definition at line 48 of file sparse_matrix.h.
References pcl::poisson::MatrixEntry< T >::N, and pcl::poisson::MatrixEntry< T >::Value.
int pcl::poisson::MatrixEntry< T >::N |
Definition at line 49 of file sparse_matrix.h.
Referenced by pcl::poisson::MatrixEntry< T >::MatrixEntry(), pcl::poisson::SparseSymmetricMatrix< T >::Multiply(), and pcl::poisson::MultiplyAtomic().
T pcl::poisson::MatrixEntry< T >::Value |
Definition at line 50 of file sparse_matrix.h.
Referenced by pcl::poisson::MatrixEntry< T >::MatrixEntry(), pcl::poisson::SparseSymmetricMatrix< T >::Multiply(), and pcl::poisson::MultiplyAtomic().