Go to the source code of this file.
|
| #define | PCLLOG(msg) UG_LOG(msg) |
| | this allows us to print messages to the users terminal
|
| |
|
| template<class TType , class TLayoutMap > |
| void | pcl::LogLayoutMapStructure (TLayoutMap &lm) |
| | Logs the internals of a layout-map for a given type.
|
| |
| template<class TLayout > |
| void | pcl::LogLayoutStructure (TLayout &layout, const char *prefix="") |
| | Logs the internals of a layout.
|
| |
◆ PCLLOG
| #define PCLLOG |
( |
|
msg | ) |
UG_LOG(msg) |
this allows us to print messages to the users terminal
Wrapper for UG_LOG.