#include <CreateIsolinesParams.h>
Public Member Functions | |
| CreateIsolinesOutputParams () | |
| Default constructor.  More... | |
| ~CreateIsolinesOutputParams () | |
| Virtual destructor.  More... | |
Public Attributes | |
| te::da::DataSourcePtr | m_ds | 
| Pointer to the output datasource.  More... | |
| std::string | m_outputDataSetName | 
| Attribute that defines the output dataset name.  More... | |
Definition at line 73 of file CreateIsolinesParams.h.
      
  | 
  inline | 
Default constructor.
Definition at line 78 of file CreateIsolinesParams.h.
References m_outputDataSetName.
      
  | 
  inline | 
Virtual destructor.
Definition at line 84 of file CreateIsolinesParams.h.
| te::da::DataSourcePtr CreateIsolinesOutputParams::m_ds | 
Pointer to the output datasource.
Definition at line 90 of file CreateIsolinesParams.h.
| std::string CreateIsolinesOutputParams::m_outputDataSetName | 
Attribute that defines the output dataset name.
Definition at line 92 of file CreateIsolinesParams.h.
Referenced by CreateIsolinesOutputParams().