28     p->
set(
"Basis",basis);
 
   71   p->
set<
bool>(
"Use Time Derivative Solution Vector",
false);
 
   72   p->
get<std::string>(
"Global Data Key",
"Solution Gather Container");
 
   78   p->
set<std::string>(
"Sensitivities Name",
"");        
 
   79   p->
set<
bool>(
"First Sensitivities Available",
true);  
 
   80   p->
set<
int>(
"Gather Seed Index",-1);                 
 
   83   p->
set<
bool>(
"Second Sensitivities Available",
true);          
 
   84   p->
set<std::string>(
"Second Sensitivities Data Key Prefix",
"DELTA_"); 
 
T & get(const std::string &name, T def_value)
 
ParameterList & set(std::string const &name, T const &value, std::string const &docString="", RCP< const ParameterEntryValidator > const &validator=null)
 
bool remove(std::string const &name, bool throwIfNotExists=true)
 
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
 
void setMyParamList(const RCP< ParameterList > ¶mList)
 
void validateParametersAndSetDefaults(ParameterList const &validParamList, int const depth=1000)
 
bool isType(const std::string &name) const