isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
17 stars 14 forks source link

PropertyValue interface requires always dereferences - *nerv* #42

Closed lydiatgit closed 12 years ago

lydiatgit commented 12 years ago

things like that are really hard to find and understand: unsigned short tID = (*props.propertyValue(prop)).getTypeID()

always need dereference

Two solutions - either it's called as Pointer or ist does not required the *

DerOrfa commented 12 years ago

PropertyValue is a specialisation of ValueReference - we could implement some hooks there ..

lydiatgit commented 12 years ago

oops, we don't need it three times