HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Matrix.h File Reference
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_Matrix2.h"
#include "UT_Vector.h"
#include "UT_VectorTypes.h"
#include <SYS/SYS_Types.h>
#include <stdlib.h>
#include <iosfwd>
+ Include dependency graph for UT_Matrix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_MatrixT< T >
 

Typedefs

typedef UT_MatrixT< fprealUT_MatrixR
 
typedef UT_MatrixT< fpreal32UT_MatrixF
 
typedef UT_MatrixT< fpreal64UT_MatrixD
 
typedef UT_MatrixT< fpreal64UT_Matrix
 

Functions

template<typename T >
UT_API size_t format (char *buffer, size_t buffer_size, const UT_MatrixT< T > &v)
 

Typedef Documentation

Definition at line 256 of file UT_Matrix.h.

Definition at line 255 of file UT_Matrix.h.

Definition at line 254 of file UT_Matrix.h.

Definition at line 253 of file UT_Matrix.h.

Function Documentation

template<typename T >
UT_API size_t format ( char *  buffer,
size_t  buffer_size,
const UT_MatrixT< T > &  v 
)