Teamcenter C++ API Reference  2312
Public Attributes | List of all members
ATT0_parameter_data_s Struct Reference

#include <Att0ParametersManagment.hxx>

Public Attributes

std::vector
< ATT0_parameter_file_data_t
goalFiles
 
bool isVisible
 
std::string paramDirection
 
tag_t parameter
 
std::map< std::string, tag_t > relatedObjects
 
int type
 

Detailed Description

Structure of Parameter Data.

Definition at line 168 of file Att0ParametersManagment.hxx.

Member Data Documentation

std::vector<ATT0_parameter_file_data_t> ATT0_parameter_data_s::goalFiles

List of associated goal files on the parameter

Definition at line 175 of file Att0ParametersManagment.hxx.

bool ATT0_parameter_data_s::isVisible

Determines if the parameter is visible.

Definition at line 174 of file Att0ParametersManagment.hxx.

std::string ATT0_parameter_data_s::paramDirection

Parameter direction: "input", "output", "unused".

Definition at line 172 of file Att0ParametersManagment.hxx.

tag_t ATT0_parameter_data_s::parameter

Parameter object

Definition at line 170 of file Att0ParametersManagment.hxx.

std::map<std::string, tag_t> ATT0_parameter_data_s::relatedObjects

Map of related objects (name, tag).

Definition at line 173 of file Att0ParametersManagment.hxx.

int ATT0_parameter_data_s::type

Parameter type

Definition at line 171 of file Att0ParametersManagment.hxx.


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