a data structure to hold the integral terms. More...
#include <imesh_imls_surface.h>
| Public Member Functions | |
| integral_data () | |
| integral_data (double i, double i_phi, const vgl_vector_3d< double > &di, const vgl_vector_3d< double > &di_phi) | |
| integral_data | operator+ (const integral_data &other) const | 
| integral_data & | operator+= (const integral_data &other) | 
| integral_data & | operator*= (const double &s) | 
| Public Attributes | |
| double | I | 
| double | I_phi | 
| vgl_vector_3d< double > | dI | 
| vgl_vector_3d< double > | dI_phi | 
a data structure to hold the integral terms.
Definition at line 70 of file imesh_imls_surface.h.
| imesh_imls_surface::integral_data::integral_data | ( | ) |  [inline] | 
Definition at line 72 of file imesh_imls_surface.h.
| imesh_imls_surface::integral_data::integral_data | ( | double | i, | 
| double | i_phi, | ||
| const vgl_vector_3d< double > & | di, | ||
| const vgl_vector_3d< double > & | di_phi | ||
| ) |  [inline] | 
Definition at line 74 of file imesh_imls_surface.h.
| integral_data& imesh_imls_surface::integral_data::operator*= | ( | const double & | s | ) |  [inline] | 
Definition at line 89 of file imesh_imls_surface.h.
| integral_data imesh_imls_surface::integral_data::operator+ | ( | const integral_data & | other | ) | const  [inline] | 
Definition at line 78 of file imesh_imls_surface.h.
| integral_data& imesh_imls_surface::integral_data::operator+= | ( | const integral_data & | other | ) |  [inline] | 
Definition at line 83 of file imesh_imls_surface.h.
Definition at line 97 of file imesh_imls_surface.h.
Definition at line 97 of file imesh_imls_surface.h.
Definition at line 96 of file imesh_imls_surface.h.
Definition at line 96 of file imesh_imls_surface.h.
 1.7.5.1
 1.7.5.1