Represents a single block of structured data. Call write()
exactly once before destructing.
More...
#include <Tecplot_file.hpp>
Public Member Functions | |
Structured_block (Tecplot_file &, int row_size, std::string name_arg="block", int n_dim_arg=0) | |
![]() | |
Zone (Tecplot_file &, int n_nodes_arg, std::string name_arg) | |
Zone (const Zone &other)=delete | |
Zone & | operator= (const Zone &other)=delete |
virtual void | write (const double *pos, const double *vars) |
Additional Inherited Members | |
![]() | |
Tecplot_file & | file |
std::string | name |
int | n_nodes |
number of data points to write in each write() invokation | |
int | tecio_zone_index |
TecIO's zone index, which is not the same as i_zone and may not be unique for all time. | |
int | n_total_vars |
std::vector< int > | var_types |
std::vector< int > | shared |
std::vector< int > | location |
std::vector< int > | passive |
int | strand_id |
Represents a single block of structured data. Call write()
exactly once before destructing.