#include <partition.h>
Public Member Functions | |
tpzone (string *zheader, string *zdata) | |
virtual | ~tpzone () |
Public Member Functions inherited from partition | |
partition () | |
virtual | ~partition () |
std::vector< int > | get_layout () |
virtual void | parse_layout () |
virtual bool | parse_data (int num_dep_vars, int num_vars, std::vector< std::vector< int > > rFieldMappings, index_order rIndexOrder, std::vector< adj_map > conv_factor, std::vector< adj_map > norm_val) |
string | get_error () |
string | get_status () |
int | get_num_points () |
points * | get_points () |
pnt | get_point (int n) |
Protected Attributes | |
string * | zheader |
string * | zdata |
Protected Attributes inherited from partition | |
std::vector< int > | p_layout |
string | error |
string | status |
points * | data_pts |
bool | data_pts_set |
Additional Inherited Members | |
Protected Member Functions inherited from partition | |
long double | get_adj (std::vector< adj_map > adj, int var) |
int | GetFieldMapping (std::vector< std::vector< int > > rFieldMapping, int rSearchField) |
Definition at line 64 of file partition.h.
tpzone | ( | string * | zheader, |
string * | zdata | ||
) |
|
virtual |
|
protected |
Definition at line 75 of file partition.h.
Referenced by tpz_ordered::parse_data(), tpz_fequad::parse_data(), tpzone(), and ~tpzone().
|
protected |
Definition at line 74 of file partition.h.
Referenced by tpz_ordered::parse_layout(), tpz_fequad::parse_layout(), tpzone(), and ~tpzone().