HDK
|
#include "SOP_API.h"
#include <OP/OP_Context.h>
#include <GEO/GEO_Detail.h>
#include <GU/GU_DetailHandle.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_String.h>
#include <UT/UT_VectorTypes.h>
Go to the source code of this file.
Classes | |
class | SOP_CaptureData |
Functions | |
SOP_API bool | SOPgetCaptureRegion (OP_Node *me, char *cregion, UT_Matrix4 &parent_xform, GU_DetailHandle &tube_gdh) |
SOP_API int | SOPaddCaptureRegion (OP_Node *me, GU_Detail *gdp, const char *root_path, const char *cregion_name, GEO_Detail::CaptureType capture_type, const GU_Detail *skel_input_gdp=nullptr) |
SOP_API int SOPaddCaptureRegion | ( | OP_Node * | me, |
GU_Detail * | gdp, | ||
const char * | root_path, | ||
const char * | cregion_name, | ||
GEO_Detail::CaptureType | capture_type, | ||
const GU_Detail * | skel_input_gdp = nullptr |
||
) |
SOP_API bool SOPgetCaptureRegion | ( | OP_Node * | me, |
char * | cregion, | ||
UT_Matrix4 & | parent_xform, | ||
GU_DetailHandle & | tube_gdh | ||
) |