Hi Carsten,

Carsten Neumann wrote:
> 
> sorry, for being slow here, but why are the member function templates:

slow might be more complete though, so that's ok. ;)

> template <class ExternalTypeT>
> GeoVectorProperty::setValue(const ExternalTypeT &val, const UInt32 index);
> 
> (and similar for getValue) not sufficient to cover the Vec3f case as 
> well. Or do the Vec3f functions have to behave differently ?

Hm, nope, you're right, those should cover it. The only problem is that 
they go through the MaxType, which is expensive.

> Ah, I think I have introduced a red herring by mentioning the 
> get/setGenericValue functions, these are protected and virtual and used 
> to implement the member template functions. We could make them public, 
> but I don't think it is necessary. Is the heat in my room affecting my 
> thinking here? ;)

Could be. :) That's the nice thing about the US: it's hot, but all the 
buildings have air condition. ;)

        Dirk

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to