Woolz Image Processing
Version 1.7.5
|
Workspace in which drawing commands are parsed. More...
Data Fields | |
char * | cmdStr |
int | cmdStrIdx |
char * | buf |
int | bufMax |
char * | savPtr |
Workspace in which drawing commands are parsed.
char* _WlzDrawDomWSp::cmdStr |
Given command string, which is not modified.
Referenced by WlzDrawDomainObj().
int _WlzDrawDomWSp::cmdStrIdx |
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().
int _WlzDrawDomWSp::bufMax |
Current buffer size.
Referenced by WlzDrawDomainObj().
char* _WlzDrawDomWSp::savPtr |
Used by strtok_r() if it's available, which makes the code reentrant.
Referenced by WlzDrawDomainObj().