#include <PatchRecordComponent.hpp>
|
template<typename T , typename T_key , typename T_container > |
class | Container |
|
template<typename > |
class | BaseRecord |
|
class | ParticlePatches |
|
class | PatchRecord |
|
|
void | flushAttributes () |
|
void | readAttributes () |
|
template<typename T > |
T | readFloatingpoint (std::string const &key) const |
| Retrieve the value of a floating point Attribute of user-defined precision with ensured type-safety. More...
|
|
template<typename T > |
std::vector< T > | readVectorFloatingpoint (std::string const &key) const |
| Retrieve a vector of values of a floating point Attributes of user-defined precision with ensured type-safety. More...
|
|
bool & | dirty () const |
|
bool & | written () const |
|
std::shared_ptr< Dataset > | m_dataset |
|
std::shared_ptr< bool > | m_isConstant |
|
std::shared_ptr< Writable > | m_writable |
|
AbstractFilePosition * | abstractFilePosition |
|
AbstractIOHandler * | IOHandler |
|
Writable * | parent |
|
- Todo:
- add support for constant patch record components
◆ load()
template<typename T >
void openPMD::PatchRecordComponent::load |
( |
std::shared_ptr< T > |
data | ) |
|
|
inline |
- Todo:
- add support for constant patch record components
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/openpmd-api/checkouts/0.13.2/include/openPMD/backend/PatchRecordComponent.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/openpmd-api/checkouts/0.13.2/src/backend/PatchRecordComponent.cpp