Cortex  10.0.0-a4
Public Member Functions | List of all members
IECore::VecConvert< T, S > Struct Template Reference

#include <VectorOps.h>

Public Member Functions

operator() (const T &v) const
 

Detailed Description

template<typename T, typename S>
struct IECore::VecConvert< T, S >

A functor suitable for use with stl algorithms such as transform(), allowing the copying of a container of vectors of type T into a container of vectors of type S.


The documentation for this struct was generated from the following file: