![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
Represents a 3D array of data More...
Public Member Functions | |
| bool | IsEdge (Int3 pos) |
| bool | IsValid (Int3 pos) |
| VolumeBuffer (Int3 size) | |
| VolumeBuffer (Int3 size, T[] ar) | |
| T | GetVoxel (Int3 pos) |
| void | SetVoxel (Int3 pos, T val) |
| void | ClearEdges (T clearVal) |
Public Attributes | |
| T [] | DataArray |
| readonly Int3 | Size |
Properties | |
| T | this[Int3 pos] [get, set] |
| HoloToolkit.Unity.VolumeBuffer< T >.VolumeBuffer | ( | Int3 | size | ) |
Definition at line 29 of file VolumeBuffer.cs.
| HoloToolkit.Unity.VolumeBuffer< T >.VolumeBuffer | ( | Int3 | size, |
| T [] | ar | ||
| ) |
Definition at line 35 of file VolumeBuffer.cs.
| void HoloToolkit.Unity.VolumeBuffer< T >.ClearEdges | ( | T | clearVal | ) |
Definition at line 57 of file VolumeBuffer.cs.
| T HoloToolkit.Unity.VolumeBuffer< T >.GetVoxel | ( | Int3 | pos | ) |
Definition at line 47 of file VolumeBuffer.cs.
| bool HoloToolkit.Unity.VolumeBuffer< T >.IsEdge | ( | Int3 | pos | ) |
Definition at line 15 of file VolumeBuffer.cs.
| bool HoloToolkit.Unity.VolumeBuffer< T >.IsValid | ( | Int3 | pos | ) |
Definition at line 22 of file VolumeBuffer.cs.
| void HoloToolkit.Unity.VolumeBuffer< T >.SetVoxel | ( | Int3 | pos, |
| T | val | ||
| ) |
Definition at line 52 of file VolumeBuffer.cs.
| T [] HoloToolkit.Unity.VolumeBuffer< T >.DataArray |
Definition at line 12 of file VolumeBuffer.cs.
| readonly Int3 HoloToolkit.Unity.VolumeBuffer< T >.Size |
Definition at line 13 of file VolumeBuffer.cs.
|
getset |
Definition at line 42 of file VolumeBuffer.cs.