#include <nurbsGL.h>
Inheritance diagram for PLib::SPointSurfaceGL:
Public Methods | |
SPointSurfaceGL (int i, int j, NurbsSurfaceSPf *s, ObjectListGL *sp, int fix) | |
~SPointSurfaceGL () | |
virtual void | glObject () const |
virtual void | modify (const HPoint3Df &v) |
void | updateOthers () |
void | setStartEnd (SPointSurfaceGL *s, int r, int c=0) |
Protected Attributes | |
HPoint3Df | spoint |
NurbsSurfaceSPf * | surface |
SPointSurfaceGL * | start |
ObjectListGL * | spoints |
int | rows |
int | cols |
Definition at line 574 of file nurbsGL.h.
|
The constructor for a surface point object.
Definition at line 3452 of file nurbsGL.cpp. Referenced by updateOthers. |
|
Displays a control point.
Displays a control point on the surface of a NURBS curve or a NURBS surface.
Reimplemented from PLib::CPointGL. Definition at line 597 of file nurbsGL.cpp. |
|
Modifies the surface point.
Reimplemented from PLib::CPointGL. Definition at line 3665 of file nurbsGL.cpp. References updateOthers. |
|
Updates the other control points.
Definition at line 3555 of file nurbsGL.cpp. References PLib::ObjectGL::ObjectGL, and SPointSurfaceGL. Referenced by modify. |