| 
    Nektar++
    
   | 
 
#include <Graph.h>

Public Member Functions | |
| GraphVertexObject () | |
| GraphVertexObject (const GraphVertexID id) | |
| int | getid () | 
| void | setid (const GraphVertexID id) | 
| virtual | ~GraphVertexObject () | 
Protected Attributes | |
| GraphVertexID | m_id | 
Static Private Attributes | |
| static GraphVertexID | m_nextid = 0 | 
Friends | |
| bool | operator== (const GraphVertexObject &x, const GraphVertexObject &y) | 
| bool | operator!= (const GraphVertexObject &x, const GraphVertexObject &y) | 
      
  | 
  inline | 
Definition at line 51 of file Graph.h.
References m_id, and m_nextid.
      
  | 
  inline | 
      
  | 
  virtual | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  protected | 
Definition at line 81 of file Graph.h.
Referenced by getid(), GraphVertexObject(), Nektar::LibUtilities::operator!=(), Nektar::LibUtilities::operator==(), and setid().
      
  | 
  staticprivate | 
Definition at line 84 of file Graph.h.
Referenced by GraphVertexObject().
 1.8.8