Woolz Image Processing  Version 1.8.3
_WlzIntervalValues Struct Reference

An interval structured value table. The type encodes both the type of value table and the type of grey value. Typedef: WlzIntervalValues. More...

Data Fields

WlzObjectType type
 
int linkcount
 
void * freeptr
 
WlzValues original_table
 
int line1
 
int lastln
 
int kol1
 
int width
 
WlzPixelV bckgrnd
 
WlzValueIntervalLinevil
 

Detailed Description

An interval structured value table. The type encodes both the type of value table and the type of grey value. Typedef: WlzIntervalValues.

Field Documentation

◆ type

WlzObjectType _WlzIntervalValues::type

From WlzCoreValues.

Referenced by WlzMakeIntervalValues(), and WlzShiftValues().

◆ linkcount

int _WlzIntervalValues::linkcount

From WlzCoreValues.

Referenced by WlzMakeIntervalValues(), and WlzShiftValues().

◆ freeptr

void* _WlzIntervalValues::freeptr

From WlzCoreValues.

Referenced by WlzMakeIntervalValues(), and WlzShiftValues().

◆ original_table

WlzValues _WlzIntervalValues::original_table

If non-NULL, the values table which owns the raw values we are using.

Referenced by WlzMakeIntervalValues(), and WlzShiftValues().

◆ line1

int _WlzIntervalValues::line1

◆ lastln

int _WlzIntervalValues::lastln

Last line.

Referenced by WlzMakeIntervalValues(), and WlzShiftValues().

◆ kol1

int _WlzIntervalValues::kol1

First column.

Referenced by WlzGreyInterval(), WlzMakeIntervalValues(), and WlzShiftValues().

◆ width

int _WlzIntervalValues::width

Width.

Referenced by WlzMakeIntervalValues(), and WlzShiftValues().

◆ bckgrnd

WlzPixelV _WlzIntervalValues::bckgrnd

Background value for points not in object.

Referenced by WlzGetBackground(), WlzGreyValueMakeWSp(), WlzMakeIntervalValues(), and WlzSetBackground().

◆ vil

WlzValueIntervalLine* _WlzIntervalValues::vil

Pointers to structures of grey table lines.

Referenced by WlzInitGreyWSpace(), WlzMakeIntervalValues(), and WlzShiftValues().


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