HDK
|
#include <HAPI_Common.h>
Public Attributes | |
HAPI_CurveType | curveType |
int | curveCount |
The number of curves contained in this curve mesh. More... | |
int | vertexCount |
The number of control vertices (CVs) for all curves. More... | |
int | knotCount |
The number of knots for all curves. More... | |
HAPI_Bool | isPeriodic |
Whether the curves in this curve mesh are periodic (closed by appending a new point) More... | |
HAPI_Bool | isRational |
Whether the curves in this curve mesh are rational. More... | |
int | order |
Order of 1 is invalid. 0 means there is a varying order. More... | |
HAPI_Bool | hasKnots |
Whether the curve has knots. More... | |
HAPI_Bool | isClosed |
Similar to isPeriodic, but creates a polygon instead of a separate point. More... | |
Represents the meta-data associated with a curve mesh (a number of curves of the same type).
Definition at line 1961 of file HAPI_Common.h.
int HAPI_CurveInfo::curveCount |
The number of curves contained in this curve mesh.
Definition at line 1966 of file HAPI_Common.h.
HAPI_CurveType HAPI_CurveInfo::curveType |
Definition at line 1963 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::hasKnots |
Whether the curve has knots.
Definition at line 1984 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::isClosed |
Similar to isPeriodic, but creates a polygon instead of a separate point.
Definition at line 1987 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::isPeriodic |
Whether the curves in this curve mesh are periodic (closed by appending a new point)
Definition at line 1975 of file HAPI_Common.h.
HAPI_Bool HAPI_CurveInfo::isRational |
Whether the curves in this curve mesh are rational.
Definition at line 1978 of file HAPI_Common.h.
int HAPI_CurveInfo::knotCount |
The number of knots for all curves.
Definition at line 1972 of file HAPI_Common.h.
int HAPI_CurveInfo::order |
Order of 1 is invalid. 0 means there is a varying order.
Definition at line 1981 of file HAPI_Common.h.
int HAPI_CurveInfo::vertexCount |
The number of control vertices (CVs) for all curves.
Definition at line 1969 of file HAPI_Common.h.