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

quadric shape solver More...

+ Inheritance diagram for a_shape_cylinder_function:
+ Collaboration diagram for a_shape_cylinder_function:

Public Member Functions

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

Protected Attributes

const std::vector< a_point > & cloud_
 

Detailed Description

quadric shape solver

Definition at line 26 of file a_shape_cylinder.cxx.

Constructor & Destructor Documentation

◆ a_shape_cylinder_function()

a_shape_cylinder_function::a_shape_cylinder_function ( const std::vector< a_point > &  cloud)
inline

Definition at line 29 of file a_shape_cylinder.cxx.

Member Function Documentation

◆ f()

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

Definition at line 40 of file a_shape_cylinder.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ cloud_

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

Definition at line 37 of file a_shape_cylinder.cxx.


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