v_sim.ScalarFieldMethodData¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class v_sim.ScalarFieldMethodData¶
- addField(field)¶
- Parameters:
field (
v_sim.ScalarField) – av_sim.ScalarFieldobject.
When parsing a file with several scalar field, use this method to store a new one.
New in version 3.8.
- getFilename()¶
- Returns:
a filename.
- Return type:
Get the filename that is currently parsed.
New in version 3.8.
- ready()¶
While parsing a file, call this method when all scalar fields are known, but not yet populated.
New in version 3.8.