Name | Description | |
---|---|---|
![]() | Clear | Removes all data from the storage. |
![]() | Clone | Creates an identical copy of this MeshSurfaceData object |
![]() | GetValueX | Gets the x-position value for a data point at a given two-dimensional index. |
![]() | GetValueY | Gets the elevation value for a data point at a given two-dimensional index. |
![]() | GetValueZ | Gets the z-position value for a data point at a given two-dimensional index. |
![]() | SetGridSize | Sets the size of the data storage. A storage with size M x N is represented by a surface with (M - 1) x (N - 1) cells. |
![]() | SetValue | Sets elevation, x-position and z-position values for a data point. |
![]() | SetValueX | Sets the x-position value for a data point at a given two-dimensional index. |
![]() | SetValueY | Sets the elevation value for a data point at a given two-dimensional index. |
![]() | SetValueZ | Sets the z-position value for a data point at a given two-dimensional index. |