CIvfCurveSegment3d Class Reference

#include <ivfmath/IvfCurveSegment3d.h>

Inheritance diagram for CIvfCurveSegment3d:

CIvfMathBase CIvfSplineSegment3d List of all members.

Public Member Functions

 CIvfCurveSegment3d ()
virtual ~CIvfCurveSegment3d ()
 IvfClassInfo ("CIvfCurveSegment3d", CIvfMathBase)
void setStartPosition (double t0)
virtual CIvfVec3dgetPosition (double t)=0
virtual CIvfVec3dgetStartPoint ()=0
virtual CIvfVec3dgetEndPoint ()=0

Detailed Description

Abstract curve segment class

Defines the basic interface for a curve.

Author:
Jonas Lindemann

Definition at line 40 of file IvfCurveSegment3d.h.


Constructor & Destructor Documentation

CIvfCurveSegment3d::CIvfCurveSegment3d  ) 
 

CIvfCurveSegment constructor

virtual CIvfCurveSegment3d::~CIvfCurveSegment3d  )  [virtual]
 

CIvfCurveSegment destructor


Member Function Documentation

virtual CIvfVec3d* CIvfCurveSegment3d::getEndPoint  )  [pure virtual]
 

Get end point on curve

Implemented in CIvfSplineSegment3d.

virtual CIvfVec3d* CIvfCurveSegment3d::getPosition double  t  )  [pure virtual]
 

Get point on curve

Implemented in CIvfSplineSegment3d.

virtual CIvfVec3d* CIvfCurveSegment3d::getStartPoint  )  [pure virtual]
 

Get start point on curve

Implemented in CIvfSplineSegment3d.

void CIvfCurveSegment3d::setStartPosition double  t0  ) 
 

Set start position of curve


The documentation for this class was generated from the following file:
Generated on Fri Sep 1 15:36:50 2006 for Interactive Visualisation Framework - Ivf++ by  doxygen 1.4.6-NO