hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Tecplot_file::Structured_block Class Reference

Represents a single block of structured data. Call write() exactly once before destructing. More...

#include <Tecplot_file.hpp>

Inheritance diagram for hexed::Tecplot_file::Structured_block:
hexed::Tecplot_file::Zone

Public Member Functions

 Structured_block (Tecplot_file &, int row_size, std::string name_arg="block", int n_dim_arg=0)
 
- Public Member Functions inherited from hexed::Tecplot_file::Zone
 Zone (Tecplot_file &, int n_nodes_arg, std::string name_arg)
 
 Zone (const Zone &other)=delete
 
Zoneoperator= (const Zone &other)=delete
 
virtual void write (const double *pos, const double *vars)
 

Additional Inherited Members

- Protected Attributes inherited from hexed::Tecplot_file::Zone
Tecplot_filefile
 
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
 

Detailed Description

Represents a single block of structured data. Call write() exactly once before destructing.


The documentation for this class was generated from the following files: