Update of /cvsroot/kuml/kuml/kuml_gui/src/ige/extensions/net/editors
In directory usw-pr-cvs1:/tmp/cvs-serv2714/extensions/net/editors
Modified Files:
GraphLayer.cpp GraphLayer.h
Log Message:
Added more basic implementation for user interaction
Index: GraphLayer.cpp
===================================================================
RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/extensions/net/editors/GraphLayer.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** GraphLayer.cpp 2001/06/20 19:21:15 1.1.1.1
--- GraphLayer.cpp 2001/07/22 23:21:38 1.2
***************
*** 21,25 ****
GraphLayer::~GraphLayer(){}
GraphLayer::GraphLayer(Viewer* v) : DataLayer(v) {}
! ViewMapIter GraphLayer::getDataIterator(){
// Return merged edge and vertex map
--- 21,25 ----
GraphLayer::~GraphLayer(){}
GraphLayer::GraphLayer(Viewer* v) : DataLayer(v) {}
! ViewVectorIter GraphLayer::getDataIterator(){
// Return merged edge and vertex map
Index: GraphLayer.h
===================================================================
RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/extensions/net/editors/GraphLayer.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** GraphLayer.h 2001/06/20 19:21:15 1.1.1.1
--- GraphLayer.h 2001/07/22 23:21:38 1.2
***************
*** 34,38 ****
virtual ~GraphLayer();
! virtual ViewMapIter getDataIterator();
private:
--- 34,38 ----
virtual ~GraphLayer();
! virtual ViewVectorIter getDataIterator();
private:
|