OdimH5 object dumper.
More...
#include <radarlib/odimh5v20_dump.hpp>
|
| virtual void | dump (OdimObject *object) |
| | Dump object informations to standard output.
|
| virtual void | dump (OdimObject *object, std::ostream &out) |
| | Dump object informations to a stream.
|
| virtual void | dump (OdimObject *object, std::ostream *out) |
| | Dump object informations to a stream.
|
OdimH5 object dumper.
This class allow users to create a textual representation of a OdimObject writting it to standard output
- See also
- OdimObject
- Examples
- create_delete.cpp, create_odim_object.cpp, create_polar_volume.cpp, and dump_object.cpp.
◆ dump() [1/3]
| void OdimH5v20::OdimObjectDumper::dump |
( |
OdimObject * | object | ) |
|
|
virtual |
◆ dump() [2/3]
| void OdimH5v20::OdimObjectDumper::dump |
( |
OdimObject * | object, |
|
|
std::ostream & | out ) |
|
virtual |
Dump object informations to a stream.
This class write object informations using a tree layout
- Parameters
-
| object | the object to dump |
| out | the reference to the stream to use |
- Exceptions
-
- See also
- OdimObject
◆ dump() [3/3]
| void OdimH5v20::OdimObjectDumper::dump |
( |
OdimObject * | object, |
|
|
std::ostream * | out ) |
|
virtual |
Dump object informations to a stream.
This class write object informations using a tree layout
- Parameters
-
| object | the object to dump |
| out | the pointer to the stream to use |
- Exceptions
-
- See also
- OdimObject
The documentation for this class was generated from the following files: