YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
tgt_point_search_data Struct Reference
Collaboration diagram for tgt_point_search_data:
Collaboration graph

Data Fields

size_t tgt_point
 
double coordinate_xyz [3]
 
int is_masked
 
size_t src_points [3]
 
double sb_coords [3]
 
enum interp_type_flag type_flag
 depending on type flag interp_data contains a point to the required data
 
union { 
 
   struct edge_interp_data *   edge 
 
   struct triangle_interp_data *   triangle 
 
   size_t   idx 
 
interp_data 
 

Detailed Description

Definition at line 175 of file interp_method_hcsbb.c.

Field Documentation

◆ coordinate_xyz

double tgt_point_search_data::coordinate_xyz[3]

Definition at line 178 of file interp_method_hcsbb.c.

◆ edge

struct edge_interp_data* tgt_point_search_data::edge

Definition at line 187 of file interp_method_hcsbb.c.

◆ idx

size_t tgt_point_search_data::idx

Definition at line 189 of file interp_method_hcsbb.c.

◆ [union]

union { ... } tgt_point_search_data::interp_data

◆ is_masked

int tgt_point_search_data::is_masked

Definition at line 180 of file interp_method_hcsbb.c.

◆ sb_coords

double tgt_point_search_data::sb_coords[3]

Definition at line 182 of file interp_method_hcsbb.c.

◆ src_points

size_t tgt_point_search_data::src_points[3]

Definition at line 181 of file interp_method_hcsbb.c.

◆ tgt_point

size_t tgt_point_search_data::tgt_point

Definition at line 177 of file interp_method_hcsbb.c.

◆ triangle

struct triangle_interp_data* tgt_point_search_data::triangle

Definition at line 188 of file interp_method_hcsbb.c.

◆ type_flag

enum interp_type_flag tgt_point_search_data::type_flag

depending on type flag interp_data contains a point to the required data

Definition at line 185 of file interp_method_hcsbb.c.


The documentation for this struct was generated from the following file: