|
NX Open C++ 参考指南 2406 v1.1
|
表示一个通用M×N的标量(实数)值表格。
于NX6.0.0版本创建。
更多...
#include <ScalarTableValue.hxx>
额外继承的成员函数 | |
| Public 成员函数 继承自 NXOpen::GeneralScalarTable | |
| double | GetCellValue (int iRow, int iCol) |
| std::vector< double > | GetNthColumn (int iCol) |
| NXOpen::Unit * | GetNthColumnUnits (int iCol) |
| std::vector< double > | GetNthRow (int iRow) |
| int | NumCols () |
| int | NumRows () |
| void | SetCellNoValue (int iRow, int iCol) |
| void | SetCellValue (int iRow, int iCol, double cellValue) |
| void | SetCellValue (int iRow, int iCol, int cellValue) |
| void | SetNthColumn (int iCol, const std::vector< double > &columnValues) |
| void | SetNthColumnUnits (int iCol, NXOpen::Unit *unitType) |
| void | SetNthRow (int iRow, const std::vector< double > &rowValues) |
| void | SetNumberOfRows (int nRows, double dDefaultValue) |
| void | SetTableSize (int nRows, int nCols, double dDefaultValue) |
| virtual | ~GeneralScalarTable () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
表示一个通用M×N的标量(实数)值表格。
于NX6.0.0版本创建。
标量表值