Adjactor interface.
More...
#include <adjactor.hpp>
Adjactor interface.
- Todo:
- details and terminology
- Author
- Peter Zajac
Definition at line 22 of file adjactor.hpp.
◆ get_num_nodes_domain()
| Index FEAT::Adjacency::Adjactor::get_num_nodes_domain |
( |
| ) |
const |
Returns the number of domain nodes.
- Returns
- The total number of domain nodes in the adjactor.
◆ get_num_nodes_image()
| Index FEAT::Adjacency::Adjactor::get_num_nodes_image |
( |
| ) |
const |
Returns the number of image nodes.
- Returns
- The total number of image nodes in the adjactor.
◆ image_begin()
Returns an iterator for the first adjacent image node.
- Parameters
-
| [in] | domain_node | The index of the domain node whose image node iterator is to be returned. |
- Returns
- An iterator representing the first image node adjacent to
domain_node, or image_end(domain_node) if no adjacent image nodes exist.
◆ image_end()
Returns an iterator for the first position past the last adjacent image node.
- Parameters
-
| [in] | domain_node | The index of the domain node whose image node iterator is to be returned. |
- Returns
- An iterator representing the first position past the last image node adjacent to
domain_node.
The documentation for this class was generated from the following file: