8#ifndef PXR_BASE_TS_SIMPLIFY_H
9#define PXR_BASE_TS_SIMPLIFY_H
12#include "pxr/base/ts/api.h"
13#include "pxr/base/ts/spline.h"
16PXR_NAMESPACE_OPEN_SCOPE
27 double maxErrorFraction,
28 double extremeMaxErrFract = .001);
36void TsSimplifySplinesInParallel(
37 const std::vector<TsSpline *> &splines,
38 const std::vector<GfMultiInterval>& intervals,
39 double maxErrorFraction,
40 double extremeMaxErrFract = .001);
50 double maxErrorFraction);
52PXR_NAMESPACE_CLOSE_SCOPE
GfMultiInterval represents a subset of the real number line as an ordered set of non-intersecting GfI...
Represents a spline value object.