debian man page for soactionmethodlist

Query: soactionmethodlist

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SoActionMethodList(3)						       Coin						     SoActionMethodList(3)

NAME
SoActionMethodList - The SoActionMethodList class contains function pointers for action methods. An SoActionMethodList contains one function pointer per node type. Each action contains an SoActioMethodList to know which functions to call during scene graph traversal.
SYNOPSIS
#include <Inventor/lists/SoActionMethodList.h> Inherits SbPList. Public Member Functions SoActionMethodList (SoActionMethodList *const parentlist) ~SoActionMethodList () SoActionMethod & operator[] (const int index) void addMethod (const SoType node, const SoActionMethod method) void setUp (void) Additional Inherited Members Detailed Description The SoActionMethodList class contains function pointers for action methods. An SoActionMethodList contains one function pointer per node type. Each action contains an SoActioMethodList to know which functions to call during scene graph traversal. Constructor &; Destructor Documentation SoActionMethodList::SoActionMethodList (SoActionMethodList *constparentlist) The constructor. The parentlist argument is the parent action's action method list. It can be NULL for action method lists that are not based on inheriting from a parent action. SoActionMethodList::~SoActionMethodList () Destructor. Member Function Documentation void SoActionMethodList::addMethod (const SoTypenode, const SoActionMethodmethod) Add a function pointer to a node type's action method. void SoActionMethodList::setUp (void) This method must be called as the last initialization step before using the list. It fills in NULL entries with the parent's method. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoActionMethodList(3)
Related Man Pages
sogetmatrixaction(3) - debian
sosimplifyaction(3) - debian
sotovrmlaction(3) - debian
sovectorizepsaction(3) - debian
sowriteaction(3) - debian
Similar Topics in the Unix Linux Community
Invited Member Directory
CodeExplorer 1.2 (Default branch)