Public Member Functions | Protected Attributes
mets::sequence Class Reference

A sequence function object useful as an STL generator. More...

#include <model.hh>

List of all members.

Public Member Functions

int operator() ()
 Subscript operator. Each call increments the value of the sequence.
 sequence (int start=0)
 A sequence class starting at start.

Protected Attributes

int value_m

Detailed Description

A sequence function object useful as an STL generator.

Returns start, start+1, ...

Definition at line 63 of file model.hh.


Constructor & Destructor Documentation

mets::sequence::sequence ( int  start = 0) [inline]

A sequence class starting at start.

Definition at line 67 of file model.hh.


Member Function Documentation

int mets::sequence::operator() ( ) [inline]

Subscript operator. Each call increments the value of the sequence.

Definition at line 72 of file model.hh.


Member Data Documentation

int mets::sequence::value_m [protected]

Definition at line 75 of file model.hh.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:54