|
| virtual | ~TopologyModifier () |
| |
| virtual double | loop_over_mesh (MeshSet &mesh, MsqError &err) |
| | This is the "run" function of PatchDataUser. It can do anything really. More...
|
| |
| virtual | ~TopologyModifier () |
| |
| virtual double | loop_over_mesh (MeshSet &mesh, MsqError &err) |
| | This is the "run" function of PatchDataUser. It can do anything really. More...
|
| |
| virtual | ~QualityImprover () |
| |
| void | set_name (msq_std::string name) |
| | provides a name to the QualityImprover (use it in constructor). More...
|
| |
| virtual msq_std::string | get_name () |
| | retrieves the QualityImprover name. A default name should be set in the constructor. More...
|
| |
| virtual AlgorithmType | get_algorithm_type () |
| | Return the algorithm type (to avoid RTTI use). More...
|
| |
| void | set_inner_termination_criterion (TerminationCriterion *crit) |
| | Sets in the termination criterion for the concrete solver's optimization. More...
|
| |
| void | set_outer_termination_criterion (TerminationCriterion *crit) |
| | Sets in the termination criterion for the outer loop over patches. More...
|
| |
| virtual | ~QualityImprover () |
| |
| void | set_name (msq_std::string name) |
| | provides a name to the QualityImprover (use it in constructor). More...
|
| |
| virtual msq_std::string | get_name () |
| | retrieves the QualityImprover name. A default name should be set in the constructor. More...
|
| |
| virtual AlgorithmType | get_algorithm_type () |
| | Return the algorithm type (to avoid RTTI use). More...
|
| |
| void | set_inner_termination_criterion (TerminationCriterion *crit) |
| | Sets in the termination criterion for the concrete solver's optimization. More...
|
| |
| void | set_outer_termination_criterion (TerminationCriterion *crit) |
| | Sets in the termination criterion for the outer loop over patches. More...
|
| |
| virtual | ~PatchDataUser () |
| |
| virtual void | set_patch_type (PatchData::PatchType patch_type, MsqError &err, int param1=0, int param2=0) |
| | Sets the Patch Type. More...
|
| |
| PatchData::PatchType | get_patch_type () |
| | Returns the Patch Type. More...
|
| |
| int | get_nb_layers (MsqError &err) |
| | Returns number of layers (if relevant for partition algorythm). More...
|
| |
| void | add_culling_method (enum PatchData::culling_method cm) |
| | Sets on the culling method passed as argument. More...
|
| |
| void | no_culling_method () |
| | Sets off all culling methods. More...
|
| |
| void | remove_culling_method (enum PatchData::culling_method cm) |
| | Sets off the culling method passed as argument. More...
|
| |
| long unsigned int | get_culling_method_bits () |
| | Returns the bitset containing culling methods flags. More...
|
| |
| void | set_all_parameters (PatchDataParameters ¶ms) |
| |
| PatchDataParameters & | get_all_parameters () |
| | Returns the PatchDataParameters object. More...
|
| |
| void | set_global_patch (PatchData *pd, MsqError &err) |
| | Sets the Global Patch, so that it can be use by contiguoug PatchDataUser. More...
|
| |
| PatchData * | get_global_patch () |
| | Returns the Global Patch. More...
|
| |
| void | no_global_patch () |
| | Sets the Global Patch pointer to NULL. More...
|
| |
| virtual | ~PatchDataUser () |
| |
| virtual void | set_patch_type (PatchData::PatchType patch_type, MsqError &err, int param1=0, int param2=0) |
| | Sets the Patch Type. More...
|
| |
| PatchData::PatchType | get_patch_type () |
| | Returns the Patch Type. More...
|
| |
| int | get_nb_layers (MsqError &err) |
| | Returns number of layers (if relevant for partition algorythm). More...
|
| |
| void | add_culling_method (enum PatchData::culling_method cm) |
| | Sets on the culling method passed as argument. More...
|
| |
| void | no_culling_method () |
| | Sets off all culling methods. More...
|
| |
| void | remove_culling_method (enum PatchData::culling_method cm) |
| | Sets off the culling method passed as argument. More...
|
| |
| long unsigned int | get_culling_method_bits () |
| | Returns the bitset containing culling methods flags. More...
|
| |
| void | set_all_parameters (PatchDataParameters ¶ms) |
| |
| PatchDataParameters & | get_all_parameters () |
| | Returns the PatchDataParameters object. More...
|
| |
| void | set_global_patch (PatchData *pd, MsqError &err) |
| | Sets the Global Patch, so that it can be use by contiguoug PatchDataUser. More...
|
| |
| PatchData * | get_global_patch () |
| | Returns the Global Patch. More...
|
| |
| void | no_global_patch () |
| | Sets the Global Patch pointer to NULL. More...
|
| |