HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Vector.C File Reference
#include <iostream>
#include <SYS/SYS_Align.h>
#include <VM/VM_Math.h>
#include <SYS/SYS_Math.h>
#include "UT_Vector.h"
#include "UT_Vector2.h"
#include "UT_Vector3.h"
#include "UT_Vector4.h"
#include "UT_EnvControl.h"
#include "UT_Format.h"
#include "UT_StringStream.h"
+ Include dependency graph for UT_Vector.C:
+ 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)
 

Macro Definition Documentation

#define VECTOR_INSTANTIATE_FMT (   T)    template UT_API size_t format<T>(char*, size_t, const UT_VectorT<T>&);

Definition at line 1342 of file UT_Vector.C.

Function Documentation

template<typename V >
size_t format ( char *  buffer,
size_t  bufsize,
const UT_VectorT< V > &  v 
)
inline

Definition at line 1330 of file UT_Vector.C.