MeVisLabToolboxReference
ml::WEMCut Class Reference

MISSING DESCRIPTION. More...

#include <WEMCut.h>

List of all members.

Public Member Functions

 WEMCut ()
 Default constructor.
 ~WEMCut ()
 Default destructor.
std::vector< Vector3getPositions () const
 Get positions.
bool isValid () const
 Returns whether this cut is valid.
void appendFaceCut (WEMFaceCut *faceCut, bool reverse)
 Appends the given face cut.
void prependFaceCut (WEMFaceCut *faceCut, bool reverse)
 Prepends the given face cut.
void addStab (WEMFaceCut *faceCut)
 Adds the given stab.
void setValid (bool valid)
 Sets the valid flag.
bool isClosed () const
 Returns whether this cut is closed.

Detailed Description

MISSING DESCRIPTION.

Definition at line 22 of file WEMCut.h.


Constructor & Destructor Documentation

ml::WEMCut::WEMCut ( )

Default constructor.

ml::WEMCut::~WEMCut ( )

Default destructor.


Member Function Documentation

void ml::WEMCut::addStab ( WEMFaceCut faceCut)

Adds the given stab.

void ml::WEMCut::appendFaceCut ( WEMFaceCut faceCut,
bool  reverse 
)

Appends the given face cut.

std::vector<Vector3> ml::WEMCut::getPositions ( ) const [inline]

Get positions.

Definition at line 32 of file WEMCut.h.

bool ml::WEMCut::isClosed ( ) const

Returns whether this cut is closed.

bool ml::WEMCut::isValid ( void  ) const [inline]

Returns whether this cut is valid.

Definition at line 35 of file WEMCut.h.

void ml::WEMCut::prependFaceCut ( WEMFaceCut faceCut,
bool  reverse 
)

Prepends the given face cut.

void ml::WEMCut::setValid ( bool  valid)

Sets the valid flag.


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