|
NexusCPP
3.5.0
|
Write notification interface. More...
#include <nxwriter.h>

Public Member Functions | |
| virtual void | OnWriteSubSet (NexusFileWriter *source_p, const std::string &dataset_path, int start_pos[MAX_RANK], int dim[MAX_RANK])=0 |
| virtual void | OnWrite (NexusFileWriter *source_p, const std::string &dataset_path)=0 |
| virtual void | OnCloseFile (NexusFileWriter *source_p, const std::string &nexus_file_path)=0 |
Write notification interface.
|
pure virtual |
File close notification
| [out] | source_p | object address who performed the write operation |
| [out] | nexus_file_path | Closed file path |
|
pure virtual |
Write whole dataset notification
| [out] | source_p | object address who performed the write operation |
| [out] | dataset_path | Path to the written dataset |
|
pure virtual |
Write subset notification
| [out] | source_p | object address who performed the write operation |
| [out] | dataset_path | Path to the written dataset |
| [out] | start_pos | start position of the subset |
| [out] | dim | subset dimensions array |
1.8.13