Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | Protected Attributes | List of all members
a_shape_circle_function Class Reference

circle shape solver More...

+ Inheritance diagram for a_shape_circle_function:
+ Collaboration diagram for a_shape_circle_function:

Public Member Functions

 a_shape_circle_function (a_shape_circle &shape, const std::vector< a_point > &cloud)
 
void f (const vnl_vector< double > &x, vnl_vector< double > &fx)
 

Protected Attributes

a_shape_circleshape_
 
const std::vector< a_point > & cloud_
 

Detailed Description

circle shape solver

Definition at line 23 of file a_shape_circle.cxx.

Constructor & Destructor Documentation

◆ a_shape_circle_function()

a_shape_circle_function::a_shape_circle_function ( a_shape_circle shape,
const std::vector< a_point > &  cloud 
)
inline

Definition at line 26 of file a_shape_circle.cxx.

Member Function Documentation

◆ f()

void a_shape_circle_function::f ( const vnl_vector< double > &  x,
vnl_vector< double > &  fx 
)

Definition at line 37 of file a_shape_circle.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ cloud_

const std::vector<a_point>& a_shape_circle_function::cloud_
protected

Definition at line 34 of file a_shape_circle.cxx.

◆ shape_

a_shape_circle& a_shape_circle_function::shape_
protected

Definition at line 33 of file a_shape_circle.cxx.


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