Add explicit declare{In,Out}put for vector of handles
In case of individual handles, the call to declareProperty
implicitly calls declareInput
or declareOutput
.
But given that there is no declareProperty
for a vector of handles, one must invoke declareInput
or declareOutput
explicitly for all handles contained in the vector....