7 #ifndef PXR_EXEC_VDF_GRAPHER_H
8 #define PXR_EXEC_VDF_GRAPHER_H
73 const std::string &filename,
90 int maxInDepth,
int maxOutDepth,
91 const std::vector<std::string> &exclude = std::vector<std::string>());
99 const std::string &
name);
106 static std::string
GetDotCommand(
const std::string &dotFileName);
GT_API const UT_StringHolder filename
#define PXR_NAMESPACE_OPEN_SCOPE
static VDF_API void GraphNodeNeighborhood(const VdfNode &node, int maxInDepth, int maxOutDepth, const std::vector< std::string > &exclude=std::vector< std::string >())
static VDF_API std::vector< const VdfNode * > GetNodesNamed(const VdfNetwork &network, const std::string &name)
static VDF_API void GraphToFile(const VdfNetwork &network, const std::string &filename)
GLuint const GLchar * name
static VDF_API void GraphToTemporaryFile(const VdfNetwork &network, const VdfGrapherOptions &options)
#define PXR_NAMESPACE_CLOSE_SCOPE
static VDF_API std::string GetDotCommand(const std::string &dotFileName)