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
17PXR_NAMESPACE_OPEN_SCOPE
18
19class TfToken;
20
23USDRI_API
25
28USDRI_API
30
33USDRI_API
35
38USDRI_API
40
43USDRI_API
45
48USDRI_API
50
51PXR_NAMESPACE_CLOSE_SCOPE
52
53#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 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...