#include <ogdf/geometric/GeometricVertexInsertion.h>
- Precondition
 - Requires CGAL! See README.md in this folder. 
 
Definition at line 62 of file GeometricVertexInsertion.h.
 
◆ GeometricVertexInsertion()
  
  
      
        
          | ogdf::GeometricVertexInsertion::GeometricVertexInsertion  | 
          ( | 
          Graph &  | 
          _g | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~GeometricVertexInsertion()
  
  
      
        
          | ogdf::GeometricVertexInsertion::~GeometricVertexInsertion  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ call()
The main call to the algorithm. GA should have nodeGraphics attributes enabled. 
Implements ogdf::LayoutModule.
 
 
◆ setInitialLayouter()
  
  
      
        
          | void ogdf::GeometricVertexInsertion::setInitialLayouter  | 
          ( | 
          ogdf::LayoutModule *  | 
          initial_layout_module | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setVertexOrder()
  
  
      
        
          | void ogdf::GeometricVertexInsertion::setVertexOrder  | 
          ( | 
          List< node > *  | 
          vertex_order | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setVertexPosition()
  
  
      
        
          | Graph& ogdf::GeometricVertexInsertion::g | 
         
       
   | 
  
private   | 
  
 
 
◆ m_initial_layout_module
  
  
      
        
          | LayoutModule* ogdf::GeometricVertexInsertion::m_initial_layout_module = nullptr | 
         
       
   | 
  
private   | 
  
 
 
◆ m_pos
◆ m_vertex_order
  
  
      
        
          | List<node>* ogdf::GeometricVertexInsertion::m_vertex_order = nullptr | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: