Woolz Image Processing Version 1.4.0
|
Workspace in which drawing commands are parsed. More...
Data Fields | |
char * | cmdStr |
int | cmdStrIdx |
char * | buf |
int | bufMax |
Workspace in which drawing commands are parsed.
char* _WlzDrawDomWSp::cmdStr |
Given command string, which is not modified.
Referenced by WlzDrawDomainObj().
Index into the command string for the start of the next command.
Referenced by WlzDrawDomainObj().
char* _WlzDrawDomWSp::buf |
Dynamically sized buffer holding a copy of the current command being parsed.
Referenced by WlzDrawDomainObj().
Current buffer size.
Referenced by WlzDrawDomainObj().