Simbody
3.7
|
Shape-preserving element substitution (always packed). More...
Public Types | |
typedef Vec< M, P > | Type |
Shape-preserving element substitution (always packed).
That is, if T1==Vec<M,E,S> is the current Vec type, then type T2==T1::Substitute<P>::Type is the type of a shape-compatible, packed Vec whose elements are of type P rather than E, that is, T2==Vec<M,P,1>.
typedef Vec<M,P> SimTK::Vec< M, ELT, STRIDE >::Substitute< P >::Type |