refactoring
This commit is contained in:
parent
04e87c1d9c
commit
64b83f569c
24 changed files with 186 additions and 310 deletions
|
|
@ -25,8 +25,8 @@ class NodePL : public GeoNodePL<float> {
|
|||
NodePL(const util::geo::FPoint& geom) { _geom = geom; } // NOLINT
|
||||
|
||||
const util::geo::FPoint* getGeom() const { return &_geom; }
|
||||
void getAttrs(std::map<std::string, std::string>* attrs) const {
|
||||
UNUSED(attrs);
|
||||
util::json::Dict getAttrs() const {
|
||||
return util::json::Dict();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue