COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
covise::coCellToVert Member List

This is the complete list of members for covise::coCellToVert, including all inherited members.

Algorithm enum namecovise::coCellToVert
interpolate(bool unstructured, int num_elem, int num_conn, int num_point, const int *elem_list, const int *conn_list, const int *type_list, const int *neighbour_cells, const int *neighbour_idx, const float *xcoord, const float *ycoord, const float *zcoord, int numComp, int &dataSize, const float *in_data_0, const float *in_data_1, const float *in_data_2, const char *objName, Algorithm algo_option=SIMPLE)covise::coCellToVert
interpolate(const coDistributedObject *geo_in, int numComp, int &dataSize, const float *in_data_0, const float *in_data_1, const float *in_data_2, const char *objName, Algorithm algo_option=SIMPLE)covise::coCellToVert
interpolate(const coDistributedObject *geo_in, const coDistributedObject *data_in, const char *objName, Algorithm algo_option=SIMPLE)covise::coCellToVert
interpolate(bool unstructured, int num_elem, int num_conn, int num_point, const int *elem_list, const int *conn_list, const int *type_list, const int *neighbour_cells, const int *neighbour_idx, const float *xcoord, const float *ycoord, const float *zcoord, int numComp, int &dataSize, const float *in_data_0, const float *in_data_1, const float *in_data_2, float *out_data_0, float *out_data_1, float *out_data_2, Algorithm algo_option=SIMPLE)covise::coCellToVert
SIMPLE enum valuecovise::coCellToVert
simpleAlgo(int num_elem, int num_conn, int num_point, const int *elem_list, const int *conn_list, int numComp, int dataSize, const float *in_data_0, const float *in_data_1, const float *in_data_2, float *out_data_0, float *out_data_1, float *out_data_2)covise::coCellToVertprivate
SQR_WEIGHT enum valuecovise::coCellToVert
weightedAlgo(int num_elem, int num_conn, int num_point, const int *elem_list, const int *conn_list, const int *type_list, const int *neighbour_cells, const int *neighbour_idx, const float *xcoord, const float *ycoord, const float *zcoord, int numComp, int dataSize, const float *in_data_0, const float *in_data_1, const float *in_data_2, float *out_data_0, float *out_data_1, float *out_data_2)covise::coCellToVertprivate