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

plane shape solver More...

+ Inheritance diagram for a_shape_plane_function:
+ Collaboration diagram for a_shape_plane_function:

Public Member Functions

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

Protected Attributes

a_shape_planeshape_
 
const std::vector< a_point > & cloud_
 

Detailed Description

plane shape solver

Definition at line 27 of file a_shape_plane.cxx.

Constructor & Destructor Documentation

◆ a_shape_plane_function()

a_shape_plane_function::a_shape_plane_function ( a_shape_plane shape,
const std::vector< a_point > &  cloud 
)
inline

Definition at line 30 of file a_shape_plane.cxx.

Member Function Documentation

◆ f()

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

Definition at line 41 of file a_shape_plane.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ cloud_

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

Definition at line 38 of file a_shape_plane.cxx.

◆ shape_

a_shape_plane& a_shape_plane_function::shape_
protected

Definition at line 37 of file a_shape_plane.cxx.


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