#include <tinyxml.h>
#include <fstream>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <tf/transform_broadcaster.h>
#include <sstream>
Go to the source code of this file.
◆ dump_attribs_to_stdout()
      
        
          | int dump_attribs_to_stdout | ( | TiXmlElement * | pElement, | 
        
          |  |  | unsigned int | indent | 
        
          |  | ) |  |  | 
      
 
 
◆ dump_include_model()
      
        
          | void dump_include_model | ( | TiXmlNode * | pParent, | 
        
          |  |  | unsigned int | indent = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ dump_to_stdout() [1/2]
      
        
          | void dump_to_stdout | ( | const char * | pFilename | ) |  | 
      
 
 
◆ dump_to_stdout() [2/2]
      
        
          | void dump_to_stdout | ( | TiXmlNode * | pParent, | 
        
          |  |  | unsigned int | indent = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ getIndent()
      
        
          | const char* getIndent | ( | unsigned int | numIndents | ) |  | 
      
 
 
◆ getIndentAlt()
      
        
          | const char* getIndentAlt | ( | unsigned int | numIndents | ) |  | 
      
 
 
◆ main()
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
◆ ofs()
      
        
          | std::ofstream ofs | ( | "test.txt" |  | ) |  | 
      
 
 
◆ NUM_INDENTS_PER_SPACE
      
        
          | const unsigned int NUM_INDENTS_PER_SPACE =2 |