Public Attributes
vgl_polygon_scan_iterator< T >::vertind Struct Reference

Vertex index - uniquely identifies a vertex in the array chains. More...

#include <vgl_polygon_scan_iterator.h>

List of all members.

Public Attributes

int chainnum
 which chain the vertex is part of
int vertnum
 which vertex in the chain

Detailed Description

template<class T>
struct vgl_polygon_scan_iterator< T >::vertind

Vertex index - uniquely identifies a vertex in the array chains.

Definition at line 120 of file vgl_polygon_scan_iterator.h.


Member Data Documentation

template<class T>
int vgl_polygon_scan_iterator< T >::vertind::chainnum

which chain the vertex is part of

Definition at line 121 of file vgl_polygon_scan_iterator.h.

template<class T>
int vgl_polygon_scan_iterator< T >::vertind::vertnum

which vertex in the chain

Definition at line 122 of file vgl_polygon_scan_iterator.h.


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