#include <sparse_matrix.h>
| Public Member Functions | |
| NMatrixEntry () | |
| NMatrixEntry (int i) | |
| Public Attributes | |
| int | N | 
| T | Value [Dim] | 
Definition at line 62 of file sparse_matrix.h.
| pcl::poisson::NMatrixEntry< T, Dim >::NMatrixEntry | ( | ) |  [inline] | 
Definition at line 64 of file sparse_matrix.h.
| pcl::poisson::NMatrixEntry< T, Dim >::NMatrixEntry | ( | int | i | ) |  [inline] | 
Definition at line 65 of file sparse_matrix.h.
| int pcl::poisson::NMatrixEntry< T, Dim >::N | 
Definition at line 66 of file sparse_matrix.h.
| T pcl::poisson::NMatrixEntry< T, Dim >::Value[Dim] | 
Definition at line 67 of file sparse_matrix.h.