Loading...
Searching...
No Matches
profilesDocUtils.h
Go to the documentation of this file.
1//
2// Copyright 2026 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_USD_PROFILES_DOC_UTILS_H
8#define PXR_USD_PROFILES_DOC_UTILS_H
9
11
12#include "pxr/pxr.h"
13#include "pxr/usd/usdProfiles/api.h"
14
15#include <map>
16#include <string>
17
18PXR_NAMESPACE_OPEN_SCOPE
19
26USDPROFILES_API std::string UsdProfilesMarkdown();
27
32USDPROFILES_API std::string UsdProfilesMarkdown(
33 const std::map<std::string, std::string>& styles);
34
40USDPROFILES_API std::string UsdProfilesMermaid(
41 const std::map<std::string, std::string>& styles);
42
46USDPROFILES_API std::string UsdProfilesDot();
47
48PXR_NAMESPACE_CLOSE_SCOPE
49
50#endif // PXR_USD_PROFILES_DOC_UTILS_H
USDPROFILES_API std::string UsdProfilesMermaid(const std::map< std::string, std::string > &styles)
Mermaid graph LR representation of the capability DAG.
USDPROFILES_API std::string UsdProfilesMarkdown()
Markdown report of all capabilities and profiles in the registry, grouped by subgraph tag.
USDPROFILES_API std::string UsdProfilesDot()
Graphviz DOT representation of the capability DAG.