PandA-2024.02
|
#include <Vertex.hpp>
Additional Inherited Members | |
Public Member Functions inherited from vertex2obj< double > | |
vertex2obj ()=default | |
Constructor. More... | |
virtual | ~vertex2obj ()=default |
Destructor. More... | |
virtual void | print_el (std::ostream &os, const graph *, typename vertex2obj< double >::const_iterator &it) const |
Function that print the information associated with a vertex. More... | |
virtual void | print_rowHead (std::ostream &os, const graph *data, typename vertex2obj< double >::const_iterator &it) const |
Function that print the name and the operation performed by the vertex. More... | |
virtual void | print (std::ostream &os, const graph *data=nullptr) const |
Function that prints the class vertex2obj. More... | |
const double | operator() (const vertex &__k) const |
void | resize (Iterator left, Iterator right, data_type val) |
Definition at line 168 of file Vertex.hpp.