ITK
5.2.0
Insight Toolkit
|
#include <itkSimplexMeshAdaptTopologyFilter.h>
Classes | |
class | SimplexCellVisitor |
Public Types | |
using | CellAutoPointer = typename InputMeshType::CellAutoPointer |
using | CellIdentifier = typename InputMeshType::CellIdentifier |
using | CellMultiVisitorPointer = typename CellMultiVisitorType::Pointer |
using | CellMultiVisitorType = typename InputCellType::MultiVisitor |
using | ConstPointer = SmartPointer< const Self > |
using | CovariantVectorType = CovariantVector< typename InputVectorType::ValueType, 3 > |
using | DoubleContainerIterator = typename DoubleValueMapType::Iterator |
using | DoubleValueMapType = typename itk::MapContainer< CellIdentifier, double > |
using | InputCellAutoPointer = typename InputCellType::CellAutoPointer |
using | InputCellPointIdIterator = typename InputCellType::PointIdIterator |
using | InputCellTraitsType = typename InputMeshType::MeshTraits::CellTraits |
using | InputCellType = typename InputMeshType::CellType |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | InputPixelType = typename InputMeshType::PixelType |
using | InputPointType = typename InputMeshType::PointType |
using | InputPolygonPointIdIterator = typename InputPolygonType::PointIdIterator |
using | InputPolygonType = itk::PolygonCell< InputCellType > |
using | InputVectorType = typename InputMeshType::VectorType |
using | OutputCellType = typename OutputMeshType::CellType |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | OutputPolygonType = itk::PolygonCell< OutputCellType > |
using | Pointer = SmartPointer< Self > |
using | PointIdentifier = typename InputMeshType::PointIdentifier |
using | Self = SimplexMeshAdaptTopologyFilter |
using | SimplexVisitorInterfacePointer = typename SimplexVisitorInterfaceType::Pointer |
using | SimplexVisitorInterfaceType = itk::CellInterfaceVisitorImplementation< InputPixelType, InputCellTraitsType, InputPolygonType, SimplexCellVisitor > |
using | Superclass = MeshToMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshToMeshFilter |
using | Superclass = MeshSource< TOutputMesh > |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshSource |
using | Superclass = ProcessObject |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
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 |
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 |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes | |
CellIdentifier | m_IdOffset |
int | m_ModifiedCount { 0 } |
InputCellAutoPointer | m_NewSimplexCellPointer |
OutputMeshPointer | m_Output |
int | m_SelectionMethod { 0 } |
double | m_Threshold { 0.5 } |
Protected Attributes inherited from itk::ProcessObject | |
bool | m_Updating |
TimeStamp | m_OutputInformationMTime |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ProcessObject | |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
This filter changes the topology of a 2-simplex mesh.
Currently only one transformation for inserting new cells into a mesh is implemented. For insertion several criteria are compute, e.g. the curvature in a mesh point. The user can set a threshold value to control how many cells will be manipulated.
Definition at line 45 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CellAutoPointer = typename InputMeshType::CellAutoPointer |
Definition at line 79 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CellIdentifier = typename InputMeshType::CellIdentifier |
Definition at line 76 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CellMultiVisitorPointer = typename CellMultiVisitorType::Pointer |
Definition at line 253 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CellMultiVisitorType = typename InputCellType::MultiVisitor |
Definition at line 252 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Smart pointer type alias support
Definition at line 60 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CovariantVectorType = CovariantVector<typename InputVectorType::ValueType, 3> |
Definition at line 82 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::DoubleContainerIterator = typename DoubleValueMapType::Iterator |
Definition at line 89 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::DoubleValueMapType = typename itk::MapContainer<CellIdentifier, double> |
Definition at line 88 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellAutoPointer = typename InputCellType::CellAutoPointer |
Definition at line 78 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellPointIdIterator = typename InputCellType::PointIdIterator |
Definition at line 77 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellTraitsType = typename InputMeshType::MeshTraits::CellTraits |
Definition at line 73 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellType = typename InputMeshType::CellType |
Definition at line 74 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 69 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Definition at line 68 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPixelType = typename InputMeshType::PixelType |
Definition at line 72 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 70 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPolygonPointIdIterator = typename InputPolygonType::PointIdIterator |
Definition at line 81 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPolygonType = itk::PolygonCell<InputCellType> |
Definition at line 80 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputVectorType = typename InputMeshType::VectorType |
Definition at line 71 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::OutputCellType = typename OutputMeshType::CellType |
Definition at line 85 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 84 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh |
Definition at line 83 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::OutputPolygonType = itk::PolygonCell<OutputCellType> |
Definition at line 86 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self> |
Smart pointer type alias support
Definition at line 57 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::PointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 75 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::Self = SimplexMeshAdaptTopologyFilter |
Standard "Self" type alias.
Definition at line 51 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SimplexVisitorInterfacePointer = typename SimplexVisitorInterfaceType::Pointer |
Definition at line 251 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SimplexVisitorInterfaceType = itk::CellInterfaceVisitorImplementation<InputPixelType, InputCellTraitsType, InputPolygonType, SimplexCellVisitor> |
Definition at line 249 of file itkSimplexMeshAdaptTopologyFilter.h.
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Standard "Superclass" type alias.
Definition at line 54 of file itkSimplexMeshAdaptTopologyFilter.h.
|
protected |
|
overrideprotecteddefault |
|
protected |
Compute the center of a cell
|
protected |
Method computes and evaluates cell properties, like area and curvature and determines whether a cell should be refined or not.
|
protected |
Copy Geometry data from the input mesh to the output mesh.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
overrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
|
virtual |
|
protected |
Initialize this filters containers
|
protected |
Update topology neighbor relations for all cells which are were influenced by he insertion of new points.
|
static |
Method of creation through the object factory.
|
overrideprotectedvirtual |
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a SmartPointer to a DataObject. If a subclass of MeshSource has multiple outputs of different types, then that class must provide an implementation of MakeOutput().
Reimplemented from itk::MeshSource< TOutputMesh >.
|
virtual |
|
virtual |
|
protected |
class member storing cell id offset
Definition at line 308 of file itkSimplexMeshAdaptTopologyFilter.h.
|
protected |
attribute contains the number of cells which were modified during the last Update()
Definition at line 325 of file itkSimplexMeshAdaptTopologyFilter.h.
|
protected |
Definition at line 333 of file itkSimplexMeshAdaptTopologyFilter.h.
|
protected |
member for accessing the filter result during creation
Definition at line 331 of file itkSimplexMeshAdaptTopologyFilter.h.
|
protected |
different criteria for cell refinement selection
Definition at line 319 of file itkSimplexMeshAdaptTopologyFilter.h.
|
protected |
threshold controls the percentage of cells to satisfy the selection criteria
Definition at line 314 of file itkSimplexMeshAdaptTopologyFilter.h.