Opened 16 years ago
Closed 13 years ago
#294 closed enhancement (wontfix)
Better format for input to Polygon_function
Reported by: | ole | Owned by: | nariman |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
The curren format is confusing: A list of tuples of the form (P, v) where P is a polygon which in turn is a list of points and v is a value or a function.
We need some sort of object model.
class Functional_region:
# This contains a Polygon and a value (constant, function, dataset, ....)
and then the Polygon function takes a list of these instances as input.
Change History (2)
comment:1 Changed 15 years ago by ole
- Owner changed from ole to nariman
comment:2 Changed 13 years ago by habili
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.