HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_Fuse.proto.h File Reference
#include <SOP/SOP_API.h>
#include <SOP/SOP_NodeVerb.h>
#include <SOP/SOP_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_Fuse.proto.h:

Go to the source code of this file.

Classes

class  SOP_FuseParms
 

Namespaces

 SOP_FuseEnums
 

Enumerations

enum  SOP_FuseEnums::Grouppropagation { SOP_FuseEnums::Grouppropagation::LEASTPOINTNUMBER = 0, SOP_FuseEnums::Grouppropagation::UNION, SOP_FuseEnums::Grouppropagation::INTERSECT }
 
enum  SOP_FuseEnums::Snaptype { SOP_FuseEnums::Snaptype::AVERAGE = 0, SOP_FuseEnums::Snaptype::LOWEST, SOP_FuseEnums::Snaptype::HIGHEST }
 
enum  SOP_FuseEnums::Gridtype { SOP_FuseEnums::Gridtype::SPACING = 0, SOP_FuseEnums::Gridtype::LINES, SOP_FuseEnums::Gridtype::POW2 }
 
enum  SOP_FuseEnums::Gridround { SOP_FuseEnums::Gridround::NEAREST = 0, SOP_FuseEnums::Gridround::DOWN, SOP_FuseEnums::Gridround::UP }