TclDatabaseCommands.cpp File Reference

#include <tcl.h>
#include <tk.h>
#include <OPS_Globals.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <Domain.h>
#include <EquiSolnAlgo.h>
#include <FileDatastore.h>
#include <packages.h>

Go to the source code of this file.

Classes

struct  databasePackageCommand

Typedefs

typedef databasePackageCommand DatabasePackageCommand

Functions

int save (ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
int restore (ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
int TclAddDatabase (ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv, Domain &theDomain, FEM_ObjectBroker &theBroker)

Variables

FE_DatastoretheDatabase


Typedef Documentation


Function Documentation

int restore ( ClientData  clientData,
Tcl_Interp *  interp,
int  argc,
TCL_Char **  argv 
)

Definition at line 214 of file TclDatabaseCommands.cpp.

References endln, opserr, FE_Datastore::restoreState(), and theDatabase.

Referenced by TclAddDatabase().

int save ( ClientData  clientData,
Tcl_Interp *  interp,
int  argc,
TCL_Char **  argv 
)

Definition at line 183 of file TclDatabaseCommands.cpp.

References FE_Datastore::commitState(), endln, opserr, and theDatabase.

Referenced by TclAddDatabase().

int TclAddDatabase ( ClientData  clientData,
Tcl_Interp *  interp,
int  argc,
TCL_Char **  argv,
Domain theDomain,
FEM_ObjectBroker theBroker 
)


Variable Documentation

Generated on Mon Oct 23 15:05:31 2006 for OpenSees by doxygen 1.5.0