Defines the behavior of the sl::Mesh::filter function. More...
Types | |
enum class | MESH_FILTER |
Functions | |
MeshFilterParameters (MESH_FILTER mesh_filtering=MESH_FILTER::LOW) | |
Default constructor, set all parameters to their default and optimized values. More... | |
void | set (MESH_FILTER mesh_filtering=MESH_FILTER::LOW) |
Sets the filtering intensity. More... | |
bool | save (String filename) |
Saves the current bunch of parameters into a file. More... | |
bool | load (String filename) |
Loads the values of the parameters contained in a file. More... | |
Attributes | |
MESH_FILTER | filtering = MESH_FILTER::LOW |
Defines the behavior of the sl::Mesh::filter function.
A default constructor is enabled and set to its default parameters.
|
strong |
|
inline |
Default constructor, set all parameters to their default and optimized values.
|
inline |
Sets the filtering intensity.
filtering_ | : the desired FILTER. |
bool save | ( | String | filename | ) |
Saves the current bunch of parameters into a file.
filename | : the path to the file in which the parameters will be stored. |
bool load | ( | String | filename | ) |
Loads the values of the parameters contained in a file.
filename | : the path to the file from which the parameters will be loaded. |
MESH_FILTER filtering = MESH_FILTER::LOW |