#include "UT_API.h"#include <stdlib.h>#include <vector>#include <SYS/SYS_Types.h>#include "UT_Assert.h"#include "UT_Algorithm.h"#include "UT_ArrayHelp.h"#include "UT_VectorTypes.h"Go to the source code of this file.
Classes | |
| class | UT_ValArray< T > |
Functions | |
| UT_API void | UTsetCompareFloatsTolerance (float tol) |
| UT_API int | UTcompareFloats (const float *a, const float *b) |
| UT_API int | UTcompareInts (const int *a, const int *b) |
| template<typename T , typename S > | |
| void | UTconvertArray (UT_ValArray< T > &dest, const UT_ValArray< S > &src) |
| template<typename T , typename S > | |
| void | UTconvertArray (UT_ValArray< T > &dest, const S *src, int n) |
| template<typename T , typename S > | |
| void | UTconvertArray (T *dest, const UT_ValArray< S > &src) |
| template<typename T , typename S > | |
| void | UTconvertArray (T *dest, const S *src, int64 n) |
| UT_SWAPPER_TEMPLATE (UT_ValArray) | |
| UT_SWAPPER_TEMPLATE | ( | UT_ValArray | ) |
| UT_API int UTcompareFloats | ( | const float * | a, | |
| const float * | b | |||
| ) |
| UT_API int UTcompareInts | ( | const int * | a, | |
| const int * | b | |||
| ) |
| void UTconvertArray | ( | T * | dest, | |
| const S * | src, | |||
| int64 | n | |||
| ) | [inline] |
Definition at line 334 of file UT_ValArray.h.
| void UTconvertArray | ( | T * | dest, | |
| const UT_ValArray< S > & | src | |||
| ) | [inline] |
Definition at line 325 of file UT_ValArray.h.
| void UTconvertArray | ( | UT_ValArray< T > & | dest, | |
| const S * | src, | |||
| int | n | |||
| ) | [inline] |
Definition at line 316 of file UT_ValArray.h.
| void UTconvertArray | ( | UT_ValArray< T > & | dest, | |
| const UT_ValArray< S > & | src | |||
| ) | [inline] |
Definition at line 306 of file UT_ValArray.h.
| UT_API void UTsetCompareFloatsTolerance | ( | float | tol | ) |
1.5.9