#include <BxArrayFixed.h>
Inheritance diagram for BxArrayFixed:

Public Member Functions | |
| BxArrayFixed () | |
| BxArrayFixed (int dim) | |
| BxArrayFixed (const BxArrayFixed ©) | |
<arrayFixed>
<float-32/>
<dim indexTo="3">
<dim indexTo="4">
<dim indexTo="5"/>
</dim>
</dim>
</arrayFixed>
|
|
Default constructor. Constructs an empty instance of the class BxArrayFixed. Default attribute values are assigned by the default base class constructor BxArray(). |
|
|
Construct a fixed-length array having a specified number of dimensions. The dims_ attribute is created to store the specified number of dimensions, but the dimension descriptions stored in this attribute are set to NULL. The other attribute values are assigned default values by the base class constructor BxArray(int dim).
|
|
|
Construct a fixed-length array having attribute values identical to a specified instance of BxArrayFixed.
Attributes of the new array instance are initialized by copying attribute values from the specified input array. Uninitialized attribute values in the input array result in NULL valued attributes in the new array instance. If the attributes of the input array have been initialized, then the array structure of the new instance will be the same as the array structure of the input instance.
|
1.3.3