MeshKit  1.0
AF2PointTransformNone Class Reference

#include <AF2PointTransformNone.hpp>

Inheritance diagram for AF2PointTransformNone:

List of all members.

Public Member Functions

virtual AF2Point2D transformPoint (AF2Point2D const &point, AF2Binding const &vBinding) const
 Implements AF2PointTransform::transformPoint.
virtual AF2PointTransformNoneclone () const
 Makes and returns an independent copy of this AF2PointTransformNone.

Detailed Description

Definition at line 17 of file AF2PointTransformNone.hpp.


Member Function Documentation

AF2PointTransformNone * clone ( ) const [virtual]

Makes and returns an independent copy of this AF2PointTransformNone.

Implements AF2PointTransform::clone. See additional documentation there.

Implements AF2PointTransform.

Definition at line 9 of file AF2PointTransformNone.cpp.

AF2Point2D transformPoint ( AF2Point2D const &  point,
AF2Binding const &  vBinding 
) const [virtual]

Implements AF2PointTransform::transformPoint.

See the documentation at AF2PointTransform::transformPoint for the general contract for this method. In this implementation there is no actual transformation. The point returned by the method is at the same location as the point passed into the method regardless of the vertex binding.

Parameters:
pointthe coordinates of some 2-dimensional point
vBindinga binding of reference vertices to points with actual coordinates
Returns:
a copy of point

Implements AF2PointTransform.

Definition at line 3 of file AF2PointTransformNone.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines