radarlib
1.4.4
|
Interface fot HOW dataset attributes methods for cartesian images. More...
#include <radarlib/odimh5v20_metadata.hpp>
Public Member Functions | |
virtual std::vector< Angles > | getAngles ()=0 |
Get the 'angles' attribute values. More... | |
virtual void | setAngles (const std::vector< Angles > &val, int precision=0)=0 |
Set the 'angles' attribute values. More... | |
virtual std::vector< Arotation > | getArotation ()=0 |
Get the 'aroration' attribute values. More... | |
virtual void | setArotation (const std::vector< Arotation > &val, int precision=0)=0 |
Set the 'aroration' attribute values. More... | |
virtual std::string | getCAMethod ()=0 |
Get the 'camethod' attribute values. More... | |
virtual void | setCAMethod (const std::string &val)=0 |
Set the 'camethod' attribute values. More... | |
virtual std::vector< Nodes > | getNodes ()=0 |
Get the 'nodes' attribute values. More... | |
virtual void | setNodes (const std::vector< Nodes > &val)=0 |
Set the 'nodes' attribute values. More... | |
virtual int | getACCnum ()=0 |
Get the 'ACCnum' attribute value. More... | |
virtual void | setCCnum (int val)=0 |
Set the 'ACCnum' attribute value. More... | |
Interface fot HOW dataset attributes methods for cartesian images.
|
pure virtual |
Get the 'angles' attribute values.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'angles' attribute values.
val | the values to write |
precision | precision to use when converting angle pairs to string pairs |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'aroration' attribute values.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'aroration' attribute values.
val | the values to write |
precision | precision to use when converting angle pairs to string pairs |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'camethod' attribute values.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'camethod' attribute values.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'nodes' attribute values.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'nodes' attribute values.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Get the 'ACCnum' attribute value.
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.
|
pure virtual |
Set the 'ACCnum' attribute value.
val | the value to write |
OdimH5Exception | if an unexpected error occurs |
Implemented in OdimH5v20::Horizontal_Product_2D.