CAPD RedHom Library
capd::graph::impl::GridGraphBase< IndexerT, VertexValidator, _DIM >::Vertex Struct Reference

#include <capd/graph/GridGraph.h>

Public Member Functions

 Vertex (Id id=Id())
 
 operator Id () const
 
bool operator== (const Wrapper &rhs) const
 
bool operator!= (const Wrapper &rhs) const
 
bool operator< (const Wrapper &rhs) const
 

Public Attributes

Id obj
 

Constructor & Destructor Documentation

template<typename IndexerT, typename VertexValidator, int _DIM = IndexerT::DIM>
capd::graph::impl::GridGraphBase< IndexerT, VertexValidator, _DIM >::Vertex::Vertex ( Id  id = Id())
inline

Member Function Documentation

capd::homAux::Wrapper< Id >::operator Id ( ) const
inlineinherited
bool capd::homAux::Wrapper< Id >::operator!= ( const Wrapper< Id > &  rhs) const
inlineinherited
bool capd::homAux::Wrapper< Id >::operator< ( const Wrapper< Id > &  rhs) const
inlineinherited
bool capd::homAux::Wrapper< Id >::operator== ( const Wrapper< Id > &  rhs) const
inlineinherited

Member Data Documentation

Id capd::homAux::Wrapper< Id >::obj
inherited