7 #ifndef PXR_USD_VALIDATION_USD_VALIDATION_TIME_RANGE_H 8 #define PXR_USD_VALIDATION_USD_VALIDATION_TIME_RANGE_H 14 #include "pxr/usd/usd/timeCode.h" 15 #include "pxr/usdValidation/usdValidation/api.h" 18 PXR_NAMESPACE_OPEN_SCOPE
40 bool _includeTimeCodeDefault;
64 bool includeTimeCodeDefault =
true);
75 PXR_NAMESPACE_CLOSE_SCOPE
77 #endif // PXR_USD_VALIDATION_USD_VALIDATION_TIME_RANGE_H USDVALIDATION_API GfInterval GetInterval() const
Return the interval to validate.
A class which describes the interval at which validation is to be performed.
USDVALIDATION_API UsdValidationTimeRange()
Construct an UsdValidationTimeRange, which signifies validate full time interval, including UsdTimeCo...
USDVALIDATION_API bool IncludesTimeCodeDefault() const
Return true if the time range includes UsdTimeCode::Default().
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
A basic mathematical interval class.