ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Fields
TIE_traversed_object_s Struct Reference

#include <tie.h>

Data Fields

logical new_island
 
tag_t primary_tag
 
char * relation_name
 
tag_t relation_tag
 
PIE_connection_type_t relation_type
 
int rule_number
 
tag_t secondary_tag
 

Detailed Description

Definitions of TIE traversed results that is used by #TIE_customTraversal_msg

Definition at line 228 of file tie.h.

Field Documentation

logical TIE_traversed_object_s::new_island

If the child object will be in a new island. Initialize it as false.

Definition at line 236 of file tie.h.

tag_t TIE_traversed_object_s::primary_tag

The primary object traversed from. Non-NULLTAG is required.

Definition at line 230 of file tie.h.

char* TIE_traversed_object_s::relation_name

Relation name, SM allocated memory. Initialize it as NULL.

Definition at line 233 of file tie.h.

tag_t TIE_traversed_object_s::relation_tag

Relation tag. Initialize it as NULLTAG.

Definition at line 234 of file tie.h.

PIE_connection_type_t TIE_traversed_object_s::relation_type

Enum for type of relation (or reference) to traverse in closure rule.

Definition at line 232 of file tie.h.

int TIE_traversed_object_s::rule_number

Closure rule index that qulified this. Initialize it as -1.

Definition at line 235 of file tie.h.

tag_t TIE_traversed_object_s::secondary_tag

The secondary object traversed too. It will be added to traversed results. Non-NULLTAG is required.

Definition at line 231 of file tie.h.


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