|
HDK
|
#include "LOP_API.h"#include "LOP_Node.h"#include "LOP_SelectionRule.h"#include <HUSD/HUSD_ExpansionState.h>#include <HUSD/HUSD_PostLayers.h>#include <HUSD/HUSD_FindPrims.h>#include <HUSD/HUSD_LoadMasks.h>#include <HUSD/HUSD_Overrides.h>#include <HUSD/HUSD_Utils.h>#include <GU/GU_SelectType.h>#include <UT/UT_StringMap.h>
Include dependency graph for LOP_Network.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | LOP_Network |
Macros | |
| #define | LOP_EXPANSION_DATA_BLOCK_TYPE "expansion" |
| #define | LOP_OVERRIDES_DATA_BLOCK_TYPE "overrides" |
| #define | LOP_LOADMASKS_DATA_BLOCK_TYPE "loadmasks" |
| #define | LOP_POSTLAYERS_DATA_BLOCK_TYPE "postlayers" |
| #define | LOP_ONLOAD_DATA_BLOCK_PREFIX "__onload__." |
| #define LOP_EXPANSION_DATA_BLOCK_TYPE "expansion" |
Definition at line 27 of file LOP_Network.h.
| #define LOP_LOADMASKS_DATA_BLOCK_TYPE "loadmasks" |
Definition at line 29 of file LOP_Network.h.
| #define LOP_ONLOAD_DATA_BLOCK_PREFIX "__onload__." |
Definition at line 31 of file LOP_Network.h.
| #define LOP_OVERRIDES_DATA_BLOCK_TYPE "overrides" |
Definition at line 28 of file LOP_Network.h.
| #define LOP_POSTLAYERS_DATA_BLOCK_TYPE "postlayers" |
Definition at line 30 of file LOP_Network.h.
| enum LOP_ExpansionEffect |
| Enumerator | |
|---|---|
| LOP_EXPANSION_EFFECT_DO_NOTHING | |
| LOP_EXPANSION_EFFECT_SET_VISIBILITY | |
| LOP_EXPANSION_EFFECT_SET_BOUNDS_DRAWMODE | |
| LOP_EXPANSION_EFFECT_COUNT | |
Definition at line 43 of file LOP_Network.h.
| Enumerator | |
|---|---|
| LOP_NETWORK_OVERRIDES | |
| LOP_NETWORK_EXPANSION_EFFECT_OVERRIDES | |
| LOP_NETWORK_LOADMASKS | |
| LOP_NETWORK_POSTLAYERS | |
| LOP_NETWORK_SELECTION_RULES | |
| LOP_NETWORK_EXPANSION_STATE | |
Definition at line 33 of file LOP_Network.h.