GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MAT_VARGETSTRUCTS(3) FreeBSD Library Functions Manual MAT_VARGETSTRUCTS(3)

Mat_VarGetStructs
Index a structure variable using slices of each dimension

#include <matio.h>

matvar_t *
Mat_VarGetStructs(const matvar_t *matvar, int *start, int *stride, int *edge, int copy_fields);

The Mat_VarGetStructs() function selects a subarray from a structure array matvar. Each of the elements in the subarray contains all of the fields of the structure. The index of each dimension starts at the start element in the array (0 being the first element), and reads every stride values (1 being every element, 2 every other element, etc.). The total number of elements in the subarray is specified as edge. The copy_fields option specifies whether the fields of the original structure are copied for the new subarray. If set to 0, the returned structure array's fields have the same pointer as the original array, and the data field of the subarray structure. The subarray is marked with the conserve memory flag indicating that the fields should not be free'd. They are free'd when the original structure is free'd.

A subarray of the original structure array, or NULL if there is an error.

Mat_VarGetStructsLinear(3)
March 16, 2012 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.