AKTIVE

Documentation
Login

Documentation

Project ↗ Documentation ↗ Tutorials ↗ How To's ↗ Explanations ↗ References
Entry ↗ Sections ↘ Permuted Sections ↘ Names ↘ Permuted Names ↘ Strict ↘ Implementations ↘

Documentation -- Reference Pages -- accessor geometry

Table Of Contents

Operators

Operators


aktive query depth

Syntax: aktive query depth src [→ definition]

Returns the input's depth.

Input Description
src Source image

Examples

@1
 
aktive query depth @1
 
@1
geometry(0 0 32 32 1)
 1

@1
 
aktive query depth @1
 
@1
geometry(0 0 32 32 1)
 1


aktive query domain

Syntax: aktive query domain src [→ definition]

Returns the input's domain, a 2D rectangle. I.e. location, width, and height.

Input Description
src Source image

Examples

@1
 
aktive query domain @1
 
@1
geometry(0 0 32 32 1)
 0 0 32 32

@1
 
aktive query domain @1
 
@1
geometry(0 0 32 32 1)
 0 0 32 32


aktive query geometry

Syntax: aktive query geometry src [→ definition]

Returns the input's full geometry, i.e. domain and depth.

Input Description
src Source image

Examples

@1
 
aktive query geometry @1
 
@1
geometry(0 0 32 32 1)
 0 0 32 32 1

@1
 
aktive query geometry @1
 
@1
geometry(0 0 32 32 1)
 0 0 32 32 1


aktive query height

Syntax: aktive query height src [→ definition]

Returns the input's height.

Input Description
src Source image

Examples

@1
 
aktive query height @1
 
@1
geometry(0 0 32 32 1)
 32

@1
 
aktive query height @1
 
@1
geometry(0 0 32 32 1)
 32


aktive query location

Syntax: aktive query location src [→ definition]

Returns the input's location, a 2D point.

Input Description
src Source image

Examples

@1
 
aktive query location @1
 
@1
geometry(0 0 32 32 1)
 0 0

@1
 
aktive query location @1
 
@1
geometry(0 0 32 32 1)
 0 0


aktive query pitch

Syntax: aktive query pitch src [→ definition]

Returns the input's pitch, the number of values in a row, i.e. width times depth.

Input Description
src Source image

Examples

@1
 
aktive query pitch @1
 
@1
geometry(0 0 32 32 1)
 32

@1
 
aktive query pitch @1
 
@1
geometry(0 0 32 32 1)
 32


aktive query pixels

Syntax: aktive query pixels src [→ definition]

Returns the input's number of pixels.

Input Description
src Source image

Examples

@1
 
aktive query pixels @1
 
@1
geometry(0 0 32 32 1)
 1024

@1
 
aktive query pixels @1
 
@1
geometry(0 0 32 32 1)
 1024


aktive query size

Syntax: aktive query size src [→ definition]

Returns the input's size, i.e. the number of pixels times depth.

Input Description
src Source image

Examples

@1
 
aktive query size @1
 
@1
geometry(0 0 32 32 1)
 1024

@1
 
aktive query size @1
 
@1
geometry(0 0 32 32 1)
 1024


aktive query width

Syntax: aktive query width src [→ definition]

Returns the input's width.

Input Description
src Source image

Examples

@1
 
aktive query width @1
 
@1
geometry(0 0 32 32 1)
 32

@1
 
aktive query width @1
 
@1
geometry(0 0 32 32 1)
 32


aktive query x

Syntax: aktive query x src [→ definition]

Returns the input's x location.

Input Description
src Source image

Examples

@1
 
aktive query x @1
 
@1
geometry(0 0 32 32 1)
 0

@1
 
aktive query x @1
 
@1
geometry(0 0 32 32 1)
 0


aktive query xmax

Syntax: aktive query xmax src [→ definition]

Returns the input's maximum x location.

Input Description
src Source image

Examples

@1
 
aktive query xmax @1
 
@1
geometry(0 0 32 32 1)
 31

@1
 
aktive query xmax @1
 
@1
geometry(0 0 32 32 1)
 31


aktive query y

Syntax: aktive query y src [→ definition]

Returns the input's y location.

Input Description
src Source image

Examples

@1
 
aktive query y @1
 
@1
geometry(0 0 32 32 1)
 0

@1
 
aktive query y @1
 
@1
geometry(0 0 32 32 1)
 0


aktive query ymax

Syntax: aktive query ymax src [→ definition]

Returns the input's maximum y location.

Input Description
src Source image

Examples

@1
 
aktive query ymax @1
 
@1
geometry(0 0 32 32 1)
 31

@1
 
aktive query ymax @1
 
@1
geometry(0 0 32 32 1)
 31