items: SceneWidget items

The following classes are items that describes the content of a SceneWidget:

  • ImageData
  • ImageRgba
  • Scatter2D
  • Scatter3D
  • ScalarField3D
  • ClipPlane
  • Mesh
  • GroupItem

2D images

ImageData

ImageData inherits from DataItem3D and also provides its API.

ImageRgba

ImageRgba inherits from DataItem3D and also provides its API.

2D/3D scatter data

Scatter2D

Scatter2D inherits from DataItem3D and also provides its API.

Scatter3D

Scatter3D inherits from DataItem3D and also provides its API.

3D volume

ScalarField3D

ScalarField3D inherits from DataItem3D and also provides its API.

The following classes allows to configure ScalarField3D visualization:

IsoSurface

IsoSurface inherits from Item3D and also provides its API.

CutPlane

CutPlane inherits from Item3D and also provides its API.

Clipping plane

ClipPlane

ClipPlane inherits from Item3D and also provides its API.

3D mesh

Mesh

Mesh inherits from DataItem3D and also provides its API.

Item base classes

The following classes provides the base classes for other items.

Item3D

DataItem3D

DataItem3D inherits from Item3D and also provides its API.

GroupItem

GroupItem inherits from DataItem3D and also provides its API.