ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
FormTypes

Functions

FORM_API int FORMTYPE_ask_def_class_name (tag_t form_type_tag, char **def_class_name)
 
FORM_API int FORMTYPE_ask_display_file_name (tag_t form_type_tag, char **display_file_name)
 

Detailed Description

Function Documentation

FORM_API int FORMTYPE_ask_def_class_name ( tag_t  form_type_tag,
char **  def_class_name 
)

Returns the form definition class name of the specified FormType.

Returns a zero-length string if a POM storage class is not defined.

Parameters
form_type_tag(I)
def_class_name(OF)
FORM_API int FORMTYPE_ask_display_file_name ( tag_t  form_type_tag,
char **  display_file_name 
)
Deprecated:
This function is deprecated (V9 onwards) and will be removed from TC2009.

Returns the display file name of the specified FormType.

Parameters
form_type_tag(I)
display_file_name(OF)