
Public Member Functions | |
| FieldWriterFactory () | |
| Empty ctor. | |
| FieldWriterFactory (Handleable< FieldWriterFactoryBase > *rawPtr) | |
| Construct a FieldWriterFactory with a raw pointer to a FieldWriterFactoryBase. | |
| FieldWriterFactory (const RefCountPtr< FieldWriterFactoryBase > &smartPtr) | |
| Construct a FieldWriterFactory with a smart pointer to a FieldWriterFactoryBase. | |
| FieldWriter | createWriter (const string &filename) const |
| Create a writer with the specified filename. | |
FieldWriterFactory provides a way for a user to specify what kind of writer should be created.
Definition at line 47 of file SundanceFieldWriterFactory.hpp.
| Sundance::FieldWriterFactory::FieldWriterFactory | ( | ) | [inline] |
| Sundance::FieldWriterFactory::FieldWriterFactory | ( | Handleable< FieldWriterFactoryBase > * | rawPtr | ) | [inline] |
Construct a FieldWriterFactory with a raw pointer to a FieldWriterFactoryBase.
Definition at line 51 of file SundanceFieldWriterFactory.hpp.
| Sundance::FieldWriterFactory::FieldWriterFactory | ( | const RefCountPtr< FieldWriterFactoryBase > & | smartPtr | ) | [inline] |
Construct a FieldWriterFactory with a smart pointer to a FieldWriterFactoryBase.
Definition at line 51 of file SundanceFieldWriterFactory.hpp.
| FieldWriter Sundance::FieldWriterFactory::createWriter | ( | const string & | filename | ) | const |
Create a writer with the specified filename.
Definition at line 38 of file SundanceFieldWriterFactory.cpp.
References Playa::Handle< FieldWriterFactoryBase >::ptr().
Referenced by Sundance::DoublingStepController::write().