Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/sparse_matrix.h>
Public Member Functions | |
MapReduceVector (void) | |
~MapReduceVector (void) | |
T2 * | operator[] (int t) |
const T2 * | operator[] (int t) const |
int | threads (void) const |
void | resize (int threads, int dim) |
Public Attributes | |
std::vector< T2 * > | out |
Definition at line 116 of file sparse_matrix.h.
|
inline |
Definition at line 122 of file sparse_matrix.h.
|
inline |
Definition at line 123 of file sparse_matrix.h.
References pcl::poisson::MapReduceVector< T2 >::out.
|
inline |
Definition at line 128 of file sparse_matrix.h.
References pcl::poisson::MapReduceVector< T2 >::out.
|
inline |
Definition at line 129 of file sparse_matrix.h.
References pcl::poisson::MapReduceVector< T2 >::out.
|
inline |
Definition at line 131 of file sparse_matrix.h.
References pcl::poisson::MapReduceVector< T2 >::out, and pcl::poisson::MapReduceVector< T2 >::threads().
Referenced by pcl::poisson::SparseSymmetricMatrix< T >::Solve().
|
inline |
Definition at line 130 of file sparse_matrix.h.
References pcl::poisson::MapReduceVector< T2 >::out.
Referenced by pcl::poisson::SparseSymmetricMatrix< T >::Multiply(), pcl::poisson::MapReduceVector< T2 >::resize(), and pcl::poisson::SparseSymmetricMatrix< T >::Solve().
std::vector< T2* > pcl::poisson::MapReduceVector< T2 >::out |
Definition at line 121 of file sparse_matrix.h.
Referenced by pcl::poisson::MapReduceVector< T2 >::operator[](), pcl::poisson::MapReduceVector< T2 >::resize(), pcl::poisson::MapReduceVector< T2 >::threads(), and pcl::poisson::MapReduceVector< T2 >::~MapReduceVector().