|
MorphoGraphX
2.0-1-227
|
Contains all the classes related to the graphs. More...
Classes | |
| struct | BaseForwardIter |
| struct | ForwardIter |
Functions | |
| template<typename Pair , typename iterator > | |
| ForwardIter< iterator > | forwardIter (const Pair &range, const iterator *) |
| template<typename iterator > | |
| const ForwardIter< iterator > * | castForwardIter (const BaseForwardIter *base, const iterator *) |
| template<typename T > | |
| T * | pointer (const T &) |
| template<typename Container > | |
| std::pair< typename Container::iterator, typename Container::iterator > | make_range (Container &cont) |
| template<typename Container > | |
| std::pair< typename Container::const_iterator, typename Container::const_iterator > | make_range (const Container &cont) |
| template<typename Iterator > | |
| std::pair< Iterator, Iterator > | make_range (const std::pair< Iterator, Iterator > &cont) |
| template<typename Container > | |
| std::pair< typename Container::reverse_iterator, typename Container::reverse_iterator > | make_reverse_range (Container &cont) |
| template<typename Container > | |
| std::pair< typename Container::const_reverse_iterator, typename Container::const_reverse_iterator > | make_reverse_range (const Container &cont) |
| template<typename Iterator > | |
| std::pair< std::reverse_iterator< Iterator >, std::reverse_iterator< Iterator > > | make_reverse_range (const std::pair< Iterator, Iterator > &cont) |
Contains all the classes related to the graphs.
For now, the only graph available is the VVGraph.
|
inline |
Definition at line 84 of file VVGraph.hpp.
|
inline |
Definition at line 78 of file VVGraph.hpp.
| std::pair<typename Container::const_iterator, typename Container::const_iterator> mgx::ForAll::make_range | ( | const Container & | cont | ) |
Definition at line 102 of file VVGraph.hpp.
| std::pair<Iterator, Iterator> mgx::ForAll::make_range | ( | const std::pair< Iterator, Iterator > & | cont | ) |
Definition at line 108 of file VVGraph.hpp.
| std::pair<typename Container::iterator, typename Container::iterator> mgx::ForAll::make_range | ( | Container & | cont | ) |
Definition at line 95 of file VVGraph.hpp.
| std::pair<typename Container::const_reverse_iterator, typename Container::const_reverse_iterator> mgx::ForAll::make_reverse_range | ( | const Container & | cont | ) |
Definition at line 122 of file VVGraph.hpp.
| std::pair<std::reverse_iterator<Iterator>, std::reverse_iterator<Iterator> > mgx::ForAll::make_reverse_range | ( | const std::pair< Iterator, Iterator > & | cont | ) |
Definition at line 129 of file VVGraph.hpp.
| std::pair<typename Container::reverse_iterator, typename Container::reverse_iterator> mgx::ForAll::make_reverse_range | ( | Container & | cont | ) |
Definition at line 115 of file VVGraph.hpp.
|
inline |
Definition at line 89 of file VVGraph.hpp.
1.8.17