ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros | Functions
constants.h File Reference
#include <tc/tc_startup.h>
#include <constants/libconstants_exports.h>
#include <constants/libconstants_undef.h>

Go to the source code of this file.

Macros

#define PROPERTY_CONST_COMPLEXPROPERTY   "ComplexProperty"
 
#define PROPERTY_CONST_COPYFROMORIGINAL   "CopyFromOriginal"
 
#define PROPERTY_CONST_ENABLED   "Enabled"
 
#define PROPERTY_CONST_INITIALVALUE   "InitialValue"
 
#define PROPERTY_CONST_MODIFIABLE   "Modifiable"
 
#define PROPERTY_CONST_REQUIRED   "Required"
 
#define PROPERTY_CONST_TRIM_ZEROS   "Fnd0TrimZeroes"
 
#define PROPERTY_CONST_VISIBLE   "Visible"
 

Functions

CONSTANTS_API int CONSTANTS_find_type_by_type_constant_value (const char *type_constant_name, const char *attached_value, char **target_type_name)
 
CONSTANTS_API int CONSTANTS_get_global_constant_value (const char *constant_name, char **value)
 
CONSTANTS_API int CONSTANTS_get_global_constant_values (const char *constant_name, int *n_values, char ***values)
 
CONSTANTS_API int CONSTANTS_get_property_constant_value (const char *constant_name, const char *type_name, const char *property_name, char **value)
 
CONSTANTS_API int CONSTANTS_get_type_constant_value (const char *constant_name, const char *type_name, char **value)
 
CONSTANTS_API int CONSTANTS_is_global_constant_multivalued (const char *constant_name, logical *is_multi_valued)
 

CONSTANTS Enumerations

enum  CONSTANTSDataType_e { StringDataType =0, ListDataType =1, BooleanDataType =2 }
 
typedef enum CONSTANTSDataType_e CONSTANTSDataType_t
 

Detailed Description

This file defines constants and external ITK API for the CONSTANTS module.

Definition in file constants.h.