Module computing a sampling of an input boundary of the union of 3D balls. Module computing a sampling of an input boundary of the union of 3D balls.
More...
#include "Union_of_balls_mesh_3_module.hpp"
static boost::program_options::options_description *& get_options (void)
Access to the options' description of the module.
const std::vector< Point_3 > & get_sampling (void) const
Const reference to the output surface area and volume computation.
std::vector< Point_3 > & get_sampling (void)
Reference to the output surface area and volume computation.
void run (unsigned verbose, std::ostream &out) override
Runs the module following the input options.
bool is_runnable (void) const override
Checks that all the input options were set.
void statistics (std::ostream &out) override
Reports high-level statistics on the module.
std::string get_name (void) const override
Returns the name of the package.
boost::program_options::options_description add_options (void) override
Virtual method for adding options to the module.
bool check_options (std::string &message) const override
Checks that the input options' values are coherent.
std::string get_output_prefix (void) const override
Returns a prefix that concatains the input line options used when running the module.
void report (const std::string &prefix) override
Reports the output and statistics in output files.
void set_module_instance_name (const std::string &module_instance_name)
Sets a name for this instance of this module. In particular, it will be used in the prefix of output files generated by a collection of modules.
const std::string & get_module_instance_name (void) const
Get the name of this instance of this module.
void set_report_mode (std::ios_base::openmode report_mode)
Set a report mode, that is open or append modes.
void set_report_mode (std::ios_base::openmode &report_mode)
Set a report mode, that is open or append modes.
const std::ios_base::openmode get_report_mode (void) const
Get the report mode to be used when reporting.
template<class Self_>
Self_ * clone (const Self_ *s) const
Clones the object using the copy constructor.
virtual bool is_logical_module (void) const
Checks that this module defines a logical operator.
virtual bool is_condition_module (void) const
Checks that this module defines a condition operator.
virtual bool operator() (void)
Only for condition modules, for returning the predicate value.
virtual bool is_modules_collection (void) const
Checks that this module defines a collection of modules.
static void set_epsilon (const FT &epsilon)
Sets the epsilon value of the sampling.
static void set_sampling_viewer (const std::string &viewer_name)
Sets the sampling viewer mode for reporting the sampling.
template<
class ModuleTraits>
class SBL::Modules::T_Union_of_balls_mesh_3_module< ModuleTraits >
Module computing a sampling of an input boundary of the union of 3D balls. Module computing a sampling of an input boundary of the union of 3D balls.
It computes the sampling such that the nearest neighbor of each point of the sampling is under a user defined epsilon distance.
The input is the boundary of the union of 3D balls and can be set using the method SBL::Modules::T_Union_of_balls_mesh_3_module::get_boundary , that returns a reference to a pointer over the input boundary.
The output is a vector of 3D points.
Template Parameters
◆ FT
template<
class ModuleTraits>
Number type used for representing coordinates of 3D balls and points.
◆ Point_3
template<
class ModuleTraits>
Representation of a 3D point.
◆ Sampler
template<
class ModuleTraits>
Construction of the mesh of the union of 3D balls such that any point at the surface of the union of balls has a point of the mesh in its epsilon-neighborhood.
...
◆ Union_of_balls_boundary_3
template<
class ModuleTraits>
Representation of the boundary of the union of balls.
Representation of the boundary of the union of balls.
Template Parameters
WeightedAlphaComplex3 A Model of the 3D Weighted -complex of the CGAL Library.
IS_CCW Tag allowing to orientate in CW or CCW the sense of the half-edges.
HalfedgeDSBase Base data structure for the boundary of union of balls.
◆ add_options()
template<
class ModuleTraits>
boost::program_options::options_description add_options
(
void )
inline override virtual
◆ check_filesystem_directory_exists()
void check_filesystem_directory_exists
(
const std::string & output_prefix )
inline inherited
To avoid later crash: check filesystem / existence of directory / directory exists.
◆ check_options()
template<
class ModuleTraits>
bool check_options
(
std::string & message )
const
inline override virtual
◆ clone()
Self_ * clone
(
const Self_ * s )
const
inline inherited
Clones the object using the copy constructor.
◆ get_boundary()
template<
class ModuleTraits>
Reference to a pointer over the input boundary.
◆ get_module_instance_name()
const std::string & get_module_instance_name
(
void )
const
inline inherited
Get the name of this instance of this module.
◆ get_name()
template<
class ModuleTraits>
std::string get_name
(
void )
const
inline override virtual
Returns the name of the package.
Reimplemented from Module_base .
◆ get_options()
template<
class Dummy = void>
boost::program_options::options_description *& get_options
(
void )
inline static inherited
Access to the options' description of the module.
◆ get_output_prefix()
template<
class ModuleTraits>
std::string get_output_prefix
(
void )
const
inline override virtual
◆ get_report_mode()
const std::ios_base::openmode get_report_mode
(
void )
const
inline inherited
Get the report mode to be used when reporting.
◆ get_sampling() [1/2]
template<
class ModuleTraits>
Reference to the output surface area and volume computation.
◆ get_sampling() [2/2]
template<
class ModuleTraits>
Const reference to the output surface area and volume computation.
◆ is_condition_module()
virtual bool is_condition_module
(
void )
const
inline protected virtual inherited
Checks that this module defines a condition operator.
◆ is_logical_module()
virtual bool is_logical_module
(
void )
const
inline protected virtual inherited
Checks that this module defines a logical operator.
◆ is_modules_collection()
virtual bool is_modules_collection
(
void )
const
inline protected virtual inherited
Checks that this module defines a collection of modules.
◆ is_runnable()
template<
class ModuleTraits>
bool is_runnable
(
void )
const
inline override virtual
Checks that all the input options were set.
Reimplemented from Module_base .
◆ operator()()
virtual bool operator()
(
void )
inline protected virtual inherited
Only for condition modules, for returning the predicate value.
◆ report()
template<
class ModuleTraits>
void report
(
const std::string & prefix )
inline override virtual
Reports the output and statistics in output files.
Reimplemented from Module_base .
◆ run()
template<
class ModuleTraits>
void run
(
unsigned verbose ,
std::ostream & out )
inline override virtual
Runs the module following the input options.
Implements Module_base .
◆ set_epsilon()
template<
class ModuleTraits>
void set_epsilon
(
const FT & epsilon )
inline static
Sets the epsilon value of the sampling.
◆ set_module_instance_name()
void set_module_instance_name
(
const std::string & module_instance_name )
inline inherited
Sets a name for this instance of this module. In particular, it will be used in the prefix of output files generated by a collection of modules.
◆ set_report_mode() [1/2]
void set_report_mode
(
std::ios_base::openmode & report_mode )
inline inherited
Set a report mode, that is open or append modes.
◆ set_report_mode() [2/2]
void set_report_mode
(
std::ios_base::openmode report_mode )
inline inherited
Set a report mode, that is open or append modes.
◆ set_sampling_viewer()
template<
class ModuleTraits>
void set_sampling_viewer
(
const std::string & viewer_name )
inline static
Sets the sampling viewer mode for reporting the sampling.
◆ statistics()
template<
class ModuleTraits>
void statistics
(
std::ostream & out )
inline override virtual
Reports high-level statistics on the module.
Reimplemented from Module_base .