HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_UVFlattenFromPoints.proto.h File Reference
#include <SOP/SOP_API.h>
#include <SOP/SOP_NodeVerb.h>
#include <OP/OP_GraphProxy.h>
#include <OP/OP_Utils.h>
#include <PRM/PRM_Parm.h>
#include <UT/UT_IStream.h>
#include <UT/UT_NTStreamUtil.h>
#include <UT/UT_Ramp.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringStream.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_EnvControl.h>
#include <SYS/SYS_Types.h>
+ Include dependency graph for SOP_UVFlattenFromPoints.proto.h:

Go to the source code of this file.

Classes

class  SOP_UVFlattenFromPointsParms
 

Namespaces

 SOP_UVFlattenFromPointsEnums
 

Enumerations

enum  SOP_UVFlattenFromPointsEnums::LayoutMethod { SOP_UVFlattenFromPointsEnums::LayoutMethod::FAST = 0, SOP_UVFlattenFromPointsEnums::LayoutMethod::ACCURATE, SOP_UVFlattenFromPointsEnums::LayoutMethod::ONLYSEAMS }
 
enum  SOP_UVFlattenFromPointsEnums::CenterPointsSource { SOP_UVFlattenFromPointsEnums::CenterPointsSource::FIRSTINPUT = 0, SOP_UVFlattenFromPointsEnums::CenterPointsSource::SECONDINPUT }
 
enum  SOP_UVFlattenFromPointsEnums::PointSelectionMethod { SOP_UVFlattenFromPointsEnums::PointSelectionMethod::FURTHESTPOINT = 0, SOP_UVFlattenFromPointsEnums::PointSelectionMethod::DISTORTIONBASED }
 
enum  SOP_UVFlattenFromPointsEnums::PackingMethod { SOP_UVFlattenFromPointsEnums::PackingMethod::RECTANGLE = 0, SOP_UVFlattenFromPointsEnums::PackingMethod::UDIM, SOP_UVFlattenFromPointsEnums::PackingMethod::NONE }
 

Functions

SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken (LayoutMethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken (CenterPointsSource enum_value)
 
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken (PointSelectionMethod enum_value)
 
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken (PackingMethod enum_value)