MeshKit
1.0
|
#include <QslimDecimation.hpp>
Public Member Functions | |
QslimDecimation (moab::Interface *mb, moab::EntityHandle root_set) | |
virtual | ~QslimDecimation () |
int | decimate (QslimOptions &opts, moab::Range &oRange) |
Private Member Functions | |
int | Init () |
Private Attributes | |
moab::Interface * | _mb |
Definition at line 17 of file QslimDecimation.hpp.
QslimDecimation | ( | moab::Interface * | mb, |
moab::EntityHandle | root_set | ||
) |
Definition at line 673 of file QslimDecimation.cpp.
~QslimDecimation | ( | ) | [virtual] |
Definition at line 679 of file QslimDecimation.cpp.
int decimate | ( | QslimOptions & | opts, |
moab::Range & | oRange | ||
) |
Definition at line 681 of file QslimDecimation.cpp.
int Init | ( | ) | [private] |
Definition at line 878 of file QslimDecimation.cpp.
moab::Interface* _mb [private] |
Definition at line 25 of file QslimDecimation.hpp.