CVBpy 14.0
NodeMapEnumerator Class Reference

Lazy enumeration of node maps. More...

Inherits object.

Public Member Functions

cvb.NodeMap node_map (self, str name)
 Name based node map access. More...
 

Properties

 names = property
 List[str]: Get the names of all available node maps.
 

Detailed Description

Lazy enumeration of node maps.

Creates a nodemap enumerator.

Member Function Documentation

◆ node_map()

cvb.NodeMap node_map (   self,
str  name 
)

Name based node map access.

Parameters

name : str Node map name.

Returns

cvb.NodeMap The node map.