Main Page   Class Hierarchy   Compound List   File List   Compound Members  

PLib::SPointSurfaceGL Class Reference

A class to hold a surface point. More...

#include <nurbsGL.h>

Inheritance diagram for PLib::SPointSurfaceGL:

PLib::SPointGL PLib::CPointGL PLib::ObjectGL List of all members.

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
ObjectListGLspoints
int rows
int cols

Detailed Description

A class to hold a surface point.

Author:
Philippe Lavoie
Date:
11 May 1998

Definition at line 574 of file nurbsGL.h.


Constructor & Destructor Documentation

PLib::SPointSurfaceGL::SPointSurfaceGL int    i,
int    j,
NurbsSurfaceSPf *    s,
ObjectListGL   sp,
int    fix
 

The constructor for a surface point object.

Parameters:
i  the row of the control point
j  the column of the control point
c  the pointer to the NURBS surface
Author:
Philippe Lavoie
Date:
20 September 1997

Definition at line 3452 of file nurbsGL.cpp.

Referenced by updateOthers.


Member Function Documentation

void PLib::SPointSurfaceGL::glObject   const [virtual]
 

Displays a control point.

Displays a control point on the surface of a NURBS curve or a NURBS surface.

Author:
Philippe Lavoie
Date:
12 May 1998

Reimplemented from PLib::CPointGL.

Definition at line 597 of file nurbsGL.cpp.

void PLib::SPointSurfaceGL::modify const HPoint3Df &    v [virtual]
 

Modifies the surface point.

Parameters:
v  modifies the point by this value
Author:
Philippe Lavoie
Date:
12 May 1998

Reimplemented from PLib::CPointGL.

Definition at line 3665 of file nurbsGL.cpp.

References updateOthers.

void PLib::SPointSurfaceGL::updateOthers  
 

Updates the other control points.

Author:
Philippe Lavoie
Date:
12 May 1998

Definition at line 3555 of file nurbsGL.cpp.

References PLib::ObjectGL::ObjectGL, and SPointSurfaceGL.

Referenced by modify.


The documentation for this class was generated from the following files:
Generated on Tue Jun 24 13:27:01 2003 for NURBS++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002