LookupTable

class m3sh.vis.LookupTable(actor)[source]

Bases: Prop

Color bar.

Visual representation of a lookup table associated with a displayed shape.

Parameters:

actor (Prop or vtkActor) – A render object.

Note

The wrapped actor is a 2-dimensional actor.

Attributes

actor

Actor instance.

bounds

Axis aligned bounding box.

name

Prop name.

pickable

Pickable property.

position

Position property.

prop

Wrapped VTK instance.

visible

Visibility property.