![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h>
Flip an edge.
The original FlipEdge operator required both faces of the input edge to be triangles (and to be set). This version does not have such requirement. Either or both faces can be polygonal, the org and dest of the edge is then "rotated" around the big polygon that would exist if the two faces of the edge e were joined.
Definition at line 68 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | EdgeStatusEnum = QuadEdgeMeshEulerOperatorFlipEdgeFunctionEnums::EdgeStatusType |
using | Pointer = SmartPointer< Self > |
using | QEType = TQEType |
using | Self = QuadEdgeMeshEulerOperatorFlipEdgeFunction |
using | Superclass = QuadEdgeMeshFunctionBase< TMesh, TQEType * > |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | EdgeCellType = typename MeshType::EdgeCellType |
using | MeshType = TMesh |
using | OutputType = TQEType * |
using | Pointer = SmartPointer< Self > |
using | Self = QuadEdgeMeshFunctionBase |
using | Superclass = Object |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
virtual OutputType | Evaluate (QEType *h) |
const char * | GetNameOfClass () const override |
![]() | |
const char * | GetNameOfClass () const override |
virtual void | SetInput (MeshType *input) |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
const char * | GetNameOfClass () const override |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
void | CheckStatus (QEType *h) |
void | PrintSelf (std::ostream &os, Indent indent) const override |
OutputType | Process (QEType *h) |
QuadEdgeMeshEulerOperatorFlipEdgeFunction () | |
~QuadEdgeMeshEulerOperatorFlipEdgeFunction () override=default | |
![]() | |
QuadEdgeMeshFunctionBase () | |
~QuadEdgeMeshFunctionBase () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
EdgeStatusEnum | m_EdgeStatus { EdgeStatusEnum::STANDARD_CONFIG } |
![]() | |
MeshType * | m_Mesh |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >::ConstPointer = SmartPointer<const Self> |
Definition at line 77 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
using itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >::EdgeStatusEnum = QuadEdgeMeshEulerOperatorFlipEdgeFunctionEnums::EdgeStatusType |
Definition at line 89 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
using itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >::Pointer = SmartPointer<Self> |
Definition at line 76 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
using itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >::QEType = TQEType |
Type of QuadEdge with which to apply slicing.
Definition at line 84 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
using itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >::Self = QuadEdgeMeshEulerOperatorFlipEdgeFunction |
Standard class type aliases.
Definition at line 74 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
using itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >::Superclass = QuadEdgeMeshFunctionBase<TMesh, TQEType *> |
Definition at line 75 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.
|
protected |
|
overrideprotecteddefault |
|
protected |
|
virtual |
Evaluate at the specified input position
|
overridevirtual |
Reimplemented from itk::Object.
|
static |
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::Object.
|
protected |
|
protected |
Definition at line 114 of file itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.h.