#include "cs_base.h"
#include "cs_join_util.h"
Go to the source code of this file.
|  | 
| int | cs_join_add (const char *sel_criteria, float fraction, float plane, int verbosity, int visualization) | 
|  | 
| void | cs_join_set_advanced_param (int join_num, double mtf, double pmf, int tcm, int icm, int max_break, int max_sub_faces, int tml, int tmb, double tmr, double tmr_distrib) | 
|  | 
| void | cs_join_all (bool preprocess) | 
|  | 
| void | cs_join_finalize (void) | 
|  | 
      
        
          | int cs_join_add | ( | const char * | sel_criteria, | 
        
          |  |  | float | fraction, | 
        
          |  |  | float | plane, | 
        
          |  |  | int | verbosity, | 
        
          |  |  | int | visualization | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void cs_join_all | ( | bool | preprocess | ) |  | 
      
 
 
      
        
          | void cs_join_finalize | ( | void |  | ) |  | 
      
 
 
      
        
          | void cs_join_set_advanced_param | ( | int | join_num, | 
        
          |  |  | double | mtf, | 
        
          |  |  | double | pmf, | 
        
          |  |  | int | tcm, | 
        
          |  |  | int | icm, | 
        
          |  |  | int | max_break, | 
        
          |  |  | int | max_sub_faces, | 
        
          |  |  | int | tml, | 
        
          |  |  | int | tmb, | 
        
          |  |  | double | tmr, | 
        
          |  |  | double | tmr_distrib | 
        
          |  | ) |  |  |