Collision Checker
collision_object_export_final.h
Go to the documentation of this file.
1 #pragma once
3 namespace collision {
4 namespace serialize {
6  // warning: memory for the member base must be deallocated manually upon each
7  // deserialization and construction of this class
8  public:
11  : base(_base) {}
14  virtual bool operator()(s11nlite::node_type &dest) const;
15 
16  virtual bool operator()(const s11nlite::node_type &src);
17 };
18 } // namespace serialize
19 } // namespace collision
virtual bool operator()(s11nlite::node_type &dest) const
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)