Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset > Class Template Reference

#include <minimum_degree_ordering.hpp>

Inheritance diagram for boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >:

Public Member Functions

 Numbering (Iterator _data, number_type _max_num, VertexIndexMap id)
 
void operator() (Vertex node)
 
bool all_done (number_type i=0) const
 
void increment (number_type i=1)
 
bool is_numbered (Vertex node) const
 
void indistinguishable (Vertex i, Vertex j)
 

Constructor & Destructor Documentation

template<class Iterator, class SignedInteger, class Vertex, class VertexIndexMap, int offset = 1>
boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >::Numbering ( Iterator  _data,
number_type  _max_num,
VertexIndexMap  id 
)
inline

Member Function Documentation

template<class Iterator, class SignedInteger, class Vertex, class VertexIndexMap, int offset = 1>
bool boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >::all_done ( number_type  i = 0) const
inline
template<class Iterator, class SignedInteger, class Vertex, class VertexIndexMap, int offset = 1>
void boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >::increment ( number_type  i = 1)
inline
template<class Iterator, class SignedInteger, class Vertex, class VertexIndexMap, int offset = 1>
void boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >::indistinguishable ( Vertex  i,
Vertex  j 
)
inline
template<class Iterator, class SignedInteger, class Vertex, class VertexIndexMap, int offset = 1>
bool boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >::is_numbered ( Vertex  node) const
inline
template<class Iterator, class SignedInteger, class Vertex, class VertexIndexMap, int offset = 1>
void boost::detail::Numbering< Iterator, SignedInteger, Vertex, VertexIndexMap, offset >::operator() ( Vertex  node)
inline

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