Ask a Question | Search PSRCHIVE: |
![]()
|
ExampleArchive.h virtual Integration * load_Integration(const char *filename, unsigned index) Load a single Integration from filename, returning new instance. Definition ExampleArchive.C:146 virtual void load_header(const char *filename) Load the Example header information from filename. Definition ExampleArchive.C:79 const ExampleArchive & operator=(const ExampleArchive &archive) Assignment operator. virtual void unload_file(const char *filename) const Unload the ExampleArchive (header and Integration data) to filename. Definition ExampleArchive.C:190 void copy(const Archive &archive) Copy all of the class attributes and the selected Integration data. Definition ExampleArchive.C:49 ExampleArchive * clone() const Return a new copy-constructed ExampleArchive instance. Definition ExampleArchive.C:72 bool can_unload() const The unload_file method is not implemented. Definition ExampleArchive.h:60 ExampleArchive() Default constructor. Definition ExampleArchive.C:21 Array of Profiles integrated over the same time interval. Definition Integration.h:37 Generated using doxygen 1.14.0
|