MDL SDK API nvidia_logo_transpbg.gif Up
vector_typedefs.h File Reference

Typedefs for types from the math API. More...

Go to the source code of this file.

Namespaces

namespace  mi
 Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 

Typedefs

using mi::Boolean_2 = math::Vector<bool, 2>
 Vector of two bool. More...
 
using mi::Boolean_3 = math::Vector<bool, 3>
 Vector of three bool. More...
 
using mi::Boolean_4 = math::Vector<bool, 4>
 Vector of four bool. More...
 
using mi::Sint32_2 = math::Vector<Sint32, 2>
 Vector of two Sint32. More...
 
using mi::Sint32_3 = math::Vector<Sint32, 3>
 Vector of three Sint32. More...
 
using mi::Sint32_4 = math::Vector<Sint32, 4>
 Vector of four Sint32. More...
 
using mi::Uint32_2 = math::Vector<Uint32, 2>
 Vector of two Uint32. More...
 
using mi::Uint32_3 = math::Vector<Uint32, 3>
 Vector of three Uint32. More...
 
using mi::Uint32_4 = math::Vector<Uint32, 4>
 Vector of four Uint32. More...
 
using mi::Float32_2 = math::Vector<Float32, 2>
 Vector of two Float32. More...
 
using mi::Float32_3 = math::Vector<Float32, 3>
 Vector of three Float32. More...
 
using mi::Float32_4 = math::Vector<Float32, 4>
 Vector of four Float32. More...
 
using mi::Float64_2 = math::Vector<Float64, 2>
 Vector of two Float64. More...
 
using mi::Float64_3 = math::Vector<Float64, 3>
 Vector of three Float64. More...
 
using mi::Float64_4 = math::Vector<Float64, 4>
 Vector of four Float64. More...
 
using mi::Boolean_2_struct = math::Vector_struct<bool, 2>
 Vector of two bool (underlying POD type). More...
 
using mi::Boolean_3_struct = math::Vector_struct<bool, 3>
 Vector of three bool (underlying POD type). More...
 
using mi::Boolean_4_struct = math::Vector_struct<bool, 4>
 Vector of four bool (underlying POD type). More...
 
using mi::Sint32_2_struct = math::Vector_struct<Sint32, 2>
 Vector of two Sint32 (underlying POD type). More...
 
using mi::Sint32_3_struct = math::Vector_struct<Sint32, 3>
 Vector of three Sint32 (underlying POD type). More...
 
using mi::Sint32_4_struct = math::Vector_struct<Sint32, 4>
 Vector of four Sint32 (underlying POD type). More...
 
using mi::Uint32_2_struct = math::Vector_struct<Uint32, 2>
 Vector of two Uint32 (underlying POD type). More...
 
using mi::Uint32_3_struct = math::Vector_struct<Uint32, 3>
 Vector of three Uint32 (underlying POD type). More...
 
using mi::Uint32_4_struct = math::Vector_struct<Uint32, 4>
 Vector of four Uint32 (underlying POD type). More...
 
using mi::Float32_2_struct = math::Vector_struct<Float32, 2>
 Vector of two Float32 (underlying POD type). More...
 
using mi::Float32_3_struct = math::Vector_struct<Float32, 3>
 Vector of three Float32 (underlying POD type). More...
 
using mi::Float32_4_struct = math::Vector_struct<Float32, 4>
 Vector of four Float32 (underlying POD type). More...
 
using mi::Float64_2_struct = math::Vector_struct<Float64, 2>
 Vector of two Float64 (underlying POD type). More...
 
using mi::Float64_3_struct = math::Vector_struct<Float64, 3>
 Vector of three Float64 (underlying POD type). More...
 
using mi::Float64_4_struct = math::Vector_struct<Float64, 4>
 Vector of four Float64 (underlying POD type). More...
 

Detailed Description

Typedefs for types from the math API.