Get a reference to the encapsulated DOFValue array.
This method provides low-level access to the actual array of DOFValues contained in the DOFValueStructure.
- Note
- The returned data is owned by the encapsulating DOFValueStructure, and is only valid in the context of that DOFValueStructure. It must not be freed by the caller. Once the DOFValueStructure is freed, the DOFValue array and all the contained DOFValues are no longer valid. If the array itself and/or DOFValues are needed for longer than the lifetime of the DOFValueStructure, they must be copied manually.
- Parameters
-
- Returns
- The array of DOFValues contained within the DOFValueStructure.
- Exceptions
-