class BoxFieldObject
Defined in:
The C4Fields.h
BoxFieldObject
class encapsulates data pertaining to a box field.
Definition
class BoxFieldObject final : public FieldObject, public BoxVolume
Constructor
BoxFieldObject(const Vector3D& size);
Parameters
size |
The size of the box. |
Description
The BoxFieldObject
class encapsulates a field volume shaped like a box whose dimensions are specified by the size
parameter.
Base Classes
FieldObject |
A BoxFieldObject is an object that can be shared by multiple box field nodes.
|
BoxVolume |
A BoxFieldObject is represented by a generic box volume.
|
See Also