|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/type_traits.h>#include <pcl/pcl_config.h>#include <Eigen/Core>#include <memory>#include <type_traits>#include <utility>
Include dependency graph for memory.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Defines functions, macros and traits for allocating and using memory.
Definition in file memory.h.
Namespaces | |
| pcl | |
Macros | |
| #define | PCL_MAKE_ALIGNED_OPERATOR_NEW |
| Macro to signal a class requires a custom allocator. More... | |
Functions | |
| template<typename T , typename ... Args> | |
| shared_ptr< T > | pcl::make_shared (Args &&... args) |
| Returns a pcl::shared_ptr compliant with type T's allocation policy. More... | |