Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Functions
TYBoundaryNoiseMap.cpp File Reference

Graphical representation of the BoundaryNoiseMap entity. More...

#include <qdir.h>
#include "Tympan/core/config.h"
#include "Tympan/core/logging.h"
#include "Tympan/models/business/TYXMLManager.h"
#include "Tympan/models/business/TYProjet.h"
#include "TYBoundaryNoiseMap.h"
Include dependency graph for TYBoundaryNoiseMap.cpp:

Go to the source code of this file.

Functions

double compute_segment_point_square_distance (double point_x, double point_y, double a_x, double a_y, double b_x, double b_y)
 Compute the squared distance between a point and a segment. More...
 
 TY_EXTENSION_INST (TYBoundaryNoiseMap)
 
 TY_EXT_GRAPHIC_INST (TYBoundaryNoiseMap)
 

Detailed Description

Graphical representation of the BoundaryNoiseMap entity.

Definition in file TYBoundaryNoiseMap.cpp.

Function Documentation

◆ compute_segment_point_square_distance()

double compute_segment_point_square_distance ( double  point_x,
double  point_y,
double  a_x,
double  a_y,
double  b_x,
double  b_y 
)

Compute the squared distance between a point and a segment.

Parameters
point_x
point_y
a_x
a_y
b_x
b_y
Returns
Squared distance.

Definition at line 41 of file TYBoundaryNoiseMap.cpp.

Here is the caller graph for this function:

◆ TY_EXT_GRAPHIC_INST()

TY_EXT_GRAPHIC_INST ( TYBoundaryNoiseMap  )

◆ TY_EXTENSION_INST()

TY_EXTENSION_INST ( TYBoundaryNoiseMap  )