Octave interface: Added riGetPropertyNames

Not yet included in build system
p4#: 22253
This commit is contained in:
Jacob Støren
2013-08-30 15:26:35 +02:00
parent 81aaf707de
commit 336eb56e3f
3 changed files with 254 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ namespace riOctavePlugin
char caseInfo_CaseType[] = "CaseType";
char caseInfo_CaseGroupId[] = "CaseGroupId";
// Octave data structure: PropertyInfo
char propertyInfo_PropName[] = "PropName";
char propertyInfo_PropType[] = "PropType";
// Octave data structure : CaseGroupInfo
char caseGroupInfo_CaseGroupId[] = "CaseGroupId";
char caseGroupInfo_CaseGroupName[] = "CaseName";