ITK
6.0.0
Insight Toolkit
|
#include <itkTriangleMeshToSimplexMeshFilter.h>
This filter converts a triangle mesh into a 2-simplex mesh.
The triangle cell centers build the points of the dual simplex mesh each center is connected with the center of each neighboring triangle. This creates the simplex structure.
Finally the neighbors of the points are reordered counter-clockwise for geometry computation.
Definition at line 45 of file itkTriangleMeshToSimplexMeshFilter.h.
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_CellIdxOffset {} |
CellIdentifier | m_EdgeCellId {} |
EdgeNeighborListType::Pointer | m_EdgeNeighborList {} |
EdgeMapPointer | m_Edges {} |
IndexSetType * | m_FaceSet {} |
IdVectorPointer | m_HandledEdgeIds {} |
PointIdentifier | m_IdOffset {} |
LineCellIndexType::Pointer | m_LineCellIndices {} |
InputCellAutoPointer | m_NewInputMeshCellPointer {} |
OutputCellAutoPointer | m_NewSimplexCellPointer {} |
VertexNeighborListType::Pointer | m_VertexNeighborList {} |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::CellAutoPointer = typename TInputMesh::CellAutoPointer |
Definition at line 88 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::CellFeatureIdentifier = typename TOutputMesh::CellFeatureIdentifier |
Definition at line 96 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::CellIdentifier = typename TOutputMesh::CellIdentifier |
Definition at line 94 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 58 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::EdgeIdentifierType = std::pair<CellIdentifier, CellIdentifier> |
Definition at line 98 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::EdgeMapPointer = typename EdgeMapType::Pointer |
Definition at line 106 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::EdgeMapType = itk::MapContainer<EdgeIdentifierType, CellIdentifier> |
Definition at line 105 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::EdgeNeighborListType = itk::MapContainer<CellIdentifier, EdgeIdentifierType> |
Definition at line 101 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::IdVectorPointer = typename IdVectorType::Pointer |
Definition at line 109 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::IdVectorType = itk::VectorContainer<CellIdentifier, CellIdentifier> |
Definition at line 108 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::IndexSetType = std::set<CellIdentifier> |
Definition at line 99 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputBoundaryAssignmentsContainerPointer = typename TInputMesh::BoundaryAssignmentsContainerPointer |
Definition at line 70 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputBoundnaryAssignmentIdentifier = typename TInputMesh::BoundaryAssignmentIdentifier |
Definition at line 84 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputCellAutoPointer = typename InputCellType::CellAutoPointer |
Definition at line 87 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputCellType = typename TInputMesh::CellType |
Definition at line 86 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename TInputMesh::Pointer |
Definition at line 67 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Definition at line 66 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer = typename TInputMesh::PointsContainer |
Definition at line 72 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename InputPointsContainer::ConstIterator |
Definition at line 75 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator = typename InputPointsContainer::Iterator |
Definition at line 74 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer = typename InputPointsContainer::Pointer |
Definition at line 73 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename TInputMesh::PointType |
Definition at line 68 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::LineCellIndexType = itk::MapContainer<EdgeIdentifierType, CellIdentifier> |
Definition at line 102 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::LineType = itk::LineCell<InputCellType> |
Definition at line 89 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputCellAutoPointer = typename TOutputMesh::CellAutoPointer |
Definition at line 112 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputCellType = typename TOutputMesh::CellType |
Definition at line 111 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputLineType = itk::LineCell<OutputCellType> |
Definition at line 113 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename TOutputMesh::Pointer |
Definition at line 77 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputPixelType = typename TOutputMesh::PixelType |
Definition at line 79 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer = typename TOutputMesh::PointsContainer |
Definition at line 80 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator = typename TOutputMesh::PointsContainer::Iterator |
Definition at line 82 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer = typename OutputPointsContainer::Pointer |
Definition at line 81 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename TOutputMesh::PointType |
Definition at line 78 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonType = itk::PolygonCell<OutputCellType> |
Definition at line 114 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self> |
Smart pointer type alias support
Definition at line 57 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::PointIdentifier = typename TOutputMesh::PointIdentifier |
Definition at line 95 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::PolygonType = itk::PolygonCell<InputCellType> |
Definition at line 90 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::Self = TriangleMeshToSimplexMeshFilter |
Standard "Self" type alias.
Definition at line 51 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Standard "Superclass" type alias.
Definition at line 54 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::TriangleType = itk::TriangleCell<InputCellType> |
Definition at line 91 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::VertexNeighborListType = itk::MapContainer<PointIdentifier, IndexSetType> |
Definition at line 104 of file itkTriangleMeshToSimplexMeshFilter.h.
using itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >::VertexType = itk::VertexCell<InputCellType> |
Definition at line 92 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
|
overrideprotected |
|
protected |
Computes the center of a face
|
protected |
This method creates all the cells of the dual simplex mesh
|
protected |
Method creates a new edge, which from the centers of two neighboring triangles of the input mesh over the edge the both triangles have in common.
|
protected |
add edge cells to the input mesh
|
protected |
Constructs the neighborhood relations for all simplex mesh points It also reorders the neighbors for easy normals computation
|
protected |
Method inserts the new computed simplex points into the output mesh
|
overrideprotectedvirtual |
Override from ProcessObject
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
protected |
Initializes all necessary datastructures
|
static |
Method of creation through the object factory.
|
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::MeshSource< TOutputMesh >.
|
protected |
offset for ids of new simplex polygon cells
Definition at line 210 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
offset for edge cell ids
Definition at line 220 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores the two neighboring cells (faces) of an edge
Definition at line 195 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores all edges of the input mesh.
the key is the index of the edge cell, and the element is the index pair of the two points of the edge.
Definition at line 190 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores all faces (triangles) of the input mesh
Definition at line 182 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores algorithmic data
Definition at line 225 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
offset for point ids
Definition at line 215 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores line indices for conversion algorithm
Definition at line 205 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
autopointer definition for creation of new cells in the input mesh
Definition at line 230 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
autopointer definition for creation of new simplex cells
Definition at line 235 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores all edges starting from a vertex
Definition at line 200 of file itkTriangleMeshToSimplexMeshFilter.h.