ITK
5.0.0
Insight Segmentation and Registration 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 flag) |
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 |
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
|
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 >.
|
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.
|
virtual |
Run-time type information (and related methods).
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 202 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
offset for edge cell ids
Definition at line 212 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores the two neighboring cells (faces) of an edge
Definition at line 187 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 182 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores all faces (triangles) of the input mesh
Definition at line 174 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores algorithmic data
Definition at line 217 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
offset for point ids
Definition at line 207 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores line indices for conversion algorithm
Definition at line 197 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
autopointer definition for creation of new cells in the input mesh
Definition at line 222 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
autopointer definition for creation of new simplex cells
Definition at line 227 of file itkTriangleMeshToSimplexMeshFilter.h.
|
protected |
stores all edges starting from a vertex
Definition at line 192 of file itkTriangleMeshToSimplexMeshFilter.h.