Base class for filling all faces in TIN. More...
#include <mi32/tinrc16.h>

Public Member Functions | |
| FILLER (const TIN_RC16 &tin) | |
| virtual | ~FILLER () |
| void | Process () |
Private Member Functions | |
| virtual void | v_FillBegin (const TRINODE &trinode) |
| virtual void | v_FillSpan (INT16 row, INT16 col, UINT16 num)=0 |
Base class for filling all faces in TIN.
| TIN_RC16::FILLER::FILLER | ( | const TIN_RC16 & | tin | ) |
Constructor.
| virtual TIN_RC16::FILLER::~FILLER | ( | ) | [virtual] |
Destructor.
| void TIN_RC16::FILLER::Process | ( | ) |
Process all triangles.
Assumes that nodes are already filled and thus will not be filled again, which will result in half-cell triangles being skipped.
| virtual void TIN_RC16::FILLER::v_FillBegin | ( | const TRINODE & | trinode | ) | [private, virtual] |
| virtual void TIN_RC16::FILLER::v_FillSpan | ( | INT16 | row, | |
| INT16 | col, | |||
| UINT16 | num | |||
| ) | [private, pure virtual] |
1.6.1