osg.NodePath

class osg.NodePath
Represents:

c++ class

Wraps:

std::vector<osg::Node*>

Constructors:

osg.NodePath()

osg.NodePath(osg.NodePath nodePath)

Parameters:

nodePath (osg.NodePath) –

Methods:

:at(unsigned index)

Parameters:

index (unsigned) –

Return type:

osg.Node

:front()

Return type:

osg.Node

:back()

Return type:

osg.Node

:size()

Return type:

int

:push_back(osg.Node node)

Parameters:

node (osg.Node) –

:pop_back()