NAGASH 0.9.8
Next Generation Analysis System
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
NAGASH::Graph2DTool Class Reference

#include <Graph2DTool.h>

Inheritance diagram for NAGASH::Graph2DTool:
NAGASH::Tool

Public Member Functions

 Graph2DTool (std::shared_ptr< MSGTool > msg, double prec=1e-5)
 
std::vector< TriangleDelaunayTriangulation (std::vector< Point > p_vec)
 

Private Attributes

double PRECISION
 

Additional Inherited Members

- Protected Member Functions inherited from NAGASH::Tool
 Tool ()=delete
 
 Tool (const Tool &tool)=delete
 
 Tool (std::shared_ptr< MSGTool > MSG)
 Constructor.
 
 Tool (Tool &&tool)=delete
 
virtual ~Tool ()=default
 
std::shared_ptr< MSGToolMSGUser ()
 return the MSGTool inside.
 
Tooloperator= (const Tool &tool)=delete
 
Tooloperator= (Tool &&tool)=delete
 

Detailed Description

Definition at line 95 of file Graph2DTool.h.

Constructor & Destructor Documentation

◆ Graph2DTool()

Graph2DTool::Graph2DTool ( std::shared_ptr< MSGTool msg,
double  prec = 1e-5 
)

Definition at line 55 of file Graph2DTool.cxx.

Member Function Documentation

◆ DelaunayTriangulation()

std::vector< Triangle > Graph2DTool::DelaunayTriangulation ( std::vector< Point p_vec)

Definition at line 60 of file Graph2DTool.cxx.

Member Data Documentation

◆ PRECISION

double NAGASH::Graph2DTool::PRECISION
private

Definition at line 102 of file Graph2DTool.h.


The documentation for this class was generated from the following files: