Representation of an octomap::OcTree as a Shape.  
 More...
#include <shapes.h>
|  | 
| static const std::string | STRING_NAME = "octree" | 
|  | The type of the shape, as a string.  More... 
 | 
|  | 
Representation of an octomap::OcTree as a Shape. 
Definition at line 386 of file shapes.h.
◆ OcTree() [1/2]
      
        
          | shapes::OcTree::OcTree | ( |  | ) |  | 
      
 
 
◆ OcTree() [2/2]
      
        
          | shapes::OcTree::OcTree | ( | const std::shared_ptr< const octomap::OcTree > & | t | ) |  | 
      
 
 
◆ clone()
  
  | 
        
          | OcTree * shapes::OcTree::clone | ( |  | ) | const |  | overridevirtual | 
 
 
◆ isFixed()
  
  | 
        
          | bool shapes::OcTree::isFixed | ( |  | ) | const |  | overridevirtual | 
 
Return a flag indicating whether this shape can be scaled and/or padded. 
Reimplemented from shapes::Shape.
Definition at line 516 of file shapes.cpp.
 
 
◆ print()
  
  | 
        
          | void shapes::OcTree::print | ( | std::ostream & | out = std::cout | ) | const |  | overridevirtual | 
 
 
◆ scaleAndPadd()
  
  | 
        
          | void shapes::OcTree::scaleAndPadd | ( | double | scale, |  
          |  |  | double | padd |  
          |  | ) |  |  |  | overridevirtual | 
 
 
◆ octree
◆ STRING_NAME
  
  | 
        
          | const std::string shapes::OcTree::STRING_NAME = "octree" |  | static | 
 
The type of the shape, as a string. 
Definition at line 393 of file shapes.h.
 
 
The documentation for this class was generated from the following files: