#include <itkMeshRegion.h>
Inheritance diagram for itk::MeshRegion:


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 42 of file itkMeshRegion.h.
Public Types | |
| enum | RegionType { ITK_UNSTRUCTURED_REGION, ITK_STRUCTURED_REGION } |
| typedef MeshRegion | Self |
| typedef Region | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| unsigned long | GetNumberOfRegions () const |
| unsigned long | GetRegion () const |
| virtual RegionType | GetRegionType () const |
| MeshRegion () | |
| virtual void | Print (std::ostream &os, Indent indent=0) const |
| void | SetNumberOfRegions (unsigned long num) |
| void | SetRegion (unsigned long region) |
| virtual | ~MeshRegion () |
Protected Member Functions | |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| Methods invoked by virtual 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.*/virtual void PrintSelf(std voi | PrintHeader )(std::ostream &os, Indent indent) const |
|
|
Standard class typedefs. Reimplemented from itk::Region. Definition at line 46 of file itkMeshRegion.h. |
|
|
Definition at line 47 of file itkMeshRegion.h. |
|
|
Enums used to describe the extent types. Definition at line 63 of file itkRegion.h. |
|
|
Constructor. MeshRegion is a lightweight object and is not reference counted. |
|
|
Destructor. MeshRegion is a lightweight object and is not reference counted. |
|
|
Standard part of all itk objects. Reimplemented from itk::Region. |
|
|
Get the number of regions. Definition at line 65 of file itkMeshRegion.h. |
|
|
Get the current region. Definition at line 74 of file itkMeshRegion.h. |
|
|
Return the region type. Meshes are described with unstructured regions. Implements itk::Region. Definition at line 61 of file itkMeshRegion.h. |
|
||||||||||||
|
Print the region. |
|
||||||||||||
|
|
|
|
Set the number of regions. Definition at line 69 of file itkMeshRegion.h. |
|
|
Set the number of regions. Definition at line 78 of file itkMeshRegion.h. |
|
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000