template<typename TInputMesh, typename TOutputMesh = TInputMesh>
class itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
FIXME Add documentation.
Definition at line 37 of file itkDelaunayConformingQuadEdgeMeshFilter.h.
|
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | CriterionValueType = double |
| |
| using | FlipEdgeFunctionPointer = typename FlipEdgeFunctionType::Pointer |
| |
| using | FlipEdgeFunctionType = QuadEdgeMeshEulerOperatorFlipEdgeFunction< OutputMeshType, OutputQEType > |
| |
| using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
| |
| using | InputCoordRepType = typename InputMeshType::CoordRepType |
| |
| using | InputEdgeCellType = typename InputMeshType::EdgeCellType |
| |
| using | InputEdgeListType = typename InputMeshType::EdgeListType |
| |
| using | InputMeshPointer = typename InputMeshType::Pointer |
| |
| using | InputMeshType = TInputMesh |
| |
| using | InputPixelType = typename InputMeshType::PixelType |
| |
| using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
| |
| using | InputPointIdList = typename InputMeshType::PointIdList |
| |
| using | InputPointsContainer = typename InputMeshType::PointsContainer |
| |
| using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
| |
| using | InputPointType = typename InputMeshType::PointType |
| |
| using | InputPointVectorType = typename InputPointType::VectorType |
| |
| using | InputPolygonCellType = typename InputMeshType::PolygonCellType |
| |
| using | InputQEIterator = typename InputQEType::IteratorGeom |
| |
| using | InputQEType = typename InputMeshType::QEType |
| |
| using | InputTraits = typename InputMeshType::Traits |
| |
| using | InputVectorType = typename InputMeshType::VectorType |
| |
| using | OutputCellIdentifier = typename OutputMeshType::CellIdentifier |
| |
| using | OutputCellsContainer = typename OutputMeshType::CellsContainer |
| |
| using | OutputCellsContainerIterator = typename OutputMeshType::CellsContainerIterator |
| |
| using | OutputCellType = typename OutputMeshType::CellType |
| |
| using | OutputCoordRepType = typename OutputMeshType::CoordRepType |
| |
| using | OutputEdgeCellListIterator = typename OutputEdgeCellListType::iterator |
| |
| using | OutputEdgeCellListType = std::list< OutputEdgeCellType * > |
| |
| using | OutputEdgeCellType = typename OutputMeshType::EdgeCellType |
| |
| using | OutputLineCellIdentifier = typename OutputQEType::LineCellIdentifier |
| |
| using | OutputMeshPointer = typename OutputMeshType::Pointer |
| |
| using | OutputMeshType = TOutputMesh |
| |
| using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
| |
| using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
| |
| using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
| |
| using | OutputPointType = typename OutputMeshType::PointType |
| |
| using | OutputQEIterator = typename OutputQEType::IteratorGeom |
| |
| using | OutputQEType = typename OutputMeshType::QEType |
| |
| using | OutputVectorType = typename OutputMeshType::VectorType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | PriorityQueueItemType = MaxPriorityQueueElementWrapper< OutputEdgeCellType *, PriorityType, long > |
| |
| using | PriorityQueuePointer = typename PriorityQueueType::Pointer |
| |
| using | PriorityQueueType = PriorityQueueContainer< PriorityQueueItemType *, ElementWrapperPointerInterface< PriorityQueueItemType * >, PriorityType, long > |
| |
| using | PriorityType = std::pair< bool, CriterionValueType > |
| |
| using | QueueMapIterator = typename QueueMapType::iterator |
| |
| using | QueueMapType = std::map< OutputEdgeCellType *, PriorityQueueItemType * > |
| |
| using | Self = DelaunayConformingQuadEdgeMeshFilter |
| |
| using | Superclass = QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | InputCellDataContainer = typename InputMeshType::CellDataContainer |
| |
| using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
| |
| using | InputCellsContainerConstPointer = typename InputMeshType::CellsContainerConstPointer |
| |
| using | InputCellTraits = typename InputMeshType::CellTraits |
| |
| using | InputCoordRepType = typename InputMeshType::CoordRepType |
| |
| using | InputEdgeCellType = typename InputMeshType::EdgeCellType |
| |
| using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
| |
| using | InputMeshPointer = typename InputMeshType::Pointer |
| |
| using | InputMeshType = TInputMesh |
| |
| using | InputPointDataContainer = typename InputMeshType::PointDataContainer |
| |
| using | InputPointDataContainerConstPointer = typename InputPointDataContainer::ConstPointer |
| |
| using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
| |
| using | InputPointIdList = typename InputMeshType::PointIdList |
| |
| using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
| |
| using | InputPointsContainerConstPointer = typename InputMeshType::PointsContainerConstPointer |
| |
| using | InputPointsIdInternalIterator = typename InputCellTraits::PointIdInternalIterator |
| |
| using | InputPointType = typename InputMeshType::PointType |
| |
| using | InputPolygonCellType = typename InputMeshType::PolygonCellType |
| |
| using | InputQEIterator = typename InputQEPrimal::IteratorGeom |
| |
| using | InputQEPrimal = typename InputMeshType::QEPrimal |
| |
| using | InputVectorType = typename InputMeshType::VectorType |
| |
| using | OutputCellDataContainer = typename OutputMeshType::CellDataContainer |
| |
| using | OutputCoordRepType = typename OutputMeshType::CoordRepType |
| |
| using | OutputMeshConstPointer = typename OutputMeshType::ConstPointer |
| |
| using | OutputMeshPointer = typename OutputMeshType::Pointer |
| |
| using | OutputMeshType = TInputMesh |
| |
| using | OutputPointDataContainer = typename OutputMeshType::PointDataContainer |
| |
| using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
| |
| using | OutputPointsContainerConstPointer = typename OutputMeshType::PointsContainerConstPointer |
| |
| using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
| |
| using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
| |
| using | OutputPointType = typename OutputMeshType::PointType |
| |
| using | OutputQEIterator = typename OutputQEPrimal::IteratorGeom |
| |
| using | OutputQEPrimal = typename OutputMeshType::QEPrimal |
| |
| using | OutputVectorType = typename OutputMeshType::VectorType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = QuadEdgeMeshToQuadEdgeMeshFilter |
| |
| using | Superclass = MeshToMeshFilter< TInputMesh, TInputMesh > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | InputMeshPointer = typename InputMeshType::Pointer |
| |
| using | InputMeshType = TInputMesh |
| |
| using | OutputMeshPointer = typename OutputMeshType::Pointer |
| |
| using | OutputMeshType = TInputMesh |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = MeshToMeshFilter |
| |
| using | Superclass = MeshSource< TInputMesh > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
| |
| using | DataObjectPointer = DataObject::Pointer |
| |
| using | OutputMeshPointer = typename OutputMeshType::Pointer |
| |
| using | OutputMeshType = TInputMesh |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = MeshSource |
| |
| using | Superclass = ProcessObject |
| |
| using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
| |
| using | DataObjectPointer = DataObject::Pointer |
| |
| using | DataObjectPointerArray = std::vector< DataObjectPointer > |
| |
| using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
| |
| using | MultiThreaderType = MultiThreaderBase |
| |
| using | NameArray = std::vector< DataObjectIdentifierType > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = ProcessObject |
| |
| 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 |
| |
|
| | DelaunayConformingQuadEdgeMeshFilter () |
| |
| CriterionValueType | Dyer07Criterion (OutputMeshType *iMesh, OutputQEType *iEdge) const |
| |
| void | GenerateData () override |
| |
| void | InitializePriorityQueue () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| void | Process () |
| |
| void | ReassignCellData (const OutputCellIdentifier &in, const OutputCellIdentifier &out) |
| |
| | ~DelaunayConformingQuadEdgeMeshFilter () override |
| |
| virtual void | CopyInputMeshToOutputMesh () |
| |
| virtual void | CopyInputMeshToOutputMeshCellData () |
| |
| virtual void | CopyInputMeshToOutputMeshCells () |
| |
| virtual void | CopyInputMeshToOutputMeshEdgeCells () |
| |
| virtual void | CopyInputMeshToOutputMeshFieldData () |
| |
| virtual void | CopyInputMeshToOutputMeshGeometry () |
| |
| virtual void | CopyInputMeshToOutputMeshPointData () |
| |
| virtual void | CopyInputMeshToOutputMeshPoints () |
| |
| | QuadEdgeMeshToQuadEdgeMeshFilter () |
| |
| | ~QuadEdgeMeshToQuadEdgeMeshFilter () override=default |
| |
| void | CopyInputMeshToOutputMeshCellData () |
| |
| void | CopyInputMeshToOutputMeshCellLinks () |
| |
| void | CopyInputMeshToOutputMeshCells () |
| |
| void | CopyInputMeshToOutputMeshPointData () |
| |
| void | CopyInputMeshToOutputMeshPoints () |
| |
| | MeshToMeshFilter () |
| |
| | ~MeshToMeshFilter () override=default |
| |
| void | GenerateInputRequestedRegion () override |
| |
| | MeshSource () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| | ~MeshSource () override=default |
| |
| virtual void | AddInput (DataObject *input) |
| |
| void | AddOptionalInputName (const DataObjectIdentifierType &) |
| |
| void | AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
| |
| virtual void | AddOutput (DataObject *output) |
| |
| bool | AddRequiredInputName (const DataObjectIdentifierType &) |
| |
| bool | AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
| |
| virtual void | CacheInputReleaseDataFlags () |
| |
| virtual void | GenerateData () |
| |
| virtual void | GenerateInputRequestedRegion () |
| |
| virtual void | GenerateOutputInformation () |
| |
| virtual void | GenerateOutputRequestedRegion (DataObject *output) |
| |
| DataObject * | GetInput (const DataObjectIdentifierType &key) |
| |
| const DataObject * | GetInput (const DataObjectIdentifierType &key) const |
| |
| virtual const DataObjectPointerArraySizeType & | GetNumberOfRequiredInputs () const |
| |
| virtual const DataObjectPointerArraySizeType & | GetNumberOfRequiredOutputs () const |
| |
| bool | IsIndexedInputName (const DataObjectIdentifierType &) const |
| |
| bool | IsIndexedOutputName (const DataObjectIdentifierType &) const |
| |
| bool | IsRequiredInputName (const DataObjectIdentifierType &) const |
| |
| DataObjectPointerArraySizeType | MakeIndexFromInputName (const DataObjectIdentifierType &name) const |
| |
| DataObjectPointerArraySizeType | MakeIndexFromOutputName (const DataObjectIdentifierType &name) const |
| |
| DataObjectIdentifierType | MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const |
| |
| DataObjectIdentifierType | MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const |
| |
| virtual void | PopBackInput () |
| |
| virtual void | PopFrontInput () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| | ProcessObject () |
| |
| virtual void | PropagateResetPipeline () |
| |
| virtual void | PushBackInput (const DataObject *input) |
| |
| virtual void | PushFrontInput (const DataObject *input) |
| |
| virtual void | ReleaseInputs () |
| |
| virtual void | RemoveInput (const DataObjectIdentifierType &key) |
| |
| virtual void | RemoveInput (DataObjectPointerArraySizeType) |
| |
| virtual void | RemoveOutput (const DataObjectIdentifierType &key) |
| |
| virtual void | RemoveOutput (DataObjectPointerArraySizeType idx) |
| |
| bool | RemoveRequiredInputName (const DataObjectIdentifierType &) |
| |
| virtual void | RestoreInputReleaseDataFlags () |
| |
| virtual void | SetInput (const DataObjectIdentifierType &key, DataObject *input) |
| |
| virtual void | SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input) |
| |
| virtual void | SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output) |
| |
| void | SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num) |
| |
| void | SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num) |
| |
| virtual void | SetNumberOfRequiredInputs (DataObjectPointerArraySizeType) |
| |
| virtual void | SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg) |
| |
| virtual void | SetOutput (const DataObjectIdentifierType &name, DataObject *output) |
| |
| virtual void | SetPrimaryInput (DataObject *object) |
| |
| virtual void | SetPrimaryOutput (DataObject *object) |
| |
| void | SetRequiredInputNames (const NameArray &) |
| |
| virtual void | VerifyInputInformation () ITKv5_CONST |
| |
| virtual void | VerifyPreconditions () ITKv5_CONST |
| |
| | ~ProcessObject () override |
| |
| DataObject * | GetInput (DataObjectPointerArraySizeType idx) |
| |
| const DataObject * | GetInput (DataObjectPointerArraySizeType idx) const |
| |
| DataObject * | GetPrimaryInput () |
| |
| const DataObject * | GetPrimaryInput () const |
| |
| virtual void | SetPrimaryInputName (const DataObjectIdentifierType &key) |
| |
| virtual const char * | GetPrimaryInputName () const |
| |
| DataObject * | GetOutput (const DataObjectIdentifierType &key) |
| |
| const DataObject * | GetOutput (const DataObjectIdentifierType &key) const |
| |
| virtual void | SetPrimaryOutputName (const DataObjectIdentifierType &key) |
| |
| virtual const char * | GetPrimaryOutputName () const |
| |
| DataObject * | GetOutput (DataObjectPointerArraySizeType i) |
| |
| const DataObject * | GetOutput (DataObjectPointerArraySizeType i) const |
| |
| DataObject * | GetPrimaryOutput () |
| |
| const DataObject * | GetPrimaryOutput () const |
| |
| virtual bool | GetThreaderUpdateProgress () const |
| |
| virtual void | ThreaderUpdateProgressOn () |
| |
| virtual void | SetThreaderUpdateProgress (bool arg) |
| |
| | 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 () |
| |