Peano
Loading...
Searching...
No Matches
peano4.visualisation.output.Visualiser.SnapShot Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

peano4.visualisation.output.Visualiser.SnapShot.__init__ ( self)

Definition at line 95 of file Visualiser.py.

Member Function Documentation

◆ __repr__()

peano4.visualisation.output.Visualiser.SnapShot.__repr__ ( self)

Definition at line 116 of file Visualiser.py.

◆ add_patch_file()

peano4.visualisation.output.Visualiser.SnapShot.add_patch_file ( self,
patch_file_name )

◆ include_file_counter()

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.

◆ set_timestamp()

peano4.visualisation.output.Visualiser.SnapShot.set_timestamp ( self,
timestamp )

Field Documentation

◆ filenames

peano4.visualisation.output.Visualiser.SnapShot.filenames

◆ timestamp

peano4.visualisation.output.Visualiser.SnapShot.timestamp

The documentation for this class was generated from the following file: