Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Point Class Reference

#include <Point.h>

Inheritance diagram for Point:

Inheritance graph
[legend]
Collaboration diagram for Point:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Point ()
 Constructors.

 Point (gmVector3 x)
 Explicit contstructor.

virtual void _setq (double *)
 Sets parameters.

virtual void getq (double *q)
 Gets parameters.

virtual int qlen ()
 Returns # of parameters.

virtual void getqname (char **qn)
 Get parameter names.

 MAKE_NAME ()

Constructor & Destructor Documentation

Point::Point  ) 
 

Constructors.

Definition at line 14 of file Point.cpp.

Point::Point gmVector3  x  ) 
 

Explicit contstructor.

Parameters:
x Position.

Definition at line 23 of file Point.cpp.


Member Function Documentation

void Point::_setq double *  q  )  [virtual]
 

Sets parameters.

Parameters:
q An array of parameters.

Reimplemented from Sphere.

Definition at line 43 of file Point.cpp.

References Sphere::m_x.

void Point::getq double *  q  )  [virtual]
 

Gets parameters.

Parameters:
q An array for parameters.

Reimplemented from Sphere.

Definition at line 32 of file Point.cpp.

References Sphere::m_x.

void Point::getqname char **  qn  )  [virtual]
 

Get parameter names.

Parameters:
qn An array for names.

Reimplemented from Sphere.

Definition at line 54 of file Point.cpp.

Point::MAKE_NAME  ) 
 

Reimplemented from Sphere.

virtual int Point::qlen void   )  [inline, virtual]
 

Returns # of parameters.

Reimplemented from Sphere.

Definition at line 23 of file Point.h.


The documentation for this class was generated from the following files:
Generated on Mon Jun 28 15:03:01 2004 for Advanced Surface Library by doxygen 1.3.4