NMPB08 Shared Libraries
Namespaces | Functions
SousCalculs/ElementaryPath.h File Reference

Elementary path determination (3D -> 2D, convex hull) More...

#include <math.h>
#include <stdio.h>
#include "../PathStructures.h"

Go to the source code of this file.

Namespaces

namespace  ElementaryPathNMPB

Functions

void ElementaryPathNMPB::ConvexHull (vector< ProfilePointNMPB * > &pathItems, int n1, int n2, int level)
 Finds the convex hull of the screenItems vector.
void ElementaryPathNMPB::SetElementaryPath (PropagationPath *path)
 Sets the elementary path for the given path (calculates convex hull and plane positions)

Detailed Description

Elementary path determination (3D -> 2D, convex hull)

Author:
CSTB
Version:
1.0

Definition in file ElementaryPath.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines