Home
last modified time | relevance | path

Searched refs:mSamplesUncompressedLength (Results 1 – 2 of 2) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DSampledField.cpp83 , mSamplesUncompressedLength(0) in SampledField()
111 , mSamplesUncompressedLength(0) in SampledField()
142 , mSamplesUncompressedLength(0) in SampledField()
324 uncompressInternal(uncompressedString, mSamplesUncompressedLength); in getSamples()
430 return mSamplesUncompressedLength; in getActualSamplesLength()
2075 if (alt_length != mSamplesUncompressedLength) in store()
2120 length = mSamplesUncompressedLength; in uncompressInternal()
2150 uncompressInternal(mSamples, mSamplesUncompressedLength); in uncompress()
2153 setSamplesLength(mSamplesUncompressedLength); in uncompress()
2187 return mSamplesUncompressedLength; in getUncompressedLength()
[all …]
H A DSampledField.h160 mutable size_t mSamplesUncompressedLength; variable