#include <exploder.h>
Public Member Functions | |
| Exploder () | |
| void | add (const std::shared_ptr< Node > &node) |
| void | remove (const std::shared_ptr< Node > &node) |
| void | clear () |
| std::vector< std::shared_ptr< Node > > | list () |
| void | setPath (const std::shared_ptr< TransformPath > &path) |
| const std::shared_ptr< TransformPath > & | path () |
| void | update (float factor) |
| cil::Exploder::Exploder | ( | ) |
| void cil::Exploder::add | ( | const std::shared_ptr< Node > & | node | ) |
| void cil::Exploder::clear | ( | ) |
| std::vector< std::shared_ptr< Node > > cil::Exploder::list | ( | ) |
| const std::shared_ptr< TransformPath > & cil::Exploder::path | ( | ) |
| void cil::Exploder::remove | ( | const std::shared_ptr< Node > & | node | ) |
| void cil::Exploder::setPath | ( | const std::shared_ptr< TransformPath > & | path | ) |
| void cil::Exploder::update | ( | float | factor | ) |