GridFormat 0.2.1
I/O-Library for grid-like data structures
|
This is the complete list of members for GridFormat::VTK::XMLWriterBase< G, Impl >, including all inherited members.
_access_at(std::string_view path, WriteContext &context) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_add_meta_data_fields(WriteContext &context) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_cell_field_names() const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_cell_field(const std::string &name) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_cell_field_ptr(const std::string &name) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_meta_data_field(const std::string &name) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_meta_data_field_ptr(const std::string &name) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_point_field(const std::string &name) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_point_field_ptr(const std::string &name) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_get_write_context(std::string vtk_grid_type) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_log_warning(std::string_view warning) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_make_cell_field(EntityFunction &&f, const Precision< T > &prec) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_make_point_field(EntityFunction &&f, const Precision< T > &prec) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_meta_data_field_names() const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_point_field_names() const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineprotected |
_set_attribute(WriteContext &context, std::string_view xml_group, const std::string &attr_name, const ValueType &attr_value) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_set_data_array(WriteContext &context, std::string_view xml_group, std::string data_array_name, const Field &field) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_set_data_array_content(const DataFormat &, XMLElement &e, Appendix &app, Content &&c) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_set_default_active_fields(XMLElement &xml) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_write_xml(WriteContext &&context, std::ostream &s) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineprotected |
_xml_opts (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | protected |
_xml_settings (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | protected |
clear() (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
copy_fields(Writer &w) const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
Field typedef (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | |
FieldPtr typedef (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | |
grid() const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
Grid typedef | GridFormat::VTK::XMLWriterBase< G, Impl > | |
GridWriterBase(const Grid &grid, std::optional< WriterOptions > opts) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inlineexplicit |
operator=(XMLWriterBase &&)=default (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | |
operator=(const XMLWriterBase &)=delete (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | |
remove_cell_field(const std::string &name) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
remove_meta_data(const std::string &name) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
remove_point_field(const std::string &name) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_cell_field(const std::string &name, F &&cell_function, const Precision< T > &prec={}) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_cell_field(const std::string &name, F &&field) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_cell_field(const std::string &name, FieldPtr field_ptr) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_ignore_warnings(bool value) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_meta_data(const std::string &name, R &&range) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_meta_data(const std::string &name, std::string text) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_meta_data(const std::string &name, T value) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_meta_data(const std::string &name, F &&field) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_meta_data(const std::string &name, FieldPtr ptr) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_point_field(const std::string &name, F &&point_function, const Precision< T > &prec={}) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_point_field(const std::string &name, F &&field) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
set_point_field(const std::string &name, FieldPtr field_ptr) (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
with(XMLOptions opts) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inline |
with_compression(const XML::Compressor &compressor) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inline |
with_coordinate_precision(const XML::CoordinatePrecision &prec) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inline |
with_data_format(const XML::DataFormat &format) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inline |
with_encoding(const XML::Encoder &encoder) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inline |
with_header_precision(const XML::HeaderPrecision &prec) const (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inline |
writer_options() const (defined in GridFormat::GridWriterBase< G >) | GridFormat::GridWriterBase< G > | inline |
XMLWriterBase(const Grid &grid, std::string extension, bool use_structured_grid_ordering, XMLOptions xml_opts={}) (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | inlineexplicit |
XMLWriterBase()=default (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | |
XMLWriterBase(XMLWriterBase &&)=default (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | |
XMLWriterBase(const XMLWriterBase &)=delete (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | |
~XMLWriterBase()=default (defined in GridFormat::VTK::XMLWriterBase< G, Impl >) | GridFormat::VTK::XMLWriterBase< G, Impl > | virtual |