Class that represents the skater output parameters. More...
#include <SkaterParams.h>
Public Member Functions | |
| SkaterOutputParams () | |
| Default constructor.  More... | |
| ~SkaterOutputParams () | |
| Virtual destructor.  More... | |
Public Attributes | |
| te::da::DataSourcePtr | m_dataSource | 
| Pointer to the output data source.  More... | |
| std::string | m_outputDataSetName | 
| Attribute that defines the output dataset name.  More... | |
Class that represents the skater output parameters.
Definition at line 98 of file SkaterParams.h.
      
  | 
  inline | 
Default constructor.
Definition at line 103 of file SkaterParams.h.
      
  | 
  inline | 
Virtual destructor.
Definition at line 109 of file SkaterParams.h.
| te::da::DataSourcePtr te::sa::SkaterOutputParams::m_dataSource | 
Pointer to the output data source.
Definition at line 115 of file SkaterParams.h.
| std::string te::sa::SkaterOutputParams::m_outputDataSetName | 
Attribute that defines the output dataset name.
Definition at line 117 of file SkaterParams.h.