Convenience class that implements a pointer to a Bundle object but adds some useful member funtions that lets the pointer resemble the same properties as the Bundle object itself. More...
#include <Bundle.hpp>
Convenience class that implements a pointer to a Bundle object but adds some useful member funtions that lets the pointer resemble the same properties as the Bundle object itself.
EvolutionSurface.cpp, HelicalLines.cpp, Sphere.cpp, trimesh.cpp, and uniform_scalar.cpp.
SlicePtr BundlePtr::operator() | ( | double & | time | ) | [inline] |
int BundlePtr::save | ( | const string & | url | ) |
RefPtr<Fiber::FBXMLSaver> BSaver = Bndl->getInterface(typeid(Fiber::XML) ); RefPtr<Fiber::FBXMLSaver> BSaver = interface_cast<Fiber::FBXMLSaver>(*Bndl); InterfacePtr<Fiber::XMLSaver<Fiber::Bundle> > BSaver = *Bndl; if (BSaver) BSaver->save(*Bndl, "-");