ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::MeshRegion Class Reference

#include <itkMeshRegion.h>

+ Inheritance diagram for itk::MeshRegion:
+ Collaboration diagram for itk::MeshRegion:

Detailed Description

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.

See Also
Region
ImageRegion

Definition at line 52 of file itkMeshRegion.h.

Public Types

using Self = MeshRegion
 
using Superclass = Region
 
- Public Types inherited from itk::Region
enum  RegionType {
  ITK_UNSTRUCTURED_REGION,
  ITK_STRUCTURED_REGION
}
 
using Self = Region
 

Public Member Functions

virtual const char * GetNameOfClass () const
 
SizeValueType GetNumberOfRegions () const
 
SizeValueType GetRegion () const
 
RegionType GetRegionType () const override
 
 MeshRegion ()
 
 ~MeshRegion () override
 
void SetNumberOfRegions (SizeValueType num)
 
void SetRegion (SizeValueType region)
 
- Public Member Functions inherited from itk::Region
 itkTypeMacroNoParent (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
 

Member Typedef Documentation

Standard class type aliases.

Definition at line 56 of file itkMeshRegion.h.

Definition at line 57 of file itkMeshRegion.h.

Constructor & Destructor Documentation

itk::MeshRegion::MeshRegion ( )

Constructor. MeshRegion is a lightweight object and is not reference counted.

itk::MeshRegion::~MeshRegion ( )
override

Destructor. MeshRegion is a lightweight object and is not reference counted.

Member Function Documentation

virtual const char* itk::MeshRegion::GetNameOfClass ( ) const
virtual

Standard part of all itk objects.

SizeValueType itk::MeshRegion::GetNumberOfRegions ( ) const
inline

Get the number of regions.

Definition at line 75 of file itkMeshRegion.h.

SizeValueType itk::MeshRegion::GetRegion ( ) const
inline

Get the current region.

Definition at line 86 of file itkMeshRegion.h.

RegionType itk::MeshRegion::GetRegionType ( ) const
inlineoverridevirtual

Return the region type. Meshes are described with unstructured regions.

Implements itk::Region.

Definition at line 71 of file itkMeshRegion.h.

void itk::MeshRegion::SetNumberOfRegions ( SizeValueType  num)
inline

Set the number of regions.

Definition at line 79 of file itkMeshRegion.h.

void itk::MeshRegion::SetRegion ( SizeValueType  region)
inline

Set the number of regions.

Definition at line 90 of file itkMeshRegion.h.

Member Data Documentation

SizeValueType itk::MeshRegion::m_NumberOfRegions
private

Definition at line 98 of file itkMeshRegion.h.

SizeValueType itk::MeshRegion::m_Region
private

Definition at line 101 of file itkMeshRegion.h.


The documentation for this class was generated from the following file: