LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Range-based forward traversal type. More...
#include <Traversal.h>
Inherited by LatBuilder::Traversal::Policy< SEQ, Forward >.
Public Types | |
typedef size_t | size_type |
Size type. | |
Public Member Functions | |
Forward (size_type offset=0, size_type size=std::numeric_limits< size_type >::max()) | |
Constructor. More... | |
size_t | size () const |
Returns the traversal size. | |
void | resize (size_type size) |
Changes the traversal size to size . | |
Static Public Member Functions | |
static std::string | name () |
Protected Attributes | |
size_type | m_first |
size_type | m_last |
Range-based forward traversal type.
|
inline |
Constructor.
offset | Index of the first element in the range. |
size | Number of elements in the range. |