MeVisLab Toolbox Reference
ml::WEMRequirements Class Reference

This class represents WEMPatch requirements to be used by WEMProcessor. More...

#include <WEMRequirements.h>

Public Member Functions

 WEMRequirements ()
 Standard constructor. More...
 
 ~WEMRequirements ()
 Standard destructor. More...
 
bool areEdgesRequired () const
 Returns whether edges are required. More...
 
bool areNormalsRequired () const
 Returns whether normals are required. More...
 
bool isSinglePatchRequired () const
 Returns whether a single patch is required. More...
 
PatchTypes getRequiredPatchType () const
 Returns the required patch type. More...
 
bool isPatchTypeRequired (PatchTypes patchType) const
 Returns whether the given patch type is required. More...
 
OrientationTypes getRequiredOrientationType () const
 Returns the required orientation. More...
 
bool isOrientationTypeRequired (OrientationTypes orientationType) const
 Returns whether the given orientation type is required. More...
 
void requireEdges (bool requireEdgesFlag=true)
 Sets to require edges. More...
 
void requireNormals (bool requireNormalsFlag=true)
 Sets to require normals. More...
 
void requireSinglePatch (bool requireSinglePatchFlag=true)
 Sets to require single patch. More...
 
void requirePatchType (PatchTypes patchType)
 Sets to require the patch type. More...
 
void requireOrientationType (OrientationTypes orientationType)
 Sets to require the orientation type. More...
 

Detailed Description

This class represents WEMPatch requirements to be used by WEMProcessor.

Definition at line 26 of file WEMRequirements.h.

Constructor & Destructor Documentation

◆ WEMRequirements()

ml::WEMRequirements::WEMRequirements ( )

Standard constructor.

◆ ~WEMRequirements()

ml::WEMRequirements::~WEMRequirements ( )

Standard destructor.

Member Function Documentation

◆ areEdgesRequired()

bool ml::WEMRequirements::areEdgesRequired ( ) const
inline

Returns whether edges are required.

Definition at line 36 of file WEMRequirements.h.

◆ areNormalsRequired()

bool ml::WEMRequirements::areNormalsRequired ( ) const
inline

Returns whether normals are required.

Definition at line 38 of file WEMRequirements.h.

◆ getRequiredOrientationType()

OrientationTypes ml::WEMRequirements::getRequiredOrientationType ( ) const
inline

Returns the required orientation.

Definition at line 46 of file WEMRequirements.h.

◆ getRequiredPatchType()

PatchTypes ml::WEMRequirements::getRequiredPatchType ( ) const
inline

Returns the required patch type.

Definition at line 42 of file WEMRequirements.h.

◆ isOrientationTypeRequired()

bool ml::WEMRequirements::isOrientationTypeRequired ( OrientationTypes  orientationType) const
inline

Returns whether the given orientation type is required.

Definition at line 48 of file WEMRequirements.h.

◆ isPatchTypeRequired()

bool ml::WEMRequirements::isPatchTypeRequired ( PatchTypes  patchType) const
inline

Returns whether the given patch type is required.

Definition at line 44 of file WEMRequirements.h.

◆ isSinglePatchRequired()

bool ml::WEMRequirements::isSinglePatchRequired ( ) const
inline

Returns whether a single patch is required.

Definition at line 40 of file WEMRequirements.h.

◆ requireEdges()

void ml::WEMRequirements::requireEdges ( bool  requireEdgesFlag = true)
inline

Sets to require edges.

Definition at line 51 of file WEMRequirements.h.

◆ requireNormals()

void ml::WEMRequirements::requireNormals ( bool  requireNormalsFlag = true)
inline

Sets to require normals.

Definition at line 53 of file WEMRequirements.h.

◆ requireOrientationType()

void ml::WEMRequirements::requireOrientationType ( OrientationTypes  orientationType)
inline

Sets to require the orientation type.

Definition at line 59 of file WEMRequirements.h.

◆ requirePatchType()

void ml::WEMRequirements::requirePatchType ( PatchTypes  patchType)
inline

Sets to require the patch type.

Definition at line 57 of file WEMRequirements.h.

◆ requireSinglePatch()

void ml::WEMRequirements::requireSinglePatch ( bool  requireSinglePatchFlag = true)
inline

Sets to require single patch.

Definition at line 55 of file WEMRequirements.h.


The documentation for this class was generated from the following file: