#include <tetrahedral_vtu_writer.h>
|
auto | write (filesystem::path const &path) const |
|
|
auto | write_vtk_file (std::ofstream &file, auto &offset) const |
|
auto | write_unstructured_grid (std::ofstream &file, auto &offset) const |
|
auto | write_piece (std::ofstream &file, auto &offset) const |
|
auto | write_point_data (std::ofstream &file, std::size_t &offset) const |
|
auto | write_cell_data (std::ofstream &file, std::size_t &) const |
|
auto | write_points (std::ofstream &file, std::size_t &offset) const |
|
auto | write_cells (std::ofstream &file, std::size_t &offset) const |
|
auto | write_connectivity (std::ofstream &file, std::size_t &offset) const |
|
auto | write_offsets (std::ofstream &file, std::size_t &offset) const |
|
auto | write_cell_types (std::ofstream &file, std::size_t &offset) const |
|
auto | write_appended_data (std::ofstream &file) const |
|
auto | write_appended_data_points (std::ofstream &file) const |
|
auto | write_appended_data_cells (std::ofstream &file) const |
|
auto | write_appended_data_cells_connectivity (std::ofstream &file) const |
|
auto | write_appended_data_cells_offsets (std::ofstream &file) const |
|
auto | write_appended_data_cells_types (std::ofstream &file) const |
|
auto | write_appended_data_point_data (std::ofstream &file) const |
|
auto | write_appended_data_cell_data (std::ofstream &) const |
|
template<typename... Ts> |
auto | write_vertex_property_appended_data (vertex_property_type const &prop, std::ofstream &file) const |
|
template<typename T > |
auto | write_vertex_property_appended_data (typed_vertex_property_type< T > const &prop, std::ofstream &file) const |
|
template<typename... Ts> |
auto | write_vertex_property_data_array (auto const &name, vertex_property_type const &prop, std::ofstream &file, std::size_t &offset) const |
|
◆ typed_vertex_property_type
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
template<typename T >
◆ vertex_property_type
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ num_dimensions()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_cell_data()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_cells()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_cells_connectivity()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_cells_offsets()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_cells_types()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_point_data()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_appended_data_points()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_cell_data()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_cell_types()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_cells()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_connectivity()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_offsets()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_piece()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_point_data()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_points()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_unstructured_grid()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ write_vertex_property_appended_data() [1/2]
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
template<typename T >
◆ write_vertex_property_appended_data() [2/2]
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
template<typename... Ts>
◆ write_vertex_property_data_array()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
template<typename... Ts>
◆ write_vtk_file()
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
◆ m_grid
template<typename Grid , unsigned_integral HeaderType = std::uint64_t, integral ConnectivityInt = std::int64_t, integral OffsetInt = std::int64_t, unsigned_integral CellTypesInt = std::uint8_t>
The documentation for this struct was generated from the following file:
- /mnt/data/home/ci/builds/Bicifxyn/0/libs/tatooine2/geometry/include/tatooine/detail/unstructured_simplicial_grid/tetrahedral_vtu_writer.h