OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
osgUtil::ConvertVec< InType, OutType, InSize, OutSize > Struct Template Reference

#include <ConvertVec.h>

Static Public Member Functions

static void convert (InType &in, OutType &out)
 

Detailed Description

template<typename InType, typename OutType, unsigned int InSize = InType::num_components, unsigned int OutSize = OutType::num_components>
struct osgUtil::ConvertVec< InType, OutType, InSize, OutSize >

Definition at line 22 of file ConvertVec.h.

Member Function Documentation

template<typename InType , typename OutType , unsigned int InSize = InType::num_components, unsigned int OutSize = OutType::num_components>
static void osgUtil::ConvertVec< InType, OutType, InSize, OutSize >::convert ( InType &  in,
OutType &  out 
)
inlinestatic

Definition at line 24 of file ConvertVec.h.

Here is the caller graph for this function:


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