insarviz.state.drawing.layer.PointsLayer module

class insarviz.state.drawing.layer.PointsLayer.InitializedPointsLayer(context, points_layer)[source]

Bases: InitializedLayer

GL_free()[source]
GL_setup
GL_texture
staticMetaObject = PySide6.QtCore.QMetaObject("InitializedPointsLayer" inherits "InitializedLayer": )
class insarviz.state.drawing.layer.PointsLayer.PointsLayer(dyn_dataset, points, profiles)[source]

Bases: Layer

GL_draw_points_and_profiles
GL_initialize(context)[source]
classmethod can_from_mime(mimeData, **kwargs)[source]
dataset
static from_dict(dct, points=None, profiles=None, selected_band=None, **__kwargs__)[source]
geo_to_image
is_enabled
is_removable = False
opacity
point_drawings
points
profile_drawings
profiles
shaders
staticMetaObject = PySide6.QtCore.QMetaObject("PointsLayer" inherits "Layer": )
texture_size
to_dict()[source]