#include "UT_API.h"
#include "UT_Array.h"
#include "UT_Assert.h"
#include "UT_Swap.h"
#include "UT_VectorTypes.h"
#include <SYS/SYS_Compiler.h>
#include <SYS/SYS_Deprecated.h>
#include <SYS/SYS_Types.h>
#include <initializer_list>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
#define UT_DECL_ARITHMETIC_SPECIALIZATION |
( |
|
T | ) |
|
Value:
T sum() const
Functions which are only specialized for int{32,64}, fpreal{32,64}.
void display() const
Prints the constents of the array.
Definition at line 358 of file UT_ValArray.h.
I don't know why this is needed, given that there's one for UT_Array, but UTswap called on two UT_ValArray's was using the default "copy
to temp" function.
UT_API float UTgetCompareFloatsTolerance |
( |
| ) |
|
UT_API void UTsetCompareFloatsTolerance |
( |
float |
tol | ) |
|