
Public Member Functions | |
| DSVWriterFactory () | |
| RCP< FieldWriterBase > | createWriter (const string &name) const |
| Create a writer with the specified filename. | |
| virtual RCP < FieldWriterFactoryBase > | getRcp () |
| Return a safely-created RefCountPtr to the base type. | |
Definition at line 72 of file SundanceDSVWriter.hpp.
| Sundance::DSVWriterFactory::DSVWriterFactory | ( | ) | [inline] |
Definition at line 76 of file SundanceDSVWriter.hpp.
| RCP<FieldWriterBase> Sundance::DSVWriterFactory::createWriter | ( | const string & | name | ) | const [inline, virtual] |
Create a writer with the specified filename.
Implements Sundance::FieldWriterFactoryBase.
Definition at line 79 of file SundanceDSVWriter.hpp.
| virtual RCP<FieldWriterFactoryBase> Sundance::DSVWriterFactory::getRcp | ( | ) | [inline, virtual] |
Return a safely-created RefCountPtr to the base type.
Implements Playa::Handleable< FieldWriterFactoryBase >.
Definition at line 83 of file SundanceDSVWriter.hpp.