#include <SoCounterAction.h>
Definition at line 36 of file SoCounterAction.h.
◆ LookFor
enum SoCounterAction::LookFor |
◆ SoCounterAction()
SoCounterAction::SoCounterAction |
( |
| ) |
|
◆ ~SoCounterAction()
SoCounterAction::~SoCounterAction |
( |
| ) |
|
|
virtual |
◆ beginTraversal()
void SoCounterAction::beginTraversal |
( |
SoNode * | node | ) |
|
|
protectedvirtual |
◆ getCount()
int SoCounterAction::getCount |
( |
| ) |
const |
◆ initClass()
void SoCounterAction::initClass |
( |
void | | ) |
|
|
static |
Definition at line 45 of file SoCounterAction.cc.
45 {
46 static bool first = true;
47 if (first) {
48 first = false;
50
52
53 SO_ACTION_ADD_METHOD(SoNode,SoCounterAction::actionMethod);
54 }
55}
◆ setLookFor()
void SoCounterAction::setLookFor |
( |
LookFor | aLookFor | ) |
|
◆ setType()
void SoCounterAction::setType |
( |
const SoType | aType, |
|
|
SbBool | aCheckDerived = TRUE ) |
The documentation for this class was generated from the following files: