#include <sparse_matrix.h>
| Public Member Functions | |
| MatrixEntry () | |
| MatrixEntry (int i) | |
| Public Attributes | |
| int | N | 
| T | Value | 
Definition at line 53 of file sparse_matrix.h.
| pcl::poisson::MatrixEntry< T >::MatrixEntry | ( | ) |  [inline] | 
Definition at line 55 of file sparse_matrix.h.
| pcl::poisson::MatrixEntry< T >::MatrixEntry | ( | int | i | ) |  [inline] | 
Definition at line 56 of file sparse_matrix.h.
| int pcl::poisson::MatrixEntry< T >::N | 
Definition at line 57 of file sparse_matrix.h.
| T pcl::poisson::MatrixEntry< T >::Value | 
Definition at line 58 of file sparse_matrix.h.