HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
UT_FixedVectorTraits.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
* NAME: UT_FixedVectorTraits.h (UT Library, C++)
7
*
8
* COMMENTS:
9
*
10
*/
11
12
#pragma once
13
14
#ifndef __UT_FixedVectorTraits__
15
#define __UT_FixedVectorTraits__
16
17
#include <
SYS/SYS_Types.h
>
18
19
template
<
typename
T, ex
int
D >
20
class
UT_FixedVector
;
21
22
template
<
typename
T>
23
struct
UT_FixedVectorTraits
24
{
25
typedef
UT_FixedVector<T,1>
FixedVectorType
;
26
typedef
T
DataType
;
27
static
const
exint
TupleSize
= 1;
28
static
const
bool
isVectorType
=
false
;
29
};
30
31
#endif
32
exint
int64 exint
Definition:
SYS_Types.h:125
UT_FixedVectorTraits::TupleSize
static const exint TupleSize
Definition:
UT_FixedVectorTraits.h:27
SYS_Types.h
UT_FixedVectorTraits::isVectorType
static const bool isVectorType
Definition:
UT_FixedVectorTraits.h:28
OBJ_MatchTransform::T
UT_FixedVectorTraits
Definition:
UT_FixedVectorTraits.h:23
UT_FixedVectorTraits::DataType
T DataType
Definition:
UT_FixedVectorTraits.h:26
UT_FixedVectorTraits::FixedVectorType
UT_FixedVector< T, 1 > FixedVectorType
Definition:
UT_FixedVectorTraits.h:25
UT_FixedVector
Definition:
UT_FixedVector.h:36
UT
UT_FixedVectorTraits.h
Generated on Thu Nov 21 2024 02:46:01 for HDK by
1.8.6