MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / makeChoiceArgument

Method makeChoiceArgument

src/measure/OSArgument.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 OSArgument OSArgument::makeChoiceArgument(const std::string& name, const std::vector<std::string>& choices, bool required, bool modelDependent) {
61 return makeChoiceArgument(name, choices, choices, required, modelDependent);
62 }
63
64 OSArgument OSArgument::makeChoiceArgument(const std::string& name, const std::vector<std::string>& choices,
65 const std::vector<std::string>& displayNames, bool required, bool modelDependent) {

Callers 5

argumentsMethod · 0.80
argumentsMethod · 0.80
argumentsMethod · 0.80

Calls 3

setDomainTypeMethod · 0.80
sizeMethod · 0.45
push_backMethod · 0.45

Tested by 2