ug4
|
Go to the source code of this file.
Namespaces | |
pcl | |
Functions | |
void | pcl::Abort (int errorcode=1) |
call this method to abort all mpi processes More... | |
void | pcl::DisableMPIInit () |
call this method before 'Init' to avoid a call to MPI_Init. More... | |
void | pcl::Finalize () |
call this method right before quitting your application More... | |
void | pcl::Init (int *argcp, char ***argvp) |
call this method before any other pcl-operations. More... | |
int | pcl::NumProcs () |
returns the number of processes More... | |
int | pcl::ProcRank () |
returns the rank of the process More... | |
void | pcl::SetErrHandler () |
sets error handler More... | |