|
| | LegacyVtkWriter (std::string fname, bool binary, DataSetTypes type) |
| |
| template<class T > |
| void | write_points (sycl::buffer< sycl::vec< T, 3 > > &buf, u32 len) |
| |
| template<class T > |
| void | write_points_no_buf () |
| |
| template<class T > |
| void | write_points (std::unique_ptr< sycl::buffer< sycl::vec< T, 3 > > > &buf, u32 len) |
| |
| template<class T > |
| void | write_voxel_cells (sycl::buffer< sycl::vec< T, 3 > > &buf_min, sycl::buffer< sycl::vec< T, 3 > > &buf_max, u32 len) |
| |
| void | add_point_data_section () |
| |
| void | add_cell_data_section () |
| |
| void | add_field_data_section (u32 num_field) |
| |
| template<class T > |
| void | write_field (std::string name, sycl::buffer< T > &buf, u32 len) |
| |
| template<class T > |
| void | write_field_no_buf (std::string name) |
| |
| template<class T > |
| void | write_field (std::string name, std::unique_ptr< sycl::buffer< T > > &buf, u32 len) |
| |
|
| LegacyVtkWriter (const LegacyVtkWriter &)=delete |
| |
|
LegacyVtkWriter & | operator= (const LegacyVtkWriter &)=delete |
| |
| | LegacyVtkWriter (LegacyVtkWriter &&other) |
| |
|
LegacyVtkWriter & | operator= (LegacyVtkWriter &&other)=delete |
| |
Definition at line 120 of file LegacyVtkWriter.hpp.
◆ LegacyVtkWriter() [1/2]
| shamrock::LegacyVtkWriter::LegacyVtkWriter |
( |
std::string |
fname, |
|
|
bool |
binary, |
|
|
DataSetTypes |
type |
|
) |
| |
|
inline |
◆ ~LegacyVtkWriter()
| shamrock::LegacyVtkWriter::~LegacyVtkWriter |
( |
| ) |
|
|
inline |
◆ LegacyVtkWriter() [2/2]
◆ add_cell_data_section()
| void shamrock::LegacyVtkWriter::add_cell_data_section |
( |
| ) |
|
|
inline |
◆ add_field_data_section()
| void shamrock::LegacyVtkWriter::add_field_data_section |
( |
u32 |
num_field | ) |
|
|
inline |
◆ add_point_data_section()
| void shamrock::LegacyVtkWriter::add_point_data_section |
( |
| ) |
|
|
inline |
◆ write_field() [1/2]
template<class T >
| void shamrock::LegacyVtkWriter::write_field |
( |
std::string |
name, |
|
|
std::unique_ptr< sycl::buffer< T > > & |
buf, |
|
|
u32 |
len |
|
) |
| |
|
inline |
◆ write_field() [2/2]
template<class T >
| void shamrock::LegacyVtkWriter::write_field |
( |
std::string |
name, |
|
|
sycl::buffer< T > & |
buf, |
|
|
u32 |
len |
|
) |
| |
|
inline |
◆ write_field_no_buf()
template<class T >
| void shamrock::LegacyVtkWriter::write_field_no_buf |
( |
std::string |
name | ) |
|
|
inline |
◆ write_points() [1/2]
template<class T >
| void shamrock::LegacyVtkWriter::write_points |
( |
std::unique_ptr< sycl::buffer< sycl::vec< T, 3 > > > & |
buf, |
|
|
u32 |
len |
|
) |
| |
|
inline |
◆ write_points() [2/2]
template<class T >
| void shamrock::LegacyVtkWriter::write_points |
( |
sycl::buffer< sycl::vec< T, 3 > > & |
buf, |
|
|
u32 |
len |
|
) |
| |
|
inline |
◆ write_points_no_buf()
template<class T >
| void shamrock::LegacyVtkWriter::write_points_no_buf |
( |
| ) |
|
|
inline |
◆ write_voxel_cells()
template<class T >
| void shamrock::LegacyVtkWriter::write_voxel_cells |
( |
sycl::buffer< sycl::vec< T, 3 > > & |
buf_min, |
|
|
sycl::buffer< sycl::vec< T, 3 > > & |
buf_max, |
|
|
u32 |
len |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: