Wildmeshing Toolkit
|
#include <to_points.hpp>
Public Attributes | |
bool | add_box |
double | box_scale |
bool | add_grid |
double | grid_spacing |
double | min_dist |
bool | remove_duplicates |
Definition at line 8 of file to_points.hpp.
bool wmtk::components::ToPtsOptions::add_box |
Definition at line 11 of file to_points.hpp.
Referenced by wmtk::components::to_points().
bool wmtk::components::ToPtsOptions::add_grid |
Definition at line 13 of file to_points.hpp.
Referenced by wmtk::components::to_points().
double wmtk::components::ToPtsOptions::box_scale |
Definition at line 12 of file to_points.hpp.
Referenced by wmtk::components::to_points().
double wmtk::components::ToPtsOptions::grid_spacing |
Definition at line 14 of file to_points.hpp.
Referenced by wmtk::components::to_points().
double wmtk::components::ToPtsOptions::min_dist |
Definition at line 15 of file to_points.hpp.
Referenced by wmtk::components::to_points().
bool wmtk::components::ToPtsOptions::remove_duplicates |
Definition at line 16 of file to_points.hpp.
Referenced by wmtk::components::to_points().