CropPyr

DESCRIPTION

CropPyr is used to select a portion of a pyramid datatype. The selection is performed in physical space and is accomplished by using the [x,y,z] min and max dials.

Cropping is performed at the highest level of the pyramid. Elements at the highest level either are passed through or not, based on whether the coordinates of the base lattice entries it references are within the bounding box. If any coordinate lies outside the bounding box, the element will not be passed along.

INPUTS

Port: Input
Type: Pyramid
Constraints: 1..-layer.
1..-baseLat.
n-D compression.
n-compression type.
This is the input pyramid.

WIDGETS

Port: X Min
Type: Dial
This is the minimum x value of the bounding box.

Port: X Max
Type: Dial
This is the maximum x value of the bounding box.

Port: Y Min
Type: Dial
This is the minimum y value of the bounding box.

Port: Y Max
Type: Dial
This is the maximum y value of the bounding box.

Port: Z Min
Type: Dial
This is the minimum z value of the bounding box.

Port: Z Max
Type: Dial
This is the maximum z value of the bounding box.

OUTPUTS

Port: Output
Type: Pyramid
Constraints: 1..-layer.
1..-baseLat.
n-D compression.
n-compression type.
This is the cropped output pyramid.

PROBLEMS

Cropping is performed at the highest level of the pyramid. This means that if the highest level contains a single entry that references everything, the output of this module will be everything or nothing.

SEE ALSO

IsosurfacePyr ReadPyr PyrToLat ClipPyr CullPyr
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996