Esempio n. 1
0
//---------------------------------------------------------
bool CSG_Parameters_Search_Points::Get_Points(double x, double y, CSG_Points_Z &Points)
{
	CSG_Point	p(x, y);

	return( Get_Points(p, Points) );
}
//---------------------------------------------------------
bool CInterpolation_AngularDistance::On_Initialize(void)
{
	return(	m_Search.Initialize(Get_Points(), Get_Field())
		&&  m_Weighting.Set_Parameters(&Parameters) 
	);
}