#include "torc/packer/Primitive.hpp"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::physical |
Classes | |
| class | torc::physical::PrimitiveSet |
| PrimitiveSet. More... | |
Typedefs | |
| typedef boost::shared_ptr < PrimitiveSet > | torc::physical::PrimitiveSetSharedPtr |
| Shared pointer encapsulation of a PrimitiveSet. | |
| typedef boost::weak_ptr < PrimitiveSet > | torc::physical::PrimitiveSetWeakPtr |
| Shared pointer encapsulation of a PrimitiveSet. | |
| typedef std::vector < PrimitiveSetSharedPtr > | torc::physical::PrimitiveSetSharedPtrVector |
| Vector of PrimitiveSet shared pointers. | |
Definition in file PrimitiveSet.hpp.
1.5.6