HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_VectorFwd.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_VectorFwd.h (UT Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __UT_VECTORFWD_H_INCLUDED__
12 #define __UT_VECTORFWD_H_INCLUDED__
13 
14 #include "UT_API.h"
15 #include <SYS/SYS_Types.h>
16 
17 template <typename T>
18 class UT_VectorT;
19 
20 template <typename T>
22 
28 
29 #endif // __UT_VECTORFWD_H_INCLUDED__
UT_PermutationT< int > UT_Permutation
Definition: UT_VectorFwd.h:21
UT_VectorT< fpreal64 > UT_VectorD
Definition: UT_VectorFwd.h:26
UT_VectorT< fpreal64 > UT_Vector
Definition: UT_VectorFwd.h:27
UT_VectorT< fpreal > UT_VectorR
Definition: UT_VectorFwd.h:24
UT_VectorT< fpreal32 > UT_VectorF
Definition: UT_VectorFwd.h:25