HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_WindingNumber.C File Reference
+ Include dependency graph for SOP_WindingNumber.C:

Go to the source code of this file.

Classes

class  SOP_WindingNumberCache
 
class  SOP_WindingNumberVerb
 

Macros

#define QUADS_AS_BILINEAR_PATCHES   1
 
#define GA_INVALID_DATAID   GA_DataId(-1)
 

Typedefs

typedef int64 GA_DataId
 

Functions

void newSopOperator (OP_OperatorTable *table)
 

Macro Definition Documentation

#define GA_INVALID_DATAID   GA_DataId(-1)

Definition at line 101 of file SOP_WindingNumber.C.

#define QUADS_AS_BILINEAR_PATCHES   1

Definition at line 64 of file SOP_WindingNumber.C.

Typedef Documentation

typedef int64 GA_DataId

Definition at line 100 of file SOP_WindingNumber.C.

Function Documentation

void newSopOperator ( OP_OperatorTable table)

newSopOperator is the hook that Houdini grabs from this dll and invokes to register the SOP. In this case, we add ourselves to the specified operator table.

Definition at line 374 of file SOP_WindingNumber.C.