ITK
6.0.0
Insight Toolkit
|
#include <itkMeshRegion.h>
A mesh region represents an unstructured region of data.
MeshRegion is an class that represents some unstructured portion or piece of a Mesh. The MeshRegion is described as piece i out of N total pieces.
Definition at line 52 of file itkMeshRegion.h.
Public Types | |
using | Self = MeshRegion |
using | Superclass = Region |
Public Types inherited from itk::Region | |
using | RegionEnum = ObjectEnums::RegionEnum |
using | Self = Region |
Public Member Functions | |
const char * | GetNameOfClass () const override |
SizeValueType | GetNumberOfRegions () const |
SizeValueType | GetRegion () const |
RegionEnum | GetRegionType () const override |
MeshRegion () | |
~MeshRegion () override | |
void | SetNumberOfRegions (SizeValueType num) |
void | SetRegion (SizeValueType region) |
Public Member Functions inherited from itk::Region | |
virtual const char * | GetNameOfClass () const |
virtual RegionEnum | GetRegionType () const =0 |
ITK_DEFAULT_COPY_AND_MOVE (Region) | |
virtual void | Print (std::ostream &os, Indent indent=0) const |
Region ()=default | |
virtual | ~Region ()=default |
Private Attributes | |
SizeValueType | m_NumberOfRegions {} |
SizeValueType | m_Region {} |
Additional Inherited Members | |
Protected Member Functions inherited from itk::Region | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
using itk::MeshRegion::Self = MeshRegion |
Standard class type aliases.
Definition at line 56 of file itkMeshRegion.h.
using itk::MeshRegion::Superclass = Region |
Definition at line 57 of file itkMeshRegion.h.
itk::MeshRegion::MeshRegion | ( | ) |
Constructor. MeshRegion is a lightweight object and is not reference counted.
|
override |
Destructor. MeshRegion is a lightweight object and is not reference counted.
|
overridevirtual |
Reimplemented from itk::Region.
|
inline |
Get the number of regions.
Definition at line 79 of file itkMeshRegion.h.
|
inline |
Get the current region.
Definition at line 97 of file itkMeshRegion.h.
|
inlineoverridevirtual |
Return the region type. Meshes are described with unstructured regions.
Implements itk::Region.
Definition at line 72 of file itkMeshRegion.h.
|
inline |
Set the number of regions.
Definition at line 86 of file itkMeshRegion.h.
|
inline |
Set the current region.
Definition at line 104 of file itkMeshRegion.h.
|
private |
Definition at line 115 of file itkMeshRegion.h.
|
private |
Definition at line 118 of file itkMeshRegion.h.