#include <GU_TrimCells.h>
Public Member Functions | |
| GU_TrimCells (int udiv, int vdiv) | |
| ~GU_TrimCells () | |
| void | addCurve (int i, int j) |
| char & | operator() (int i, int j) |
| char | operator() (int i, int j) const |
| char * | operator() (int i) const |
| int | runLength (int i, int j) const |
| void | fill (int i, int j, char state) |
Definition at line 25 of file GU_TrimCells.h.
| GU_TrimCells::GU_TrimCells | ( | int | udiv, | |
| int | vdiv | |||
| ) |
| GU_TrimCells::~GU_TrimCells | ( | ) |
| void GU_TrimCells::addCurve | ( | int | i, | |
| int | j | |||
| ) | [inline] |
Definition at line 31 of file GU_TrimCells.h.
| void GU_TrimCells::fill | ( | int | i, | |
| int | j, | |||
| char | state | |||
| ) |
| char* GU_TrimCells::operator() | ( | int | i | ) | const [inline] |
Definition at line 38 of file GU_TrimCells.h.
| char GU_TrimCells::operator() | ( | int | i, | |
| int | j | |||
| ) | const [inline] |
Definition at line 36 of file GU_TrimCells.h.
| char& GU_TrimCells::operator() | ( | int | i, | |
| int | j | |||
| ) | [inline] |
Definition at line 34 of file GU_TrimCells.h.
| int GU_TrimCells::runLength | ( | int | i, | |
| int | j | |||
| ) | const |
1.5.9