classHSpline 02
Member Function Documentation¶
|
||||||||||||
Creates a new HCP and places it after the specified HCP of the spline. If aftercp points to the spline tail HCP, the result is the same as with CreateCPAtTail(const Vector &p). |
|
Creates a new HCP and places it before the first HCP of the spline. The new HCP becomes the head control point. If the spline is looped, the new HCP also becomes the tail control point.
|
|
Creates a new HCP and places it after the last HCP of the spline. The new HCP becomes the tail control point. If the spline is looped, the new HCP also becomes the head control point.
|
|
||||||||||||
Creates a new HCP and places it before the specified HCP of the spline. If beforecp points to the spline head HCP, the result is the same as with CreateCPAtHead(const Vector &p). |
|
| Deletes the specifid HCP from the spline and destroys it. |
|
| Explicitly destroys the HSpline. |
|
| Returns a pointer to the first HCP in the spline. |
|
|
| Returns a pointer to teh next spline in the list of spline that composes a model. |
|
||||||||||||||||
|
| Marks the Spline as looped. In essence, that creates a spline segment between the head and the tail HCPs of the spline. |
|
Destructor for the HSpline. Reimplemented from HTreeObject. Definition at line 25 of file HPatch.h. References HTreeObject::DeleteHandle(). Here is the call graph for this function: |
<