|
bool | matches (const std::string &descriptor) const override |
| Return true if descriptor describes a file that can be opened.
|
|
void | open (const std::string &descriptor) override |
| Open the file.
|
|
void | load (ParallelBitSeries *) override |
| Load BitSeries data.
|
|
uint64_t | get_block_size () const override |
| Return the number of time samples to load on each load_block.
|
|
void | set_block_size (uint64_t _size) override |
| Set the number of time samples to load on each load_block.
|
|
uint64_t | get_overlap () const override |
| Return the number of time samples by which consecutive blocks overlap.
|
|
void | set_overlap (uint64_t _overlap) override |
| Set the number of time samples by which consecutive blocks overlap.
|
|
unsigned | get_resolution () const override |
| Get the time sample resolution of the data source. More...
|
|
| ParallelInput (const char *name) |
| Constructor.
|
|
virtual | ~ParallelInput () |
| Destructor.
|
|
const Input * | at (unsigned index) const |
| Return the Input corresponding to the specified index.
|
|
Input * | at (unsigned index) |
| Return the Input corresponding to the specified index.
|
|
void | operation () |
| Load the current ParallelBitSeries. More...
|
|
| operator const Observation * () const |
| Get the information about the data source.
|
|
virtual Observation * | get_info () |
| Get the information about the data source.
|
|
virtual const Observation * | get_info () const |
| Get the information about the data source.
|
|
virtual void | set_output (ParallelBitSeries *) |
| Set the ParallelBitSeries to which data will be loaded.
|
|
ParallelBitSeries * | get_output () |
| Get the ParallelBitSeries to which data will be loaded.
|
|
virtual void | prepare () |
| Prepare the output with the attributes of the data source.
|
|
virtual void | reserve () |
| Reserve the maximum amount of output space required.
|
|
virtual void | reserve (ParallelBitSeries *) |
| Reserve the maximum amount of space required in the given container.
|
|
virtual bool | eod () const |
| End of data.
|
|
void | restart () |
| Return to the start of data, if possible.
|
|
virtual void | seek (int64_t offset, int whence=0) |
| Seek to the specified time sample.
|
|
uint64_t | tell () const |
| Return the first time sample to be read on the next call to operate.
|
|
virtual void | seek (const MJD &mjd) |
| Seek to a sample close to the specified MJD.
|
|
double | tell_seconds () const |
| Convenience method used to report the offset in seconds.
|
|
void | set_start_seconds (double seconds) |
| Set the start of observation offset in units of seconds.
|
|
void | set_total_seconds (double seconds) |
| Convenience method used to set the number of seconds.
|
|
uint64_t | bytes_storage () const override |
| The number of bytes of additional storage used by the operation.
|
|
uint64_t | bytes_scratch () const override |
| The number of bytes of scratch space used by the operation.
|
|
virtual void | set_context (ThreadContext *_context) |
| In multi-threaded programs, a mutual exclusion and a condition.
|
|
bool | has_context () const |
|
ThreadContext * | get_context () |
|
| Operation (const char *name) |
| All sub-classes must specify a unique name. More...
|
|
| Operation (const Operation &) |
| Copy constructor.
|
|
virtual | ~Operation () |
| Virtual destructor.
|
|
virtual bool | operate () |
| Call this method to operate on data Returns false on failure. More...
|
|
virtual void | add_extensions (Extensions *) |
| Add any extensions.
|
|
virtual void | combine (const Operation *) |
| Combine accumulated results with another operation. More...
|
|
virtual void | report () const |
| Report operation statistics.
|
|
virtual void | reset () |
| Reset accumulated results to intial values. More...
|
|
std::string | get_name () const |
| Return the unique name of this operation.
|
|
double | get_total_time () const |
| Return the total time spent on this Operation in seconds.
|
|
double | get_elapsed_time () const |
| Get the time spent in the last invocation of operate()
|
|
virtual uint64_t | get_total_weights () const |
| Return the total number of timesample weights encountered. More...
|
|
virtual uint64_t | get_discarded_weights () const |
| Return the number of invalid timesample weights encountered.
|
|
int | get_id () |
| Inquire the unique instantiation id.
|
|
virtual Function | get_function () const |
| Get the function classification of this operation.
|
|
virtual double | get_delay_time () const |
| Get the time delay of this operation, if any, in seconds.
|
|
virtual void | set_scratch (Scratch *) |
| Set the scratch space.
|
|
bool | scratch_was_set () const |
|
| OwnStream (const OwnStream &) |
|
const OwnStream & | operator= (const OwnStream &) |
|
virtual void | set_cout (std::ostream &) const |
|
virtual void | set_cerr (std::ostream &) const |
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|