Public Member Functions | Public Attributes | List of all members
compare_vertind< T > Struct Template Reference

#include <vgl_polygon_scan_iterator.hxx>

Public Member Functions

 compare_vertind (typename vgl_polygon< T >::sheet_t *chs)
 
bool operator() (const typename vgl_polygon_scan_iterator< T >::vertind &u, const typename vgl_polygon_scan_iterator< T >::vertind &v) const
 

Public Attributes

vgl_polygon< T >::sheet_t * chs_
 

Detailed Description

template<class T>
struct compare_vertind< T >

Definition at line 46 of file vgl_polygon_scan_iterator.hxx.

Constructor & Destructor Documentation

◆ compare_vertind()

template<class T >
compare_vertind< T >::compare_vertind ( typename vgl_polygon< T >::sheet_t *  chs)
inline

Definition at line 48 of file vgl_polygon_scan_iterator.hxx.

Member Function Documentation

◆ operator()()

template<class T >
bool compare_vertind< T >::operator() ( const typename vgl_polygon_scan_iterator< T >::vertind &  u,
const typename vgl_polygon_scan_iterator< T >::vertind &  v 
) const
inline

Definition at line 51 of file vgl_polygon_scan_iterator.hxx.

Member Data Documentation

◆ chs_

template<class T >
vgl_polygon<T>::sheet_t* compare_vertind< T >::chs_

Definition at line 57 of file vgl_polygon_scan_iterator.hxx.


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