Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::poisson::MapReduceVector< T2 > Struct Template Reference

#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
 

Detailed Description

template<class T2>
struct pcl::poisson::MapReduceVector< T2 >

Definition at line 116 of file sparse_matrix.h.

Constructor & Destructor Documentation

◆ MapReduceVector()

template<class T2 >
pcl::poisson::MapReduceVector< T2 >::MapReduceVector ( void  )
inline

Definition at line 122 of file sparse_matrix.h.

◆ ~MapReduceVector()

template<class T2 >
pcl::poisson::MapReduceVector< T2 >::~MapReduceVector ( void  )
inline

Definition at line 123 of file sparse_matrix.h.

References pcl::poisson::MapReduceVector< T2 >::out.

Member Function Documentation

◆ operator[]() [1/2]

template<class T2 >
T2* pcl::poisson::MapReduceVector< T2 >::operator[] ( int  t)
inline

Definition at line 128 of file sparse_matrix.h.

References pcl::poisson::MapReduceVector< T2 >::out.

◆ operator[]() [2/2]

template<class T2 >
const T2* pcl::poisson::MapReduceVector< T2 >::operator[] ( int  t) const
inline

Definition at line 129 of file sparse_matrix.h.

References pcl::poisson::MapReduceVector< T2 >::out.

◆ resize()

template<class T2 >
void pcl::poisson::MapReduceVector< T2 >::resize ( int  threads,
int  dim 
)
inline

◆ threads()

template<class T2 >
int pcl::poisson::MapReduceVector< T2 >::threads ( void  ) const
inline

Member Data Documentation

◆ out

template<class T2 >
std::vector< T2* > pcl::poisson::MapReduceVector< T2 >::out

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