Loading...
Searching...
No Matches
rmanUtilities.h
Go to the documentation of this file.
1//
2// Copyright 2016 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_USD_RI_RMAN_UTILITIES_H
8#define PXR_USD_USD_RI_RMAN_UTILITIES_H
9
13
14#include "pxr/pxr.h"
15#include "pxr/usd/usdRi/api.h"
16#include "pxr/usd/sdf/listOp.h"
17
18PXR_NAMESPACE_OPEN_SCOPE
19
20class TfToken;
21
24USDRI_API
26
29USDRI_API
31
34USDRI_API
36
39USDRI_API
41
44USDRI_API
46
49USDRI_API
51
73USDRI_API
74SdfStringListOp UsdRiConvertRManSetSpecificationToListOp(std::string const&);
75
87USDRI_API
89
90PXR_NAMESPACE_CLOSE_SCOPE
91
92#endif //PXR_USD_USD_RI_RMAN_UTILITIES_H
Token for efficient comparison, assignment, and hashing of known strings.
Definition: token.h:71
USDRI_API const TfToken & UsdRiConvertFromRManTriangleSubdivisionRule(int i)
Given the integer i that corresponds to an rman enum for a Catmull- Clark triangle subdivision rule,...
USDRI_API const TfToken & UsdRiConvertFromRManInterpolateBoundary(int i)
Given the integer i that corresponds to an rman enum for interpolate boundary condition,...
USDRI_API bool UsdRiDoesAttributeUseSetSpecification(TfToken const &attrName)
Return true if an only if the given attribute name uses a string set specification representation in ...
USDRI_API int UsdRiConvertToRManFaceVaryingLinearInterpolation(const TfToken &token)
Given a token representing a UsdGeom face-varying interpolate boundary value, returns corresponding r...
USDRI_API int UsdRiConvertToRManTriangleSubdivisionRule(const TfToken &token)
Given a token representing a UsdGeom Catmull-Clark triangle subdivision rule value,...
USDRI_API const TfToken & UsdRiConvertFromRManFaceVaryingLinearInterpolation(int i)
Given the integer i that corresponds to an rman enum for face-varying interpolate boundary condition,...
USDRI_API int UsdRiConvertToRManInterpolateBoundary(const TfToken &token)
Given a token representing a UsdGeom interpolate boundary value, returns corresponding rman enum (con...
USDRI_API SdfStringListOp UsdRiConvertRManSetSpecificationToListOp(std::string const &)
Convert the given RenderMan set specification statement to an equivalent SdfStringListOp form.