#include <BON2Component.h>
Public Member Functions | |
void | initialize () |
~ProcessingBaseImpl () | |
std::vector< Parameter > & | childParameters () |
Definition at line 102 of file Paradigms/SF/BON2SFSample/BON2Component.h.
BON::ProcessingBaseImpl::~ProcessingBaseImpl | ( | ) |
Definition at line 174 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.
std::vector< Parameter > & BON::ProcessingBaseImpl::childParameters | ( | ) |
Definition at line 160 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.
GME_ADDON void BON::ProcessingBaseImpl::initialize | ( | ) | [virtual] |
Reimplemented from BON::ObjectImpl.
Reimplemented in BON::PrimitiveImpl.
Definition at line 152 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.