icetBoundingBox(3)

- set bounds of geometry

Section 3 paraview bookworm source

Description

icetBoundingBox

NAME

icetBoundingBoxd,icetBoundingBoxf -- set bounds of geometry

Synopsis

#include <IceT.h>

Image grohtml-51159-1.png

Image grohtml-51159-2.png

Description

Establishes the bounds of the geometry as contained in an axis-aligned box with the given extents.

icetBoundingBoxdand icetBoundingBoxf are really just convience functions. They create an array of the 8 corner vertices and set the bounding vertices appropriately. See icetBoundingVertices for more information.

Errors

None.

Warnings

None.

Bugs

None known.

Copyright

Copyright (C)2003 Sandia Corporation

Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.

This source code is released under the New BSD License.

See Also

icetBoundingVertices(3)