Woolz Image Processing  Version 1.8.3
_WlzDrawDomWSp Struct Reference

Workspace in which drawing commands are parsed. More...

Data Fields

char * cmdStr
 
int cmdStrIdx
 
char * buf
 
int bufMax
 
char * savPtr
 

Detailed Description

Workspace in which drawing commands are parsed.

Field Documentation

◆ cmdStr

char* _WlzDrawDomWSp::cmdStr

Given command string, which is not modified.

Referenced by WlzDrawDomainObj().

◆ cmdStrIdx

int _WlzDrawDomWSp::cmdStrIdx

Index into the command string for the start of the next command.

Referenced by WlzDrawDomainObj().

◆ buf

char* _WlzDrawDomWSp::buf

Dynamically sized buffer holding a copy of the current command being parsed.

Referenced by WlzDrawDomainObj().

◆ bufMax

int _WlzDrawDomWSp::bufMax

Current buffer size.

Referenced by WlzDrawDomainObj().

◆ savPtr

char* _WlzDrawDomWSp::savPtr

Used by strtok_r() if it's available, which makes the code reentrant.


The documentation for this struct was generated from the following file: