Extern :
- modifiche Vroni.
This commit is contained in:
@@ -3091,12 +3091,13 @@ public :
|
||||
// voronoi
|
||||
void ResetVoronoiDiagram(void) ;
|
||||
BisectorType GetBisectorType( int i) ;
|
||||
vr_bool GetBisectorParams( int nEdge, double& dParS, double& dParE) ;
|
||||
vr_bool GetApproxedBisectorParams( int nEdge, double& dParS, double& dParE) ;
|
||||
int GetApproxedBisectorPointsNbr( int nEdge) ;
|
||||
vr_bool GetApproxedBisectorPoint( int nEdge, int nPointIdx, double pt[3], double& dPar) ;
|
||||
vr_bool GetDegenerateHyperEllipticBisectorData( int nEdge, double ptS[3], double ptE[3], double ptC[3], double& dParS, double& dParE) ;
|
||||
vr_bool GetLinearBisectorData( int nEdge, double ptS[3], double ptE[3], double& dParS, double& dParE) ;
|
||||
int m_nBufferedVDEdge = -1 ;
|
||||
vr_bool IsRelatedEdge( int nEdge, int nOrigSite, bool bLeft) ;
|
||||
|
||||
// media axis
|
||||
vr_bool IsWMATEdge( int nEdge) ;
|
||||
@@ -3105,14 +3106,17 @@ public :
|
||||
void MyWriteVoronoiDiagram() ;
|
||||
|
||||
// gestione eccezioni
|
||||
const char* GetExceptionMessage() ;
|
||||
int m_nMostViolatedRecursiveArcCount = 0 ;
|
||||
const char* GetExceptionMessage() ;
|
||||
|
||||
// deallocazione memoria
|
||||
void MyFreeVDConstructionData() ;
|
||||
void apiFreeOffsetData() ;
|
||||
void apiFreeBisectorBuffer() ;
|
||||
|
||||
private :
|
||||
int m_nMostViolatedRecursiveArcCount = 0 ;
|
||||
int m_nBufferedVDEdge = -1 ;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user