|
MeshKit
1.0
|
Public Member Functions | |
| TargetFlipper (TargetCalculator *unflipped) | |
| bool | get_3D_target (PatchData &pd, size_t element, Sample sample, MsqMatrix< 3, 3 > &W_out, MsqError &err) |
| bool | get_2D_target (PatchData &pd, size_t element, Sample sample, MsqMatrix< 2, 2 > &W_out, MsqError &err) |
| bool | have_surface_orient () const |
| bool | get_surface_target (PatchData &pd, size_t element, Sample sample, MsqMatrix< 3, 2 > &W_out, MsqError &err) |
Private Attributes | |
| TargetCalculator * | realTargets |
Definition at line 35 of file SweepWrapper.cpp.
| TargetFlipper | ( | TargetCalculator * | unflipped | ) | [inline] |
Definition at line 38 of file SweepWrapper.cpp.
| bool get_2D_target | ( | PatchData & | pd, |
| size_t | element, | ||
| Sample | sample, | ||
| MsqMatrix< 2, 2 > & | W_out, | ||
| MsqError & | err | ||
| ) |
Definition at line 71 of file SweepWrapper.cpp.
| bool get_3D_target | ( | PatchData & | pd, |
| size_t | element, | ||
| Sample | sample, | ||
| MsqMatrix< 3, 3 > & | W_out, | ||
| MsqError & | err | ||
| ) |
Definition at line 61 of file SweepWrapper.cpp.
| bool get_surface_target | ( | PatchData & | pd, |
| size_t | element, | ||
| Sample | sample, | ||
| MsqMatrix< 3, 2 > & | W_out, | ||
| MsqError & | err | ||
| ) |
Definition at line 83 of file SweepWrapper.cpp.
| bool have_surface_orient | ( | ) | const |
Definition at line 80 of file SweepWrapper.cpp.
TargetCalculator* realTargets [private] |
Definition at line 59 of file SweepWrapper.cpp.