#include <CreateIsolinesParams.h>
Public Member Functions | |
CreateIsolinesInputParams () | |
Default constructor. More... | |
~CreateIsolinesInputParams () | |
Virtual destructor. More... | |
Public Attributes | |
std::auto_ptr< te::da::DataSet > | m_ds |
Attribute with data set. More... | |
std::auto_ptr< te::da::DataSetType > | m_dsType |
Attribute used to access the data set metadata. More... | |
Definition at line 51 of file CreateIsolinesParams.h.
|
inline |
Default constructor.
Definition at line 56 of file CreateIsolinesParams.h.
|
inline |
Virtual destructor.
Definition at line 59 of file CreateIsolinesParams.h.
std::auto_ptr<te::da::DataSet> CreateIsolinesInputParams::m_ds |
Attribute with data set.
Definition at line 64 of file CreateIsolinesParams.h.
std::auto_ptr<te::da::DataSetType> CreateIsolinesInputParams::m_dsType |
Attribute used to access the data set metadata.
Definition at line 63 of file CreateIsolinesParams.h.