44#include "Constructor.h"
50class ConstraintEvaluator;
90 Structure(
const string &n,
const string &d);
105 virtual void dump(ostream &strm)
const ;
Contains the attributes for a dataset.
The basic data type for the DODS DAP types.
Holds a structure (aggregate) type.
Structure(const string &n)
virtual void dump(ostream &strm) const
dumps information about this object
virtual void set_leaf_sequence(int level=1)
Traverse Structure, set Sequence leaf nodes.
virtual vector< BaseType * > * transform_to_dap2(AttrTable *parent_attr_table)
DAP4 to DAP2 transform.
virtual bool is_linear()
Check to see whether this variable can be printed simply.
virtual BaseType * ptr_duplicate()
virtual void transform_to_dap4(D4Group *root, Constructor *container)
top level DAP object to house generic methods