Go to the source code of this file.
Namespaces | |
| namespace | itk |
Macros | |
| #define | itkQEMeshForAllCellsEndMacro(cellIterator) |
| #define | itkQEMeshForAllCellsMacro(MeshType, MeshInstance, cellIterator) |
| #define | itkQEMeshForAllPointsEndMacro |
| #define | itkQEMeshForAllPointsMacro(MeshType, MeshInstance, PointVariable, PointIndex) |
| #define | itkQEMeshForAllPrimalEdgesEndMacro |
| #define | itkQEMeshForAllPrimalEdgesMacro(MeshType, MeshInstance, EdgeVariable) |
| #define itkQEMeshForAllCellsEndMacro | ( | cellIterator | ) |
Terminates a block of code started with the macro itk::itkQEMeshForAllCellsMacro.
Definition at line 122 of file itkQuadEdgeMeshMacro.h.
| #define itkQEMeshForAllCellsMacro | ( | MeshType, | |
| MeshInstance, | |||
| cellIterator ) |
Iterate on all the MeshType::Cells of a given itk::QuadEdgeMesh instance.
| MeshType | The type of the itk::QuadEdgeMesh |
| MeshInstance | The instance of the above MeshType we are considering |
| cellIterator | The name of the variable the caller wants to use to designate the MeshType::CellContainerIterator at current stage of iteration. |
This implementation was contributed as a paper to the Insight Journal https://doi.org/10.54294/4mx7kk
Definition at line 100 of file itkQuadEdgeMeshMacro.h.
| #define itkQEMeshForAllPointsEndMacro |
Terminates a block of code started with the macro itk::itkQEMeshForAllPointsMacro.
Definition at line 74 of file itkQuadEdgeMeshMacro.h.
| #define itkQEMeshForAllPointsMacro | ( | MeshType, | |
| MeshInstance, | |||
| PointVariable, | |||
| PointIndex ) |
Iterate on all the itk::QuadEdgeMeshPoint of a given itk::QuadEdgeMesh instance.
| MeshType | The type of the itk::QuadEdgeMesh |
| MeshInstance | The instance of the above MeshType we are considering |
| PointVariable | The name of the variable the caller wants to use to designate the MeshType::PointType at current stage of iteration. The variable PointVariable is of type itk::QuadEdgeMesh::PointType. |
| PointIndex | The name of the variable the caller wants to use to designate the index within the MeshType::PointContainer container and corresponding to PointVariable at current stage of iteration. The variable PointIndex is of type itk::QuadEdgeMesh::PointIdentifier . |
This implementation was contributed as a paper to the Insight Journal https://doi.org/10.54294/4mx7kk
Definition at line 47 of file itkQuadEdgeMeshMacro.h.
| #define itkQEMeshForAllPrimalEdgesEndMacro |
Terminates a block of code started with the macro itk::itkQEMeshForAllPrimalEdgesMacro.
Definition at line 161 of file itkQuadEdgeMeshMacro.h.
| #define itkQEMeshForAllPrimalEdgesMacro | ( | MeshType, | |
| MeshInstance, | |||
| EdgeVariable ) |
Iterate on all the MeshType::QEPrimal* of a given itk::QuadEdgeMesh instance.
| MeshType | The type of the itk::QuadEdgeMesh |
| MeshInstance | The instance of the above MeshType we are considering |
| EdgeVariable | The name of the variable the caller wants to use to designate the MeshType::QEPrimal* at current stage of iteration. |
This implementation was contributed as a paper to the Insight Journal https://doi.org/10.54294/4mx7kk
Definition at line 145 of file itkQuadEdgeMeshMacro.h.