NX Open C++ Reference Guide
List of all members
NXOpen::ScalarTableValue Class Reference

Represents a General M x N table of scalar (real) values. More...

Inheritance diagram for NXOpen::ScalarTableValue:
NXOpen::GeneralScalarTable NXOpen::TransientObject

Additional Inherited Members

- Public Member Functions inherited from NXOpen::GeneralScalarTable
double GetCellValue (int iRow, int iCol)
 Returns the cell value. More...
 
std::vector< double > GetNthColumn (int iCol)
 Returns the entire Nth column of values. More...
 
NXOpen::UnitGetNthColumnUnits (int iCol)
 Returns the entire Nth column of values. More...
 
std::vector< double > GetNthRow (int iRow)
 Returns the entire Nth row of values. More...
 
int NumCols ()
 Returns the numuber of columns
Created in NX6.0.0. More...
 
int NumRows ()
 Returns the number of rows
Created in NX6.0.0. More...
 
void SetCellValue (int iRow, int iCol, double cellValue)
 Sets cell value
Created in NX6.0.0. More...
 
void SetCellValue (int iRow, int iCol, int cellValue)
 Sets cell value
Created in NX10.0.0. More...
 
void SetNthColumn (int iCol, const std::vector< double > &columnValues)
 Sets the entire Nth column of values. More...
 
void SetNthColumnUnits (int iCol, NXOpen::Unit *unitType)
 Sets the entire Nth column of values. More...
 
void SetNthRow (int iRow, const std::vector< double > &rowValues)
 Sets the entire Nth row of values. More...
 
void SetNumberOfRows (int nRows, double dDefaultValue)
 Sets the number of rows
Created in NX10.0.0. More...
 
void SetTableSize (int nRows, int nCols, double dDefaultValue)
 Sets the table size
Created in NX6.0.0. More...
 
virtual ~GeneralScalarTable ()
 Destroys the object
Created in NX6.0.0. More...
 

Detailed Description

Represents a General M x N table of scalar (real) values.


Created in NX6.0.0.


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.