Results Manager Functions

This group is for functions included in the Results Manager. The Results Manager stores analysis results and provides methods to get, print, and export them.

GetAllResultsNames()

GetAllDataNames(std)

GetNumResults(std)

GetResultsName(std)

GetResultsSetDoc(std)

GetResultsEntryDoc(std, std)

FindResultsID(std, int index=0)

FindLatestResultsID(std)

GetNumData(std, std)

GetResultsType(std, std)

GetIntResults(std, std, int index=0)

GetDoubleResults(std, std, int index=0)

GetDoubleMatResults(std, std, int index=0)

GetStringResults(std, std, int index=0)

GetVec3dResults(std, std, int index=0)

CreateGeomResults(std, std)

DeleteAllResults()

DeleteResult(std)

WriteResultsCSVFile(std, std)

PrintResults(std)

PrintResultsDocs(std)

WriteTestResults()

Details

openvsp.GetAllResultsNames() StringVector[source]
openvsp.GetAllDataNames(std: :string const & results_id) StringVector[source]
openvsp.GetNumResults(std: :string const & name) int[source]
openvsp.GetResultsName(std: :string const & results_id) std::string[source]
openvsp.GetResultsSetDoc(std: :string const & results_id) std::string[source]
openvsp.GetResultsEntryDoc(std: :string const & results_id, std: :string const & data_name) std::string[source]
openvsp.FindResultsID(std: :string const & name, int index=0) std::string[source]
openvsp.FindLatestResultsID(std: :string const & name) std::string[source]
openvsp.GetNumData(std: :string const & results_id, std: :string const & data_name) int[source]
openvsp.GetResultsType(std: :string const & results_id, std: :string const & data_name) int[source]
openvsp.GetIntResults(std: :string const & id, std: :string const & name, int index=0) IntVector[source]
openvsp.GetDoubleResults(std: :string const & id, std: :string const & name, int index=0) DoubleVector[source]
openvsp.GetDoubleMatResults(std: :string const & id, std: :string const & name, int index=0) DoubleVecVec[source]
openvsp.GetStringResults(std: :string const & id, std: :string const & name, int index=0) StringVector[source]
openvsp.GetVec3dResults(std: :string const & id, std: :string const & name, int index=0) Vec3dVec[source]
openvsp.CreateGeomResults(std: :string const & geom_id, std: :string const & name) std::string[source]
openvsp.DeleteAllResults()[source]
openvsp.DeleteResult(std: :string const & id)[source]
openvsp.WriteResultsCSVFile(std: :string const & id, std: :string const & file_name)[source]
openvsp.PrintResults(std: :string const & results_id)[source]
openvsp.PrintResultsDocs(std: :string const & results_id)[source]
openvsp.WriteTestResults()[source]