Exemple #1
0
 public override void writeItemizedListOfList(string groupName, string name, SWIGTYPE_p_hdf5_hid_t cumulativeLengthDatatype, SWIGTYPE_p_void cumulativeLength, ulong cumulativeLengthSize, SWIGTYPE_p_hdf5_hid_t elementsDatatype, SWIGTYPE_p_void elements, ulong elementsSize)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public override void selectArrayNdOfValues(string datasetName, SWIGTYPE_p_unsigned_long_long blockCountPerDimension, SWIGTYPE_p_unsigned_long_long offsetInEachDimension, SWIGTYPE_p_unsigned_long_long strideInEachDimension, SWIGTYPE_p_unsigned_long_long blockSizeInEachDimension, uint numDimensions, bool newSelection, SWIGTYPE_p_hdf5_hid_t dataset, SWIGTYPE_p_hdf5_hid_t filespace)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public override void readArrayNdOfDoubleValues(SWIGTYPE_p_hdf5_hid_t dataset, SWIGTYPE_p_hdf5_hid_t filespace, SWIGTYPE_p_void values, ulong slabSize)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public override void writeArrayNdSlab(string groupName, string name, SWIGTYPE_p_hdf5_hid_t datatype, SWIGTYPE_p_void values, SWIGTYPE_p_unsigned_long_long numValuesInEachDimension, SWIGTYPE_p_unsigned_long_long offsetValuesInEachDimension, uint numDimensions)
 {
     throw new NotImplementedException();
 }