2.5.5.1.1 StrelParams


Name

StrelParams

Description

Declaration

typedef struct
{
	uint nRows;
	uint nCols;
	double* pNHood;
	double* pHeight;
	uint nWidth;
	uint nRadius;
	int rowOffset;
	int colOffset;
	uint nP;
	uint nLen;
	double thetaDeg;
}StrelParams;

Members

nRows
for rectangle and arbitrary
nCols
for rectangle and arbitrary
pNHood
for arbitrary
pHeight
for arbitrary
nWidth
for square
nRadius
for diamond and octagon
rowOffset
for pair and periodicline
colOffset
for pair and periodicline
nP
for periodicline
nLen
for line
thetaDeg
for line

Remark

Examples

Header to Include

origin.h

See Also

Reference