ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Structures | Typedefs | Enumerations | Functions
partitiontemplate.h File Reference
#include <ptn0partitiontemplate/libptn0partitiontemplate_exports.h>
#include <map>
#include <vector>
#include <ptn0partitiontemplate/libptn0partitiontemplate_undef.h>

Go to the source code of this file.

Data Structures

struct  PARTITIONTEMPLATE_carry_over_input_option_s
 

Typedefs

typedef struct
PARTITIONTEMPLATE_carry_over_input_option_s 
PARTITIONTEMPLATE_carry_over_input_option_t
 
typedef enum
PARTITIONTEMPLATE_clone_rlz_input_option_e 
PARTITIONTEMPLATE_clone_rlz_input_option_t
 

Enumerations

enum  PARTITIONTEMPLATE_clone_rlz_input_option_e {
  PARTITION_checkout_on_create = 0, PARTITION_include_attribute_groups, PARTITION_include_child_partitions, PARTITION_include_variant_expressions,
  PARTITION_include_effectivity_expressions, PARTITION_exclude_local_partitions, PARTITION_copy_rlz_references
}
 

Functions

PTN0PARTITIONTEMPLATE_API int PARTITIONTEMPLATE_clone_partitions (tag_t source_model_tag, tag_t target_model_tag, int nb_of_schemes, tag_t *source_schemes, int nb_of_clone_options, PARTITIONTEMPLATE_carry_over_input_option_t *clone_options)
 
PTN0PARTITIONTEMPLATE_API int PARTITIONTEMPLATE_clone_partitions_partial_and_full (tag_t source_model_tag, tag_t target_model_tag, tag_t revision_rule, tag_t variant_rule, int num_schemes, tag_t *source_schemes, int num_partitions, tag_t *source_partitions, int no_of_clone_options, const PARTITIONTEMPLATE_carry_over_input_option_t *clone_options)
 
PTN0PARTITIONTEMPLATE_API int PARTITIONTEMPLATE_realize_partitions (tag_t source_model_tag, tag_t target_model_tag, tag_t revision_rule, tag_t variant_rule, int nb_of_schemes, tag_t *source_schemes, int nb_of_partitions, tag_t *source_partitions, int nb_of_rlz_options, PARTITIONTEMPLATE_carry_over_input_option_t *rlz_options)
 
PTN0PARTITIONTEMPLATE_API int PARTITIONTEMPLATE_update_realized_partition (tag_t rlzd_partition, tag_t revision_rule, tag_t variant_rule)
 

Detailed Description

This header file declares Partition Template cloning and realization ITKs

Definition in file partitiontemplate.h.