ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageToRectilinearFEMObjectFilter.h>
Generate a rectilinar mesh from an image. The result is stored in a FEMObject.
This class generates a Mesh consiting of quadrilateral elements in 2D and hexahedral elements in 3D. The resulting meshes can be used with specific elements for solving membrane or linear elasticity problems.
Definition at line 43 of file itkImageToRectilinearFEMObjectFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | NDimensions = TInputImage::ImageDimension |
Private Member Functions | |
ImageToRectilinearFEMObjectFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ElementBasePointerType | m_Element |
MaterialPointerType | m_Material |
vnl_vector< unsigned int > | m_NumberOfElements |
vnl_vector< unsigned int > | m_PixelsPerElement |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer<const Self> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ConstPointer |
Definition at line 50 of file itkImageToRectilinearFEMObjectFilter.h.
typedef DataObject::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::DataObjectPointer |
Definition at line 73 of file itkImageToRectilinearFEMObjectFilter.h.
typedef ProcessObject::DataObjectPointerArraySizeType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::DataObjectPointerArraySizeType |
Make a DataObject of the correct type to be used as the specified output.
Definition at line 127 of file itkImageToRectilinearFEMObjectFilter.h.
typedef itk::fem::Element::ConstPointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ElementBasePointerType |
Definition at line 81 of file itkImageToRectilinearFEMObjectFilter.h.
typedef itk::fem::Element itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ElementBaseType |
Definition at line 80 of file itkImageToRectilinearFEMObjectFilter.h.
typedef FEMObjectType::ConstPointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::FEMObjectConstPointer |
Definition at line 72 of file itkImageToRectilinearFEMObjectFilter.h.
typedef FEMObjectType::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::FEMObjectPointer |
Definition at line 71 of file itkImageToRectilinearFEMObjectFilter.h.
typedef itk::fem::FEMObject<NDimensions> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::FEMObjectType |
Typedefs for Output FEMObject
Definition at line 70 of file itkImageToRectilinearFEMObjectFilter.h.
typedef InputImageType::ConstPointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageConstPointer |
Definition at line 63 of file itkImageToRectilinearFEMObjectFilter.h.
typedef InputImageType::IndexType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageIndexType |
Definition at line 67 of file itkImageToRectilinearFEMObjectFilter.h.
typedef InputImageType::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImagePointer |
Definition at line 62 of file itkImageToRectilinearFEMObjectFilter.h.
typedef InputImageType::PointType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImagePointType |
Definition at line 66 of file itkImageToRectilinearFEMObjectFilter.h.
typedef InputImageType::RegionType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageRegionType |
Definition at line 64 of file itkImageToRectilinearFEMObjectFilter.h.
typedef InputImageType::SizeType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageSizeType |
Definition at line 65 of file itkImageToRectilinearFEMObjectFilter.h.
typedef TInputImage itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::InputImageType |
Typedefs for Input Image
Definition at line 61 of file itkImageToRectilinearFEMObjectFilter.h.
typedef MaterialType::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::MaterialPointerType |
Definition at line 77 of file itkImageToRectilinearFEMObjectFilter.h.
typedef itk::fem::MaterialLinearElasticity itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::MaterialType |
Some convenient typedefs.
Definition at line 76 of file itkImageToRectilinearFEMObjectFilter.h.
typedef SmartPointer<Self> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Pointer |
Definition at line 49 of file itkImageToRectilinearFEMObjectFilter.h.
typedef ImageToRectilinearFEMObjectFilter itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Self |
Standard class typedefs.
Definition at line 47 of file itkImageToRectilinearFEMObjectFilter.h.
typedef ProcessObject itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Superclass |
Definition at line 48 of file itkImageToRectilinearFEMObjectFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 150 of file itkImageToRectilinearFEMObjectFilter.h.
|
private |
|
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::Object.
|
protected |
|
protected |
|
protectedvirtual |
Method invoked by the pipeline in order to trigger mesh generation
Reimplemented from itk::ProcessObject.
|
virtual |
Get/Set the element type used to generate the mesh
InputImageType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetInput | ( | void | ) |
InputImageType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetInput | ( | unsigned int | idx | ) |
|
virtual |
Get/Set the material used for the mesh
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
|
virtual |
Get the number of element in each dimension of the generated mesh
FEMObjectType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetOutput | ( | void | ) |
Get the output data of this process object. The output of this function is not valid until an appropriate Update() method has been called, either explicitly or implicitly. Both the filter itself and the data object have Update() methods, and both methods update the data.
For Filters which have multiple outputs of different types, the GetOutput() method assumes the output is of OutputImageType. For the GetOutput(unsigned int) method, a dynamic_cast is performed incase the filter has outputs of different types or image types. Derived classes should have names get methods for these outputs.
FEMObjectType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetOutput | ( | unsigned int | idx | ) |
|
virtual |
Begin concept checking End concept checking Get/Set the number of voxels/pixels in each dimension used *during the mesh generation
|
virtual |
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ProcessObject.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
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::ProcessObject.
|
virtual |
Get/Set the element type used to generate the mesh
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetInput | ( | InputImageType * | image | ) |
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetInput | ( | unsigned | int, |
InputImageType * | image | ||
) |
|
virtual |
Get/Set the material used for the mesh
|
virtual |
Begin concept checking End concept checking Get/Set the number of voxels/pixels in each dimension used *during the mesh generation
|
inline |
Begin concept checking End concept checking Get/Set the number of voxels/pixels in each dimension used *during the mesh generation
Definition at line 96 of file itkImageToRectilinearFEMObjectFilter.h.
|
private |
Definition at line 167 of file itkImageToRectilinearFEMObjectFilter.h.
|
private |
Definition at line 166 of file itkImageToRectilinearFEMObjectFilter.h.
|
private |
Definition at line 164 of file itkImageToRectilinearFEMObjectFilter.h.
|
private |
Definition at line 165 of file itkImageToRectilinearFEMObjectFilter.h.
|
static |
Definition at line 58 of file itkImageToRectilinearFEMObjectFilter.h.