powerflow/underground_line.h

00001 // $Id: line.h,v 1.10 2008/02/13 22:48:04 natet Exp $
00002 
00003 #ifndef _UNDERGROUNDLINE_H
00004 #define _UNDERGROUNDLINE_H
00005 
00006 class underground_line : public line
00007 {
00008 public:
00009     static CLASS *oclass;
00010     static CLASS *pclass;
00011     static underground_line *defaults;
00012 
00013 public:
00014     int init(void);
00015     underground_line(MODULE *mod);
00016     int isa(char *classname);
00017     int create(void);
00018 };
00019 
00020 #endif // _UNDERGROUNDLINE_H

GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy