HDK
|
#include "GT_API.h"
#include "GT_Types.h"
#include "GT_Handles.h"
#include <SYS/SYS_Hash.h>
#include <UT/UT_Assert.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_Vector3.h>
#include <UT/UT_Vector4.h>
#include <UT/UT_Matrix3.h>
#include <UT/UT_Matrix4.h>
#include <UT/UT_BoundingBox.h>
#include <UT/UT_StackBuffer.h>
Go to the source code of this file.
Classes | |
class | GT_DataArray |
Abstract data class for an array of float, int or string data. More... | |
class | GT_DataArray::minMaxTask |
Compute the min & max values for an array. This fails for strings. More... | |
class | GT_DataArray::fillV3BoxTask< T_POD > |
Nested class to perform filling for a POD array. More... | |
Typedefs | |
typedef UT_IntrusivePtr < GT_DataArray > | GT_DataArrayHandle |
Definition at line 32 of file GT_DataArray.h.