HDK
|
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_Vector2.h"
#include <SYS/SYS_Math.h>
#include <iosfwd>
#include "UT_BoundingRectImpl.h"
Go to the source code of this file.
Classes | |
class | UT_BoundingRectT< T > |
Typedefs | |
typedef UT_BoundingRectT< int32 > | UT_BoundingRecti |
typedef UT_BoundingRectT< int64 > | UT_BoundingRectI |
typedef UT_BoundingRectT< fpreal > | UT_BoundingRectR |
typedef UT_BoundingRectT < fpreal32 > | UT_BoundingRectF |
typedef UT_BoundingRectT < fpreal64 > | UT_BoundingRectD |
typedef UT_BoundingRectT< float > | UT_BoundingRect |
Functions | |
template<typename T > | |
UT_API size_t | format (char *buf, size_t bufsize, const UT_BoundingRectT< T > &v) |
typedef UT_BoundingRectT<float> UT_BoundingRect |
Definition at line 417 of file UT_BoundingRect.h.
typedef UT_BoundingRectT<fpreal64> UT_BoundingRectD |
Definition at line 416 of file UT_BoundingRect.h.
typedef UT_BoundingRectT<fpreal32> UT_BoundingRectF |
Definition at line 415 of file UT_BoundingRect.h.
typedef UT_BoundingRectT<int32> UT_BoundingRecti |
Definition at line 412 of file UT_BoundingRect.h.
typedef UT_BoundingRectT<int64> UT_BoundingRectI |
Definition at line 413 of file UT_BoundingRect.h.
typedef UT_BoundingRectT<fpreal> UT_BoundingRectR |
Definition at line 414 of file UT_BoundingRect.h.
UT_API size_t format | ( | char * | buf, |
size_t | bufsize, | ||
const UT_BoundingRectT< T > & | v | ||
) |