HDK
|
#include <GU_TrimCells.h>
Public Member Functions | |
GU_TrimCells (int udiv, int vdiv) | |
~GU_TrimCells () | |
int64 | getMemoryUsage (bool inclusive) const |
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 17 of file GU_TrimCells.h.
GU_TrimCells::~GU_TrimCells | ( | ) |
Definition at line 25 of file GU_TrimCells.h.
int64 GU_TrimCells::getMemoryUsage | ( | bool | inclusive | ) | const |
Definition at line 28 of file GU_TrimCells.h.
Definition at line 30 of file GU_TrimCells.h.
|
inline |
Definition at line 32 of file GU_TrimCells.h.