Contains functionality common to all the Alias Point locators.
#include <AlPointLocator.h>
class AlPointLocator : public AlLocator
virtual ~AlPointLocator();
virtual AlObject * copyWrapper() const = 0;
virtual AlObjectType type() const;
virtual statusCode worldPosition(double &, double &, double &) const = 0;
This virtual class is derived from AlLocator and encapsulates methods common to all the Alias point type locators, such as spaceLocator, curveLocator, curveOnSurfaceLocator, and surfaceLocator.
Constructs an AlPointLocator wrapper object.
Deletes an AlPointLocator wrapper object.
Returns the class identifier kPointLocatorType.