| __init__(self, _api.DiscreteField discreteField) | hyperx.api.DiscreteField | |
| _Entity | hyperx.api.IdEntity | protected |
| AddColumn(self, str name) | hyperx.api.DiscreteField | |
| AddPointRow(self, Vector3d pointId) | hyperx.api.DiscreteField | |
| ColumnCount | hyperx.api.DiscreteField | static |
| Columns | hyperx.api.DiscreteField | static |
| DataType | hyperx.api.DiscreteField | static |
| DeleteAllRows(self) | hyperx.api.DiscreteField | |
| DeleteColumn(self, int columnId) | hyperx.api.DiscreteField | |
| DeletePointRow(self, Vector3d pointId) | hyperx.api.DiscreteField | |
| DeleteRow(self, int entityId) | hyperx.api.DiscreteField | |
| DeleteRowsAndColumns(self) | hyperx.api.DiscreteField | |
| Id | hyperx.api.IdEntity | static |
| Name | hyperx.api.IdNameEntity | static |
| PhysicalEntityType | hyperx.api.DiscreteField | static |
| PointIds | hyperx.api.DiscreteField | static |
| ReadNumericCell(self, int entityId, int columnId) | hyperx.api.DiscreteField | |
| ReadNumericCell(self, Vector3d pointId, int columnId) | hyperx.api.DiscreteField | |
| ReadNumericCell(self, item1=None, item2=None) | hyperx.api.DiscreteField | |
| ReadStringCell(self, int entityId, int columnId) | hyperx.api.DiscreteField | |
| ReadStringCell(self, Vector3d pointId, int columnId) | hyperx.api.DiscreteField | |
| ReadStringCell(self, item1=None, item2=None) | hyperx.api.DiscreteField | |
| Rename(self, str name) | hyperx.api.IdNameEntityRenameable | |
| RowCount | hyperx.api.DiscreteField | static |
| RowIds | hyperx.api.DiscreteField | static |
| SetColumnName(self, int columnId, str name) | hyperx.api.DiscreteField | |
| SetNumericValue(self, int entityId, int columnId, float value) | hyperx.api.DiscreteField | |
| SetNumericValue(self, Vector3d pointId, int columnId, float value) | hyperx.api.DiscreteField | |
| SetNumericValue(self, item1=None, item2=None, item3=None) | hyperx.api.DiscreteField | |
| SetNumericValues(self, dict[int, tuple[float]] valuesByEntityId) | hyperx.api.DiscreteField | |
| SetNumericValues(self, dict[Vector3d, tuple[float]] valuesByPoint) | hyperx.api.DiscreteField | |
| SetNumericValues(self, item1=None) | hyperx.api.DiscreteField | |
| SetStringValue(self, int entityId, int columnId, str value) | hyperx.api.DiscreteField | |
| SetStringValue(self, Vector3d pointId, int columnId, str value) | hyperx.api.DiscreteField | |
| SetStringValue(self, item1=None, item2=None, item3=None) | hyperx.api.DiscreteField | |
| SetStringValues(self, dict[int, tuple[str]] valuesByEntityId) | hyperx.api.DiscreteField | |
| SetStringValues(self, dict[Vector3d, tuple[str]] valuesByPoint) | hyperx.api.DiscreteField | |
| SetStringValues(self, item1=None) | hyperx.api.DiscreteField | |