Ask a Question | Search PSRCHIVE: |
![]()
|
IntegrationManager.h Expert * expert() Provide access to the expert interface. Definition IntegrationManager.C:234 virtual void _resize(unsigned nsubint, bool instances=true) Resize the Integration vector. Definition IntegrationManager.C:195 void load_all() Load all sub-integrations. Definition IntegrationManager.C:227 static unsigned verbose A verbosity flag that can be set for debugging purposes. Definition IntegrationManager.h:33 Integration * get_first_Integration() Return a pointer to the first Integration. Definition IntegrationManager.C:70 void insert(unsigned isubint, Integration *integration) Insert the Integration instance into the specified location. Definition IntegrationManager.C:130 void sort(StrictWeakOrdering comp=temporal_order) Sort the Integrations according to the specified order. Definition IntegrationManager.h:80 virtual Integration * new_Integration(const Integration *copy=0)=0 Construct new Integration instance. void shuffle() Randomly rearrange the sub-integrations. Definition IntegrationManager.C:221 void manage(IntegrationManager *more_subints) Append use_Integration modifications of Integration objects to self. Definition IntegrationManager.C:114 Integration * get_Integration(unsigned subint) Return pointer to the specified Integration. Definition IntegrationManager.C:42 Integration * get_last_Integration() Return a pointer to the last Integration. Definition IntegrationManager.C:76 virtual void set_nsubint(unsigned num_sub)=0 Set the number of sub-integrations. void append(const IntegrationManager *more_subints) Append new_Integration copies of Integration objects to self. Definition IntegrationManager.C:103 virtual Integration * load_Integration(unsigned isubint)=0 Load new Integration instance. virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. virtual Integration * use_Integration(Integration *use)=0 Use the given Integration instance. virtual ~IntegrationManager() destructor Definition IntegrationManager.C:31 IntegrationManager & operator=(const IntegrationManager &archive) operator = void unmanage(const Integration *) Remove the Integration instance. Definition IntegrationManager.C:159 IntegrationManager() null constructor Definition IntegrationManager.C:17 Array of Profiles integrated over the same time interval. Definition Integration.h:37 Generated using doxygen 1.14.0
|