Sundance::ExodusWriterFactory Class Reference

ExodusWriterFactory produces an Exodus writer in contexts where a user cannot do so directly. More...

Inheritance diagram for Sundance::ExodusWriterFactory:

Sundance::FieldWriterFactoryBase Playa::Handleable< FieldWriterFactoryBase >

List of all members.

Public Member Functions

 ExodusWriterFactory ()
RCP< FieldWriterBasecreateWriter (const string &name) const
 Create a writer with the specified filename.
virtual RCP
< FieldWriterFactoryBase
getRcp ()
 Return a safely-created RefCountPtr to the base type.


Detailed Description

ExodusWriterFactory produces an Exodus writer in contexts where a user cannot do so directly.

Definition at line 125 of file SundanceExodusWriter.hpp.


Constructor & Destructor Documentation

Sundance::ExodusWriterFactory::ExodusWriterFactory (  )  [inline]

Definition at line 129 of file SundanceExodusWriter.hpp.


Member Function Documentation

RCP<FieldWriterBase> Sundance::ExodusWriterFactory::createWriter ( const string &  name  )  const [inline, virtual]

Create a writer with the specified filename.

Implements Sundance::FieldWriterFactoryBase.

Definition at line 132 of file SundanceExodusWriter.hpp.

virtual RCP<FieldWriterFactoryBase> Sundance::ExodusWriterFactory::getRcp (  )  [inline, virtual]

Return a safely-created RefCountPtr to the base type.

Implements Playa::Handleable< FieldWriterFactoryBase >.

Definition at line 136 of file SundanceExodusWriter.hpp.

Site Contact