HDK
|
TsSplineSamplesWithSources<Vertex>
is a TsSplineSamples<Vertex>
that also includes source information for each polyline.
More...
#include <types.h>
Public Types | |
using | Polyline = std::vector< Vertex > |
Public Attributes | |
std::vector< Polyline > | polylines |
std::vector< TsSplineSampleSource > | sources |
TsSplineSamplesWithSources<Vertex>
is a TsSplineSamples<Vertex>
that also includes source information for each polyline.
The vertex must be one of GfVec2d
, GfVec2f
, or GfVec2h
. Note that you may have precision or overflow issues if you use GfVec2h
.
The polylines
and sources
vectors are parallel arrays. In other words, the source for the Polyline
in polylines
[i] is in sources
[i] and the two vectors have the same size.
using TsSplineSamplesWithSources< Vertex >::Polyline = std::vector<Vertex> |
std::vector<Polyline> TsSplineSamplesWithSources< Vertex >::polylines |
std::vector<TsSplineSampleSource> TsSplineSamplesWithSources< Vertex >::sources |