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