|
HDK
|
#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_GraphProxyGeo.h:Go to the source code of this file.
Functions | |
| SOP_API const OP_GraphProxy * | SOPdirectGraphProxy () |
| SOP_API const OP_GraphProxy * | SOPnewGeoGraphProxy (GU_ConstDetailHandle gdh) |
| Constructs a new geometry proxy with new semantics. More... | |
| SOP_API const OP_GraphProxy * | SOPnewGeoGraphProxy (GU_ConstDetailHandle gdh, GA_Offset outputroot, const GA_PointGroup *inputgroup) |
| SOP_API const OP_GraphProxy * | SOPnewGeoGraphProxy (GU_ConstDetailHandle gdh, const UT_Array< GA_Offset > &outputroots, const GA_PointGroup *inputgroup) |
| 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* 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 | ||
| ) |
| SOP_API const OP_GraphProxy* SOPnewGeoGraphProxy | ( | GU_ConstDetailHandle | gdh, |
| const UT_Array< GA_Offset > & | outputroots, | ||
| const GA_PointGroup * | inputgroup | ||
| ) |