suanPan
|
#include <Section3D.h>
Public Member Functions | |
IntegrationPoint (double, double, double, unique_ptr< Material > &&) | |
Public Attributes | |
double | coor_y |
double | coor_z |
double | weight |
ResourceHolder< Material > | s_material |
Section3D::IntegrationPoint::IntegrationPoint | ( | double | CY, |
double | CZ, | ||
double | W, | ||
unique_ptr< Material > && | M | ||
) |
double Section3D::IntegrationPoint::coor_y |
double Section3D::IntegrationPoint::coor_z |
ResourceHolder<Material> Section3D::IntegrationPoint::s_material |
double Section3D::IntegrationPoint::weight |