#include <sparse_matrix.h>
Public Member Functions | |
MapReduceVector (void) | |
T2 * | operator[] (int t) |
const T2 * | operator[] (int t) const |
void | resize (int threads, int dim) |
int | threads (void) const |
~MapReduceVector (void) | |
Public Attributes | |
std::vector< T2 * > | out |
Private Attributes | |
int | _dim |
Definition at line 116 of file sparse_matrix.h.
pcl::poisson::MapReduceVector< T2 >::MapReduceVector | ( | void | ) | [inline] |
Definition at line 122 of file sparse_matrix.h.
pcl::poisson::MapReduceVector< T2 >::~MapReduceVector | ( | void | ) | [inline] |
Definition at line 123 of file sparse_matrix.h.
T2* pcl::poisson::MapReduceVector< T2 >::operator[] | ( | int | t | ) | [inline] |
Definition at line 128 of file sparse_matrix.h.
const T2* pcl::poisson::MapReduceVector< T2 >::operator[] | ( | int | t | ) | const [inline] |
Definition at line 129 of file sparse_matrix.h.
void pcl::poisson::MapReduceVector< T2 >::resize | ( | int | threads, |
int | dim | ||
) | [inline] |
Definition at line 131 of file sparse_matrix.h.
int pcl::poisson::MapReduceVector< T2 >::threads | ( | void | ) | const [inline] |
Definition at line 130 of file sparse_matrix.h.
int pcl::poisson::MapReduceVector< T2 >::_dim [private] |
Definition at line 119 of file sparse_matrix.h.
std::vector< T2* > pcl::poisson::MapReduceVector< T2 >::out |
Definition at line 121 of file sparse_matrix.h.