Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
BezFwdIterator Class Reference

#include <BezFwdIterator.h>

Public Member Functions

 BezFwdIterator ()
 
 BezFwdIterator (Int stepsDesired, const BezierSegment *bezSeg)
 
void start (void)
 
Bool done (void)
 
const Coord3DgetCurrent (void) const
 
void next (void)
 

Protected Attributes

Int mStep
 
Int mStepsDesired
 
BezierSegment mBezSeg
 
Coord3D mCurrPoint
 
Coord3D mDq
 
Coord3D mDDq
 
Coord3D mDDDq
 

Detailed Description

Definition at line 29 of file BezFwdIterator.h.

Constructor & Destructor Documentation

◆ BezFwdIterator() [1/2]

BezFwdIterator::BezFwdIterator ( )

Definition at line 29 of file BezFwdIterator.cpp.

◆ BezFwdIterator() [2/2]

BezFwdIterator::BezFwdIterator ( Int stepsDesired,
const BezierSegment * bezSeg )

Definition at line 39 of file BezFwdIterator.cpp.

Member Function Documentation

◆ done()

Bool BezFwdIterator::done ( void )

Definition at line 104 of file BezFwdIterator.cpp.

◆ getCurrent()

const Coord3D & BezFwdIterator::getCurrent ( void ) const

Definition at line 110 of file BezFwdIterator.cpp.

◆ next()

void BezFwdIterator::next ( void )

Definition at line 116 of file BezFwdIterator.cpp.

◆ start()

void BezFwdIterator::start ( void )

Definition at line 53 of file BezFwdIterator.cpp.

Member Data Documentation

◆ mBezSeg

BezierSegment BezFwdIterator::mBezSeg
protected

Definition at line 35 of file BezFwdIterator.h.

◆ mCurrPoint

Coord3D BezFwdIterator::mCurrPoint
protected

Definition at line 36 of file BezFwdIterator.h.

◆ mDDDq

Coord3D BezFwdIterator::mDDDq
protected

Definition at line 40 of file BezFwdIterator.h.

◆ mDDq

Coord3D BezFwdIterator::mDDq
protected

Definition at line 39 of file BezFwdIterator.h.

◆ mDq

Coord3D BezFwdIterator::mDq
protected

Definition at line 38 of file BezFwdIterator.h.

◆ mStep

Int BezFwdIterator::mStep
protected

Definition at line 32 of file BezFwdIterator.h.

◆ mStepsDesired

Int BezFwdIterator::mStepsDesired
protected

Definition at line 33 of file BezFwdIterator.h.


The documentation for this class was generated from the following files: