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

quadric shape solver More...

+ Inheritance diagram for a_shape_quadric_function:
+ Collaboration diagram for a_shape_quadric_function:

Public Member Functions

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

Protected Attributes

a_shape_quadricshape_
 
const std::vector< a_point > & cloud_
 

Detailed Description

quadric shape solver

Definition at line 35 of file a_shape_quadric.cxx.

Constructor & Destructor Documentation

◆ a_shape_quadric_function()

a_shape_quadric_function::a_shape_quadric_function ( a_shape_quadric shape,
const std::vector< a_point > &  cloud 
)
inline

Definition at line 38 of file a_shape_quadric.cxx.

Member Function Documentation

◆ f()

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

Definition at line 49 of file a_shape_quadric.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ cloud_

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

Definition at line 46 of file a_shape_quadric.cxx.

◆ shape_

a_shape_quadric& a_shape_quadric_function::shape_
protected

Definition at line 45 of file a_shape_quadric.cxx.


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