ug4
|
#include <iostream>
#include "pcl_base.h"
#include "pcl_methods.h"
#include "pcl_communication_structs.h"
#include "pcl_interface_communicator.h"
#include "pcl_process_communicator.h"
Go to the source code of this file.
Namespaces | |
pcl | |
Macros | |
#define | PCLLOG(msg) UG_LOG(msg) |
this allows us to print messages to the users terminal More... | |
Functions | |
template<class TType , class TLayoutMap > | |
void | pcl::LogLayoutMapStructure (TLayoutMap &lm) |
Logs the internals of a layout-map for a given type. More... | |
template<class TLayout > | |
void | pcl::LogLayoutStructure (TLayout &layout, const char *prefix="") |
Logs the internals of a layout. More... | |
#define PCLLOG | ( | msg | ) | UG_LOG(msg) |
this allows us to print messages to the users terminal
Wrapper for UG_LOG.