Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
pcl::poisson::MatrixEntry< T > Struct Template Reference

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

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

◆ MatrixEntry() [1/2]

template<class T>
pcl::poisson::MatrixEntry< T >::MatrixEntry ( void )
inline

Definition at line 47 of file sparse_matrix.h.

References N, and Value.

◆ MatrixEntry() [2/2]

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

Definition at line 48 of file sparse_matrix.h.

References N, and Value.

Member Data Documentation

◆ N

◆ Value


The documentation for this struct was generated from the following file: