18 #ifndef itkQuadEdgeMeshEulerOperatorFlipEdgeFunction_h
19 #define itkQuadEdgeMeshEulerOperatorFlipEdgeFunction_h
38 template<
typename TMesh,
typename TQEType >
58 typedef typename Superclass::MeshType
MeshType;
68 EXISTING_OPPOSITE_EDGE
72 virtual OutputType Evaluate(QEType *h);
80 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
84 void CheckStatus(
QEType *h);
93 #include "itkQuadEdgeMeshEulerOperatorFlipEdgeFunction.hxx"
Light weight base class for most itk classes.
EdgeStatusType m_EdgeStatus
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
~QuadEdgeMeshEulerOperatorFlipEdgeFunction() override
Superclass::MeshType MeshType
Superclass::OutputType OutputType
QuadEdgeMeshFunctionBase< TMesh, TQEType * > Superclass
QuadEdgeMeshEulerOperatorFlipEdgeFunction Self