osg.NodePathList

class osg.NodePathList
Represents:

c++ class

Wraps:

std::vector<osg::NodePath>

Constructors:

osg.NodePathList()

osg.NodePathList(osg.NodePathList nodePathList)

Parameters:

nodePathList (osg.NodePathList) –

Methods:

:at(unsigned index)

Parameters:

index (unsigned) –

Return type:

osg.NodePath

:front()

Return type:

osg.NodePath

:back()

Return type:

osg.NodePath

:size()

Return type:

int

:push_back(osg.NodePath nodePath)

Parameters:

nodePath (osg.NodePath) –