HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_GraphProxy.h File Reference
#include "SOP_API.h"
#include "SOP_Node.h"
#include "SOP_NodeVerb.h"
#include <OP/OP_GraphProxy.h>
#include <DEP/DEP_TimedMicroNode.h>
+ Include dependency graph for SOP_GraphProxy.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SOP_API const OP_GraphProxySOPdirectGraphProxy ()
 
SOP_API const OP_GraphProxySOPnewDirectGraphProxy ()
 Constructs a new OP_Directory proxy with new semantics. More...
 
SOP_API const OP_GraphProxySOPnewGeoGraphProxy (GU_ConstDetailHandle gdh)
 Constructs a new geometry proxy with new semantics. More...
 
SOP_API const OP_GraphProxySOPnewGeoGraphProxy (GU_ConstDetailHandle gdh, GA_Offset outputroot, const GA_PointGroup *inputgroup)
 

Function Documentation

SOP_API const OP_GraphProxy* SOPdirectGraphProxy ( )

Returns singleton proxy for our OP_Director network. This uses getUniqueId() as the indices

SOP_API const OP_GraphProxy* SOPnewDirectGraphProxy ( )

Constructs a new OP_Directory proxy with new semantics.

SOP_API const OP_GraphProxy* SOPnewGeoGraphProxy ( GU_ConstDetailHandle  gdh)

Constructs a new geometry proxy with new semantics.

SOP_API const OP_GraphProxy* SOPnewGeoGraphProxy ( GU_ConstDetailHandle  gdh,
GA_Offset  outputroot,
const GA_PointGroup inputgroup 
)