Go to the source code of this file.
|
| namespace | octomap |
| | Namespace the OctoMap library and visualization tools.
|
| |
|
| #define | OCTOMAP_DEBUG(...) fprintf(stderr, __VA_ARGS__), fflush(stderr) |
| |
| #define | OCTOMAP_DEBUG_STR(args) std::cerr << args << std::endl |
| |
| #define | OCTOMAP_ERROR(...) fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) |
| |
| #define | OCTOMAP_ERROR_STR(args) std::cerr << "ERROR: " << args << std::endl |
| |
| #define | OCTOMAP_WARNING(...) fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) |
| |
| #define | OCTOMAP_WARNING_STR(args) std::cerr << "WARNING: " << args << std::endl |
| |
◆ OCTOMAP_DEBUG
| #define OCTOMAP_DEBUG |
( |
| ... | ) |
fprintf(stderr, __VA_ARGS__), fflush(stderr) |
◆ OCTOMAP_DEBUG_STR
| #define OCTOMAP_DEBUG_STR |
( |
| args | ) |
std::cerr << args << std::endl |
◆ OCTOMAP_ERROR
| #define OCTOMAP_ERROR |
( |
| ... | ) |
fprintf(stderr, "ERROR: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) |
Referenced by octomap::ScanGraph::addEdge(), octomap::ScanGraph::addEdge(), octomap::ScanGraph::addNode(), octomap::OccupancyOcTreeBase< NODE >::castRay(), octomap::AbstractOcTree::createTree(), main(), octomap::ScanEdge::readASCII(), octomap::ScanGraph::readBinary(), octomap::AbstractOccupancyOcTree::readBinary(), octomap::Pointcloud::readBinary(), octomap::ScanEdge::readBinary(), octomap::AbstractOccupancyOcTree::readBinaryLegacyHeader(), octomap::ScanGraph::readEdgesASCII(), octomap::ScanNode::readPoseASCII(), octomap::OccupancyOcTreeBase< NODE >::setBBXMax(), octomap::OccupancyOcTreeBase< NODE >::setBBXMin(), and octomap::Pointcloud::writeBinary().
◆ OCTOMAP_ERROR_STR
| #define OCTOMAP_ERROR_STR |
( |
| args | ) |
std::cerr << "ERROR: " << args << std::endl |
Referenced by octomap::OcTreeBaseImpl< ColorOcTreeNode, AbstractOccupancyOcTree >::coordToKeyChecked(), octomap::OcTreeBaseImpl< NODE, INTERFACE >::deleteNode(), main(), octomap::AbstractOcTree::read(), octomap::AbstractOcTree::read(), octomap::MapCollection< MAPNODE >::read(), octomap::AbstractOccupancyOcTree::readBinary(), octomap::ScanGraph::readBinary(), octomap::ScanGraph::readBinary(), octomap::AbstractOccupancyOcTree::readBinary(), octomap::OccupancyOcTreeBase< NODE >::readBinaryData(), octomap::AbstractOccupancyOcTree::readBinaryLegacyHeader(), octomap::OcTreeBaseImpl< NODE, INTERFACE >::readData(), octomap::AbstractOcTree::readHeader(), octomap::ScanGraph::readPlainASCII(), octomap::ScanGraph::readPlainASCII(), octomap::OcTreeBaseImpl< NODE, INTERFACE >::search(), octomap::AbstractOcTree::write(), octomap::AbstractOccupancyOcTree::writeBinary(), octomap::ScanGraph::writeBinary(), and octomap::AbstractOccupancyOcTree::writeBinaryConst().
◆ OCTOMAP_WARNING
| #define OCTOMAP_WARNING |
( |
| ... | ) |
fprintf(stderr, "WARNING: "), fprintf(stderr, __VA_ARGS__), fflush(stderr) |
◆ OCTOMAP_WARNING_STR
| #define OCTOMAP_WARNING_STR |
( |
| args | ) |
std::cerr << "WARNING: " << args << std::endl |
Referenced by octomap::OccupancyOcTreeBase< NODE >::castRay(), octomap::OcTreeBaseImpl< NODE, INTERFACE >::computeRayKeys(), octomap::OccupancyOcTreeBase< NODE >::getNormals(), main(), octomap::ScanGraph::readBinary(), octomap::AbstractOccupancyOcTree::readBinary(), octomap::AbstractOccupancyOcTree::readBinaryLegacyHeader(), octomap::OcTreeBaseImpl< NODE, INTERFACE >::readData(), octomap::AbstractOcTree::readHeader(), and octomap::AbstractOccupancyOcTree::writeBinaryConst().