MeshKit  1.0
AF2Edge2D Class Reference

#include <AF2Edge2D.hpp>

List of all members.

Public Member Functions

 AF2Edge2D (const AF2Point2D *start, const AF2Point2D *end)
 Constructor.
const AF2Point2DgetStart () const
 Get a pointer to the starting endpoint of the edge.
const AF2Point2DgetEnd () const
 Get a pointer to the ending endpoint of the edge.

Private Attributes

const AF2Point2DstartPnt
const AF2Point2DendPnt

Detailed Description

Definition at line 17 of file AF2Edge2D.hpp.


Constructor & Destructor Documentation

AF2Edge2D ( const AF2Point2D start,
const AF2Point2D end 
)

Constructor.

Construct an edge between the two specified points. The context is responsible for maintaining the validity of the pointers to the points as long as this Edge2D (or somy copy of it) is in use.

Parameters:
startthe starting endpoint of the edge
endthe ending endpoint of the edge.

Definition at line 3 of file AF2Edge2D.cpp.


Member Function Documentation

const AF2Point2D * getEnd ( ) const

Get a pointer to the ending endpoint of the edge.

Definition at line 14 of file AF2Edge2D.cpp.

const AF2Point2D * getStart ( ) const

Get a pointer to the starting endpoint of the edge.

Definition at line 9 of file AF2Edge2D.cpp.


Member Data Documentation

const AF2Point2D* endPnt [private]

Definition at line 22 of file AF2Edge2D.hpp.

const AF2Point2D* startPnt [private]

Definition at line 21 of file AF2Edge2D.hpp.


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