|
HDK
|
#include "UT_Format.h"#include "UT_StringStream.h"#include "UT_Vector2.h"#include "UT_Vector3.h"#include "UT_Vector4.h"#include <VM/VM_Math.h>#include <SYS/SYS_Align.h>#include <SYS/SYS_Math.h>#include <iostream>
Include dependency graph for UT_VectorImpl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | VECTOR_INSTANTIATE_FMT(T) template UT_API size_t format<T>(char*, size_t, const UT_VectorT<T>&); |
Functions | |
| template<typename V > | |
| size_t | format (char *buffer, size_t bufsize, const UT_VectorT< V > &v) |
| #define VECTOR_INSTANTIATE_FMT | ( | T | ) | template UT_API size_t format<T>(char*, size_t, const UT_VectorT<T>&); |
Definition at line 1324 of file UT_VectorImpl.h.
|
inline |
Definition at line 1312 of file UT_VectorImpl.h.