pcl::poisson::MatrixEntry< T > Struct Template Reference

#include <pcl/surface/3rdparty/poisson4/sparse_matrix.h>

Collaboration diagram for pcl::poisson::MatrixEntry< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixEntry (void)
 MatrixEntry (int i)

Public Attributes

int N
Value

Detailed Description

template<class T>
struct pcl::poisson::MatrixEntry< T >

Definition at line 45 of file sparse_matrix.h.


Constructor & Destructor Documentation

template<class T>
pcl::poisson::MatrixEntry< T >::MatrixEntry ( void   )  [inline]
template<class T>
pcl::poisson::MatrixEntry< T >::MatrixEntry ( int  i  )  [inline]

Member Data Documentation

template<class T>
int pcl::poisson::MatrixEntry< T >::N
template<class T>
T pcl::poisson::MatrixEntry< T >::Value

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends