1 #ifndef nrn_dataclass_h
2 #define nrn_dataclass_h
15 const char*
name()
const;
53 virtual ~NrnSection();
57 bool is_mechanism(
int type);
58 double* var_pointer(
Symbol*,
int index=0,
int inode=0);
59 double* var_pointer(
const char*);
int prop_index(const Symbol *) const
Symbol * find(const char *rangevar)
int var_type(Symbol *) const
double * prop_pval(const Symbol *, int arrayindex=0) const
static bool assign(Prop *src, Prop *dest, int vartype=0)
const char * name() const
static Node * node(Object *)