#include "qgsgeometry.h"
#include "pal.h"
#include "layer.h"
#include "palexception.h"
#include "palstat.h"
#include "rtree.hpp"
#include "costcalculator.h"
#include "feature.h"
#include "geomfunction.h"
#include "labelposition.h"
#include "problem.h"
#include "pointset.h"
#include "internalexception.h"
#include "util.h"
#include <cfloat>
 
Go to the source code of this file.
◆ FeatCallBackCtx
◆ FilterContext
◆ ObstacleCallBackCtx
◆ extractFeatCallback()
      
        
          | bool extractFeatCallback  | 
          ( | 
          FeaturePart *  | 
          ft_ptr,  | 
        
        
           | 
           | 
          void *  | 
          ctx  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ extractObstaclesCallback()
      
        
          | bool extractObstaclesCallback  | 
          ( | 
          FeaturePart *  | 
          ft_ptr,  | 
        
        
           | 
           | 
          void *  | 
          ctx  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ filteringCallback()
      
        
          | bool filteringCallback  | 
          ( | 
          FeaturePart *  | 
          featurePart,  | 
        
        
           | 
           | 
          void *  | 
          ctx  | 
        
        
           | 
          ) | 
           |  |