forked from varoudis/depthmapX
-
Notifications
You must be signed in to change notification settings - Fork 57
Deprecated functionality
Petros Koutsolampros edited this page Mar 30, 2018
·
6 revisions
-
Depthmap seems to have had the option to create evolving agents:
- QGraphDoc::OnEvoAgent [e985a51]
-
Bin display for debugging purposes:
- QGraphDoc::OnBinDisplay() [e985a51]
- QGraphDoc::OnShowBinDistances() [e985a51]
- CMSCommunicator::BINDISPLAY [e985a51]
-
Gates:
- QGraphDoc::OnAddGate() [e985a51]
- MetaGraph::convertPointsToShape() [e985a51]
-
MIF export function:
- QGraphDoc::OnMagiMif() [e985a51]
-
Red button tests the rapid agent program (sic):
- QGraphDoc::OnRedButton() [e985a51]
-
Buffering type function, just for points for the time being (sic):
- ShapeMap::withinRadius(const Point2f& pt, double radius, std::vector& bufferset) [e985a51]
-
Axial: Remove all links:
- QGraphDoc::OnToolsAxialClearLinks() [89f3c62]
-
Show text in the map:
- QGraphDoc::OnViewShowText() [89f3c62]
-
Get the first crossing point of lines with lines... (sic)
- SpacePixel::getFirstCrossingPoint() [89f3c62]
-
Switch the layout direction:
- MainWindow::switchLayoutDirection() [2272aaa]
-
Zoom to selection
-
Import lines/points as shapemap (instead of as drawing layer)
- MetaGraph::importLinesAsShapeMap() [2272aaa]
- MetaGraph::importPointsAsShapeMap() [2272aaa]