Should psImageSubset add result to the incoming psImage's children
I had assumed that psImageSubset (and psImageSubsection now) would add the
result on the list of its children, but since the input psImage is specified
as 'const', that seems to say that that is not the proper thing to do.
Should I not have added the result to the children list of the parent psImage
or should the input not be 'const' (as it is being changed)?
Change History
(5)
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
| Owner: |
changed from eugene to Paul Price
|
| Keywords: |
VERIFIED removed
|
you are right: input should not be 'const'. this function is how children are
created!