Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Protected Attributes
mrpt::system::BlockedRange Class Reference

Detailed Description

Definition at line 82 of file parallelization.h.

#include <mrpt/system/parallelization.h>

Public Member Functions

 BlockedRange ()
 
 BlockedRange (int b, int e, int g=1)
 
int begin () const
 
int end () const
 
int grainsize () const
 

Protected Attributes

int _begin
 
int _end
 
int _grainsize
 

Constructor & Destructor Documentation

mrpt::system::BlockedRange::BlockedRange ( )
inline

Definition at line 85 of file parallelization.h.

mrpt::system::BlockedRange::BlockedRange ( int  b,
int  e,
int  g = 1 
)
inline

Definition at line 86 of file parallelization.h.

Member Function Documentation

int mrpt::system::BlockedRange::begin ( ) const
inline

Definition at line 87 of file parallelization.h.

References _begin.

int mrpt::system::BlockedRange::end ( ) const
inline

Definition at line 88 of file parallelization.h.

References _end.

int mrpt::system::BlockedRange::grainsize ( ) const
inline

Definition at line 89 of file parallelization.h.

References _grainsize.

Member Data Documentation

int mrpt::system::BlockedRange::_begin
protected

Definition at line 91 of file parallelization.h.

Referenced by begin().

int mrpt::system::BlockedRange::_end
protected

Definition at line 91 of file parallelization.h.

Referenced by end().

int mrpt::system::BlockedRange::_grainsize
protected

Definition at line 91 of file parallelization.h.

Referenced by grainsize().




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013