#include <vclip.h>
Public Member Functions | |
| void | add (PolyTree *pt) |
| void | clear () |
| PolyTree * | create (const char *name) const |
| PolyTree * | create (int i) const |
| const PolyTree * | lookup (const char *name) const |
| const PolyTree * | lookup (int i) const |
| int | size () |
Private Attributes | |
| list< Handle< PolyTree > > | lib |
| void Vclip::PolyTreeLibrary::add | ( | PolyTree * | pt | ) | [inline] |
| void Vclip::PolyTreeLibrary::clear | ( | void | ) | [inline] |
| PolyTree* Vclip::PolyTreeLibrary::create | ( | const char * | name | ) | const [inline] |
| PolyTree* Vclip::PolyTreeLibrary::create | ( | int | i | ) | const [inline] |
| const PolyTree* Vclip::PolyTreeLibrary::lookup | ( | const char * | name | ) | const |
| const PolyTree* Vclip::PolyTreeLibrary::lookup | ( | int | i | ) | const |
| int Vclip::PolyTreeLibrary::size | ( | void | ) | [inline] |
list< Handle<PolyTree> > Vclip::PolyTreeLibrary::lib [private] |