9 #ifndef __HOM_ApexNode_h__
10 #define __HOM_ApexNode_h__
33 std::string
__str__()
override = 0;
35 virtual bool isSubgraphAsset() = 0;
36 virtual void convertSubgraphToSubnet() = 0;
38 virtual std::map<std::string, hboost::any> properties() = 0;
42 virtual hboost::any inputDebugData(
int input_index) = 0;
43 virtual hboost::any outputDebugData(
int output_index) = 0;
46 #endif // __HOM_ApexNode_h__
#define HOM_DESTRUCT_OBJECT(pointer)
string __repr__(VtArray< T > const &self)
bool any(const vbool4 &v)
HOM_ApexNode(const HOM_ApexNode &node)
#define HOM_CONSTRUCT_OBJECT(pointer)
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
virtual std::string __str__()=0