csc.layers.index.CellIndex

class csc.layers.index.CellIndex

CellIndex class

Implements the CellIndex properties.

Variables:
  • frame_index – Get int

  • item_id – Get csc.Guid

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: csc.layers.index.CellIndex) -> None

  2. __init__(self: csc.layers.index.CellIndex, frame_index: int, item_id: csc.Guid) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

is_valid(self)

Attributes

frame_index

item_id

__annotations__ = {}
__eq__(self: csc.layers.index.CellIndex, arg0: csc.layers.index.CellIndex) bool
__hash__ = None
__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: csc.layers.index.CellIndex) -> None

  2. __init__(self: csc.layers.index.CellIndex, frame_index: int, item_id: csc.Guid) -> None

__lt__(self: csc.layers.index.CellIndex, arg0: csc.layers.index.CellIndex) bool
__module__ = 'csc.layers.index'
property frame_index
is_valid(self: csc.layers.index.CellIndex) bool
property item_id