NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Shapes are categorized into higher-level 3D geometries and 2D image space objects. More...

Modules

 Object Space Shapes
 Higher-level shapes are defined in 3D space and can be co-rendered with large-scale datasets.
 
 Image Space Shapes
 Image space shapes are defined in 2D space and can be co-rendered with large-scale datasets.
 

Classes

class  nv::index::IIcon_2D
 Icons are common means for annotating a 3D scene using images. More...
 
class  nv::index::ILabel_2D
 A label defined in image space. More...
 
class  nv::index::IShape
 The base class of all shapes. More...
 
class  nv::index::IObject_space_shape
 Object space shapes are defined in the 3D scene, i.e., their position as well as their extent is affected by the applied transformations present in the scene description. More...
 
class  nv::index::IImage_space_shape
 Image space shapes have an extent defined in two-dimensional image space even though their position may be affected by the applied transformations present in the scene description. More...
 

Detailed Description

Shapes are categorized into higher-level 3D geometries and 2D image space objects.

Shapes are a visible scene object. These are created by IScene::create_shape. The behavior of many shapes can be changed using the scene attributes.

See also
IAttribute