MeVisLab Scripting Reference
MLBaseGraphItemWrapper Class Reference

#include <mlBaseGraphItemWrapper.h>

Inherits MLPropertyContainerWrapper.

Inherited by MLVesselEdgeWrapper, and MLVesselNodeWrapper.

Detailed Description

A class that wraps BaseGraphItem objects for use in scripting.

Member Function Documentation

◆ getId

qint64 MLBaseGraphItemWrapper::getId ( ) const
inlineslot

Returns the ID of this item.

References getId().

Referenced by getId().

◆ getRootId

qint64 MLBaseGraphItemWrapper::getRootId ( ) const
inlineslot

Returns the ID of the root of this item.

References getRootId().

Referenced by getRootId().

◆ setRootId

void MLBaseGraphItemWrapper::setRootId ( qint64  id)
inlineslot

Sets the ID for the root of this item.

References setRootId().

Referenced by setRootId().

Property Documentation

◆ id

qint64 MLBaseGraphItemWrapper::id
read

The ID of the node/edge.

◆ rootId

qint64 MLBaseGraphItemWrapper::rootId
readwrite

the ID of the root node of the tree the node/edge belongs to.