![]() |
Peano
|
Small class to capture all of the snapshots in a Patch meta file. More...
Public Member Functions | |
__init__ (self) | |
add_patch_file (self, patch_file_name) | |
include_file_counter (self) | |
Property to indicate number of patch files in this snapshot. | |
set_timestamp (self, timestamp) | |
__repr__ (self) | |
Data Fields | |
timestamp | |
filenames | |
Small class to capture all of the snapshots in a Patch meta file.
Just need the timestamp this is associated with and all of the patch files that this file includes. Add them using the right member function.
Definition at line 87 of file Visualiser.py.
peano4.visualisation.output.Visualiser.SnapShot.__init__ | ( | self | ) |
Definition at line 95 of file Visualiser.py.
peano4.visualisation.output.Visualiser.SnapShot.__repr__ | ( | self | ) |
Definition at line 116 of file Visualiser.py.
peano4.visualisation.output.Visualiser.SnapShot.add_patch_file | ( | self, | |
patch_file_name ) |
Definition at line 99 of file Visualiser.py.
References peano4.visualisation.output.Visualiser.SnapShot.filenames.
peano4.visualisation.output.Visualiser.SnapShot.include_file_counter | ( | self | ) |
Property to indicate number of patch files in this snapshot.
Definition at line 106 of file Visualiser.py.
References peano4.visualisation.output.Visualiser.SnapShot.filenames.
peano4.visualisation.output.Visualiser.SnapShot.set_timestamp | ( | self, | |
timestamp ) |
Definition at line 112 of file Visualiser.py.
References peano4.visualisation.output.Visualiser.SnapShot.timestamp, toolbox::blockstructured::GlobalDatabase::Entry.timestamp, and toolbox::particles::TrajectoryDatabase::Entry.timestamp.
peano4.visualisation.output.Visualiser.SnapShot.filenames |
Definition at line 97 of file Visualiser.py.
Referenced by peano4.visualisation.output.Visualiser.SnapShot.add_patch_file(), and peano4.visualisation.output.Visualiser.SnapShot.include_file_counter().
peano4.visualisation.output.Visualiser.SnapShot.timestamp |
Definition at line 96 of file Visualiser.py.
Referenced by peano4.visualisation.output.Visualiser.SnapShot.set_timestamp().