HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TsSplineSamples< Vertex > Class Template Reference

TsSplineSamples<Vertex> holds a collection of piecewise linear polylines that approximate a TsSpline. More...

#include <types.h>

Public Types

using Polyline = std::vector< Vertex >
 

Public Attributes

std::vector< Polylinepolylines
 

Detailed Description

template<typename Vertex>
class TsSplineSamples< Vertex >

TsSplineSamples<Vertex> holds a collection of piecewise linear polylines that approximate a TsSpline.

The vertex must be one of GfVec2d, GfVec2f, or GfVec2h. Note that you may have precision or overflow issues if you use GfVec2h.

See Also
TsSplineSamplesWithSources and TsSpline::Sample

Definition at line 221 of file types.h.

Member Typedef Documentation

template<typename Vertex>
using TsSplineSamples< Vertex >::Polyline = std::vector<Vertex>

Definition at line 228 of file types.h.

Member Data Documentation

template<typename Vertex>
std::vector<Polyline> TsSplineSamples< Vertex >::polylines

Definition at line 230 of file types.h.


The documentation for this class was generated from the following file: