#include <GteGenerateMeshUV.h>

Public Member Functions | |
| UVComputeModel () | |
| UVComputeModel (unsigned int inNumThreads, std::function< void(unsigned int)> const *inProgress) | |
| virtual | ~UVComputeModel () |
Public Member Functions inherited from gte::ComputeModel | |
| ComputeModel () | |
| ComputeModel (unsigned int inNumThreads) | |
| virtual | ~ComputeModel () |
Public Attributes | |
| std::function< void(unsigned int)> const * | progress |
Public Attributes inherited from gte::ComputeModel | |
| unsigned int | numThreads |
Definition at line 63 of file GteGenerateMeshUV.h.
|
virtual |
Definition at line 167 of file GteGenerateMeshUV.h.
| gte::GenerateMeshUV< Real >::UVComputeModel::UVComputeModel | ( | ) |
Definition at line 172 of file GteGenerateMeshUV.h.
| gte::GenerateMeshUV< Real >::UVComputeModel::UVComputeModel | ( | unsigned int | inNumThreads, |
| std::function< void(unsigned int)> const * | inProgress | ||
| ) |
Definition at line 179 of file GteGenerateMeshUV.h.
| std::function<void(unsigned int)> const* gte::GenerateMeshUV< Real >::UVComputeModel::progress |
Definition at line 80 of file GteGenerateMeshUV.h.