![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkCellAreaTriangleCellSubdivisionCriterion.h>
Inheritance diagram for itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >:
Collaboration diagram for itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >:Definition at line 36 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
Public Types | |
| using | CellIdentifier = typename Superclass::CellIdentifier |
| using | CellsContainer = typename Superclass::CellsContainer |
| using | CellsContainerConstIterator = typename Superclass::CellsContainerConstIterator |
| using | CellsContainerIterator = typename Superclass::CellsContainerIterator |
| using | CellsContainerPointer = typename Superclass::CellsContainerPointer |
| using | CellType = typename Superclass::CellType |
| using | ConstPointer = SmartPointer< const Self > |
| using | CoordRepType = typename Superclass::CoordRepType |
| using | MeshConstPointer = typename Superclass::MeshConstPointer |
| using | MeshPointer = typename Superclass::MeshPointer |
| using | MeshType = typename Superclass::MeshType |
| using | Pointer = SmartPointer< Self > |
| using | PointIdentifier = typename Superclass::PointIdentifier |
| using | PointIdIterator = typename Superclass::PointIdIterator |
| using | PointsContainerConstIterator = typename Superclass::PointsContainerConstIterator |
| using | PointsContainerIterator = typename Superclass::PointsContainerIterator |
| using | PointsContainerPointer = typename Superclass::PointsContainerPointer |
| using | PointType = typename Superclass::PointType |
| using | QEType = typename Superclass::QEType |
| using | Self = CellAreaTriangleCellSubdivisionCriterion |
| using | SubdivisionCellContainer = typename Superclass::SubdivisionCellContainer |
| using | Superclass = QuadEdgeMeshSubdivisionCriterion< TSubdivisionFilter > |
Public Types inherited from itk::QuadEdgeMeshSubdivisionCriterion< TSubdivisionFilter > | |
| using | CellIdentifier = typename MeshType::CellIdentifier |
| using | CellsContainer = typename MeshType::CellsContainer |
| using | CellsContainerConstIterator = typename MeshType::CellsContainerConstIterator |
| using | CellsContainerIterator = typename MeshType::CellsContainerIterator |
| using | CellsContainerPointer = typename MeshType::CellsContainerPointer |
| using | CellType = typename MeshType::CellType |
| using | ConstPointer = SmartPointer< const Self > |
| using | CoordRepType = typename MeshType::CoordRepType |
| using | MeshConstPointer = typename MeshType::ConstPointer |
| using | MeshPointer = typename MeshType::Pointer |
| using | MeshType = typename TSubdivisionFilter::InputMeshType |
| using | Pointer = SmartPointer< Self > |
| using | PointIdentifier = typename MeshType::PointIdentifier |
| using | PointIdIterator = typename MeshType::PointIdIterator |
| using | PointsContainerConstIterator = typename MeshType::PointsContainerConstIterator |
| using | PointsContainerIterator = typename MeshType::PointsContainerIterator |
| using | PointsContainerPointer = typename MeshType::PointsContainerPointer |
| using | PointType = typename MeshType::PointType |
| using | QEType = typename MeshType::QEType |
| using | Self = QuadEdgeMeshSubdivisionCriterion |
| using | SubdivisionCellContainer = typename TSubdivisionFilter::SubdivisionCellContainer |
| using | Superclass = Object |
Public Types inherited from itk::Object | |
| using | ConstPointer = SmartPointer< const Self > |
| using | Pointer = SmartPointer< Self > |
| using | Self = Object |
| using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
| using | ConstPointer = SmartPointer< const Self > |
| using | Pointer = SmartPointer< Self > |
| using | Self = LightObject |
Public Member Functions | |
| void | Compute (MeshType *mesh, SubdivisionCellContainer &cellIds) override |
| virtual CoordRepType | GetMaximumArea () const |
| virtual void | SetMaximumArea (CoordRepType _arg) |
Public Member Functions inherited from itk::QuadEdgeMeshSubdivisionCriterion< TSubdivisionFilter > | |
| virtual void | Compute (MeshType *mesh, SubdivisionCellContainer &edgeList)=0 |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| 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 |
| 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 noexceptoverride |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| virtual void | SetObjectName (std::string _arg) |
| virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
| virtual void | Delete () |
| virtual int | GetReferenceCount () const |
| itkCloneMacro (Self) | |
| void | Print (std::ostream &os, Indent indent=0) const |
Protected Member Functions | |
| CellAreaTriangleCellSubdivisionCriterion () | |
| ~CellAreaTriangleCellSubdivisionCriterion () override | |
Protected Member Functions inherited from itk::QuadEdgeMeshSubdivisionCriterion< TSubdivisionFilter > | |
| QuadEdgeMeshSubdivisionCriterion () | |
| ~QuadEdgeMeshSubdivisionCriterion () override | |
Protected Member Functions inherited from itk::Object | |
| Object () | |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual void | SetTimeStamp (const TimeStamp &time) |
| ~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
| virtual LightObject::Pointer | InternalClone () const |
| LightObject () | |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| virtual | ~LightObject () |
Private Attributes | |
| CoordRepType | m_MaximumArea |
| virtual const char * | GetNameOfClass () const |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| static Pointer | New () |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount |
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellIdentifier = typename Superclass::CellIdentifier |
Definition at line 57 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellsContainer = typename Superclass::CellsContainer |
Definition at line 50 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellsContainerConstIterator = typename Superclass::CellsContainerConstIterator |
Definition at line 53 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellsContainerIterator = typename Superclass::CellsContainerIterator |
Definition at line 52 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellsContainerPointer = typename Superclass::CellsContainerPointer |
Definition at line 51 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellType = typename Superclass::CellType |
Definition at line 58 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::ConstPointer = SmartPointer< const Self > |
Definition at line 42 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CoordRepType = typename Superclass::CoordRepType |
Definition at line 55 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::MeshConstPointer = typename Superclass::MeshConstPointer |
Definition at line 46 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::MeshPointer = typename Superclass::MeshPointer |
Definition at line 45 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::MeshType = typename Superclass::MeshType |
Definition at line 44 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::Pointer = SmartPointer< Self > |
Definition at line 41 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::PointIdentifier = typename Superclass::PointIdentifier |
Definition at line 56 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::PointIdIterator = typename Superclass::PointIdIterator |
Definition at line 60 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::PointsContainerConstIterator = typename Superclass::PointsContainerConstIterator |
Definition at line 48 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::PointsContainerIterator = typename Superclass::PointsContainerIterator |
Definition at line 49 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::PointsContainerPointer = typename Superclass::PointsContainerPointer |
Definition at line 47 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::PointType = typename Superclass::PointType |
Definition at line 54 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::QEType = typename Superclass::QEType |
Definition at line 59 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::Self = CellAreaTriangleCellSubdivisionCriterion |
Definition at line 39 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::SubdivisionCellContainer = typename Superclass::SubdivisionCellContainer |
Definition at line 61 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
| using itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::Superclass = QuadEdgeMeshSubdivisionCriterion< TSubdivisionFilter > |
Definition at line 40 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
|
inlineprotected |
Definition at line 74 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
References itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::m_MaximumArea.
|
inlineoverrideprotected |
Definition at line 75 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
|
override |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshSubdivisionCriterion< TSubdivisionFilter >.
|
static |
Run-time type information (and related methods).
|
virtual |
|
private |
Definition at line 78 of file itkCellAreaTriangleCellSubdivisionCriterion.h.
Referenced by itk::CellAreaTriangleCellSubdivisionCriterion< TSubdivisionFilter >::CellAreaTriangleCellSubdivisionCriterion().
1.8.5