Object
In KVS, the vizualized dat is called as "object" and is classified into geomtric object :
- Point object,
- Line object,
- Polygon object,
and volumetric object:
- Structured volume object,
- Unstructured volume object.
The geometric object is composed of point, line or polygon, and is normally supported as graphic primitives in well-known graphics library, such as OpenGL and DirectX. In KVS, the user can represent it as point object, line object or polygon object.
On the other hand, the volumentric object is represented as numerical values, which are discreately distributed in the 3D space. Moreover, the 3D space is divided into multiple sub-spaces called grid, and then the numerical value is defined at the vertex of the grid (element). In KVS, the volumetric object can be classified into the structured volume object and unstructured volume object depending on the complexity of the grid structure.
Geometry object | ||
![]() |
![]() |
![]() |
PointObject | LineObject | PolygonObject |
Volume object | ||
![]() |
![]() |
|
StructuredVolumeObject | UnstructuredVolumeObject |
Last Updated at Nov. 1, 2015