Opened 17 years ago
Closed 15 years ago
#62 closed task (done)
Port planarity related algorithms
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.2 release |
Component: | core | Version: | |
Keywords: | Cc: | ||
Revision id: |
Description
The following file is affected.
- lemon/planarity.h
Attachments (4)
Change History (15)
comment:1 Changed 17 years ago by
Type: | defect → task |
---|
comment:2 Changed 17 years ago by
Milestone: | LEMON 1.0 release → Post 1.0 |
---|
comment:3 Changed 16 years ago by
Milestone: | LEMON 1.1 release |
---|
comment:4 Changed 16 years ago by
Milestone: | → LEMON 1.2 release |
---|---|
Owner: | changed from Alpar Juttner to Balazs Dezso |
comment:5 Changed 16 years ago by
Status: | new → assigned |
---|
Changed 15 years ago by
Attachment: | 30cb42e3e43a.patch added |
---|
comment:6 follow-up: 7 Changed 15 years ago by
Is there any reason why PlanarityChecking
is a class, not a function?
I would suggest
template<class G> bool checkPlanarity(const G &g);
instead.
comment:7 Changed 15 years ago by
Replying to alpar:
Is there any reason why
PlanarityChecking
is a class, not a function?I would suggest
template<class G> bool checkPlanarity(const G &g);instead.
The patch [58c330ad0b5c] change the interface to function.
comment:8 Changed 15 years ago by
Summary: | Port planarity related algorithms. → Port planarity related algorithms |
---|
comment:9 follow-up: 10 Changed 15 years ago by
I attached two pathces related to these tools: [8131c2b9f59a] ports the planar.eps image from SVN, [5fd7fafc4470] contains doc improvements.
Changed 15 years ago by
Attachment: | 62-image-8131c2b9f59a.patch added |
---|
Changed 15 years ago by
Attachment: | 62-doc-impr-5fd7fafc4470.patch added |
---|
comment:10 Changed 15 years ago by
Replying to kpeter:
I attached two pathces related to these tools: [8131c2b9f59a] ports the planar.eps image from SVN, [5fd7fafc4470] contains doc improvements.
They went to to main branch.
Can we close this ticket?
Port of planarity.h and new test