33 #ifndef __H__PCL__PCL_BASE__
34 #define __H__PCL__PCL_BASE__
49 void Init(
int *argcp,
char ***argvp);
52 void Abort(
int errorcode = 1);
int ProcRank()
returns the rank of the process
Definition: pcl_base.cpp:83
void SetErrHandler()
sets error handler
Definition: pcl_base.cpp:116
int NumProcs()
returns the number of processes
Definition: pcl_base.cpp:91
void Finalize()
call this method right before quitting your application
Definition: pcl_base.cpp:75
void Init(int *argcp, char ***argvp)
call this method before any other pcl-operations.
Definition: pcl_base.cpp:51
void Abort(int errorcode)
call this method to abort all mpi processes
Definition: pcl_base.cpp:68
void DisableMPIInit()
call this method before 'Init' to avoid a call to MPI_Init.
Definition: pcl_base.cpp:45
Definition: parallel_grid_layout.h:46