Defines the behavior of the sl::Mesh::filter function. More...
| Types | |
| enum | MESH_FILTER | 
| General 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.
| enum MESH_FILTER | 
| 
 | 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 |