|  | VPTissue Reference Manual
    | 
The Copy-Based Mesh Builder directs the Mesh building process using another mesh. More...
#include <CBMBuilder.h>

| Public Member Functions | |
| std::shared_ptr< Mesh > | Build (const Mesh &mesh) | 
| Build a mesh exactly like the given mesh. | |
The Copy-Based Mesh Builder directs the Mesh building process using another mesh.
This will result in a deep copy of the given mesh.
Definition at line 32 of file CBMBuilder.h.