MeVisLab Toolbox Reference
|
This class represents WEMPatch requirements to be used by WEMProcessor. More...
#include <WEMRequirements.h>
Public Member Functions | |
WEMRequirements () | |
Standard constructor. | |
~WEMRequirements () | |
Standard destructor. | |
bool | areEdgesRequired () const |
Returns whether edges are required. | |
bool | areNormalsRequired () const |
Returns whether normals are required. | |
bool | isSinglePatchRequired () const |
Returns whether a single patch is required. | |
PatchTypes | getRequiredPatchType () const |
Returns the required patch type. | |
bool | isPatchTypeRequired (PatchTypes patchType) const |
Returns whether the given patch type is required. | |
OrientationTypes | getRequiredOrientationType () const |
Returns the required orientation. | |
bool | isOrientationTypeRequired (OrientationTypes orientationType) const |
Returns whether the given orientation type is required. | |
void | requireEdges (bool requireEdgesFlag=true) |
Sets to require edges. | |
void | requireNormals (bool requireNormalsFlag=true) |
Sets to require normals. | |
void | requireSinglePatch (bool requireSinglePatchFlag=true) |
Sets to require single patch. | |
void | requirePatchType (PatchTypes patchType) |
Sets to require the patch type. | |
void | requireOrientationType (OrientationTypes orientationType) |
Sets to require the orientation type. | |
This class represents WEMPatch requirements to be used by WEMProcessor.
Definition at line 26 of file WEMRequirements.h.
ml::WEMRequirements::WEMRequirements | ( | ) |
Standard constructor.
ml::WEMRequirements::~WEMRequirements | ( | ) |
Standard destructor.
|
inline |
Returns whether edges are required.
Definition at line 36 of file WEMRequirements.h.
|
inline |
Returns whether normals are required.
Definition at line 38 of file WEMRequirements.h.
|
inline |
Returns the required orientation.
Definition at line 46 of file WEMRequirements.h.
|
inline |
Returns the required patch type.
Definition at line 42 of file WEMRequirements.h.
|
inline |
Returns whether the given orientation type is required.
Definition at line 48 of file WEMRequirements.h.
References mlrange_cast().
|
inline |
Returns whether the given patch type is required.
Definition at line 44 of file WEMRequirements.h.
References mlrange_cast().
|
inline |
Returns whether a single patch is required.
Definition at line 40 of file WEMRequirements.h.
Sets to require normals.
Definition at line 53 of file WEMRequirements.h.
References mlrange_cast().
|
inline |
Sets to require the orientation type.
Definition at line 59 of file WEMRequirements.h.
References mlrange_cast().
|
inline |
Sets to require the patch type.
Definition at line 57 of file WEMRequirements.h.
References mlrange_cast().
Sets to require single patch.
Definition at line 55 of file WEMRequirements.h.
References mlrange_cast().