]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/DataStructures/Graph.h
More on graph editor
[cpPlugins.git] / lib / cpExtensions / DataStructures / Graph.h
index a23582ff03346c2b215456031458603c0fbfc080..5fb2707f5def3e5257054285d6805d59acd9e63f 100644 (file)
@@ -48,6 +48,8 @@ namespace cpExtensions
       typename TMatrix::const_iterator BeginEdgesRows( ) const;
       typename TMatrix::const_iterator EndEdgesRows( ) const;
 
+      void Clear( );
+
       bool HasVertexIndex( const I& index ) const;
       void InsertVertex( const I& index, V& vertex );
       V& GetVertex( const I& index );