In file No file:

bool read_ancillary_das (DAS &das, string dataset, string dir = "", string file = "")

Read an ancillary DAS.

Documentation

This function searches for an ancillary data file (using the #find_ancillary_file# function) containing the DAS for a dataset. If such a file is found, the function reads it with the #parse# method of the given DAS. A DAS ancillary file ends with #.das#.
Returns:
TRUE if the dataset DAS was found and read, FALSE otherwise.
Parameters:
das - The DAS of a dataset. The ancillary DAS, if any, is ``folded'' into the existing DAS information.
dataset - A string containing the name of the dataset whose DAS is to be read.
dir - An optional parameter specifying a secondary directory in which to look for an ancillary DAS file. This is used as an argument to #find_ancillary_file#.
dir - An optional parameter specifying a file name with which to look for an ancillary DAS file. This is used as an argument to #find_ancillary_file#.

alphabetic index hierarchy of classes


generated by doc++