Cortex  10.0.0-a4
Public Types | Static Public Member Functions | List of all members
IECore::VectorTraits< int > Struct Template Reference

Specialisation for int type to allow its use as a 1d vector. More...

#include <VectorTraits.h>

Public Types

typedef int BaseType
 

Static Public Member Functions

static unsigned int dimensions ()
 
static int get (const int &v, unsigned int i)
 
static void set (int &v, unsigned int i, int x)
 

Detailed Description

template<>
struct IECore::VectorTraits< int >

Specialisation for int type to allow its use as a 1d vector.


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