#431 set() method for GenericGeometries
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Sep 30, 2008 10:03 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Last edited at | Feb 17, 2009 10:14 |
Closed by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Closed at | Feb 17, 2009 10:14 |
Closed in version | Unknown |
Resolution | Won't implement |
Comment | Not possible because different element types have different geometry implementations. |
Description
It would be very helpful if the GenericGeometries would have a method which allows to set the corner coordinates of an existing object. So far this is only possible in the constructor.
Rationale: I would like to use GGs for the intersection geometries of UGGrid. There, the Intersection classes have geometries as members which are set to the appropriate values every time intersectionGlobal()/Local() is called. Without the requested methods I'd have to create them anew every time intersectionGlobal() is called.