HDK
|
#include <UT/UT_DSOVersion.h>
#include <UT/UT_Array.h>
#include <UT/UT_Vector3.h>
#include <UT/UT_Vector4.h>
#include <UT/UT_Matrix3.h>
#include <UT/UT_Matrix4.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_Assert.h>
#include <VEX/VEX_VexOp.h>
Go to the source code of this file.
Namespaces | |
HDK_Sample | |
This namespace is used to hold all HDK example source code. | |
Functions | |
template<> | |
bool | HDK_Sample::compareValues< const char * > (const char *const &a, const char *const &b) |
template<> | |
bool | HDK_Sample::compareValues< UT_Vector3 > (const UT_Vector3 &a, const UT_Vector3 &b) |
template<> | |
bool | HDK_Sample::compareValues< UT_Vector4 > (const UT_Vector4 &a, const UT_Vector4 &b) |
template<> | |
bool | HDK_Sample::compareValues< UT_Matrix3 > (const UT_Matrix3 &a, const UT_Matrix3 &b) |
template<> | |
bool | HDK_Sample::compareValues< UT_Matrix4 > (const UT_Matrix4 &a, const UT_Matrix4 &b) |
void | newVEXOp (void *) |
Function called in DSO to install new functions All files found in $HOUDINI_DSO_PATH/vex are automatically scanned for this function.
Definition at line 125 of file VEX_Sort.C.