Biorithm  1.1
Public Member Functions
MyGraphNodeDeletion Class Reference

A class that stores the node deleted (and all the edges incident on it) from a graph. ! More...

#include <graph.C>

Inheritance diagram for MyGraphNodeDeletion:
MyAbstractGraphModification

List of all members.

Public Member Functions

 MyGraphNodeDeletion ()
 Default constructor dis-allowed.
 MyGraphNodeDeletion (const MyNode &node)
 Constructor.
virtual ~MyGraphNodeDeletion ()
 Destructor.
virtual
MyAbstractGraphModification
clone ()
 Clone yourself.
virtual bool reverse (MyGraph &graph)

Detailed Description

A class that stores the node deleted (and all the edges incident on it) from a graph. !


Member Function Documentation

virtual bool MyGraphNodeDeletion::reverse ( MyGraph graph) [inline, virtual]

Reverse the effect of the modification on graph and return true if the reversal succeeded.

Implements MyAbstractGraphModification.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Friends