ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage > Class Template Reference

#include <itkImageToRectilinearFEMObjectFilter.h>

+ Inheritance diagram for itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >:
+ Collaboration diagram for itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >:

Detailed Description

template<typename TInputImage>
class itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >

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.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef
itk::fem::Element::ConstPointer 
ElementBasePointerType
 
typedef itk::fem::Element ElementBaseType
 
typedef FEMObjectType::ConstPointer FEMObjectConstPointer
 
typedef FEMObjectType::Pointer FEMObjectPointer
 
typedef itk::fem::FEMObject
< NDimensions
FEMObjectType
 
typedef
InputImageType::ConstPointer 
ImageConstPointer
 
typedef InputImageType::IndexType ImageIndexType
 
typedef InputImageType::Pointer ImagePointer
 
typedef InputImageType::PointType ImagePointType
 
typedef InputImageType::RegionType ImageRegionType
 
typedef InputImageType::SizeType ImageSizeType
 
typedef TInputImage InputImageType
 
typedef MaterialType::Pointer MaterialPointerType
 
typedef
itk::fem::MaterialLinearElasticity 
MaterialType
 
typedef SmartPointer< SelfPointer
 
typedef
ImageToRectilinearFEMObjectFilter 
Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef MultiThreader MultiThreaderType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
InputImageTypeGetInput ()
 
InputImageTypeGetInput (unsigned int idx)
 
virtual const char * GetNameOfClass () const
 
virtual vnl_vector< unsigned int > GetNumberOfElements ()
 
FEMObjectTypeGetOutput ()
 
FEMObjectTypeGetOutput (unsigned int idx)
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
void SetInput (InputImageType *image)
 
void SetInput (unsigned int, InputImageType *image)
 
virtual vnl_vector< unsigned int > GetPixelsPerElement ()
 
virtual void SetPixelsPerElement (vnl_vector< unsigned int > _arg)
 
void SetPixelsPerElement (unsigned int numPixels)
 
virtual MaterialPointerType GetMaterial ()
 
virtual void SetMaterial (MaterialPointerType _arg)
 
virtual ElementBasePointerType GetElement ()
 
virtual void SetElement (ElementBasePointerType _arg)
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static const unsigned int NDimensions = TInputImage::ImageDimension
 

Protected Member Functions

void Generate2DRectilinearMesh ()
 
void Generate3DRectilinearMesh ()
 
virtual void GenerateData () override
 
 ImageToRectilinearFEMObjectFilter ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual ~ImageToRectilinearFEMObjectFilter () override
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

ElementBasePointerType m_Element
 
MaterialPointerType m_Material
 
vnl_vector< unsigned int > m_NumberOfElements
 
vnl_vector< unsigned int > m_PixelsPerElement
 

Additional Inherited Members

- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInputImage >
typedef SmartPointer<const Self> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ConstPointer

Definition at line 50 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef DataObject::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::DataObjectPointer

Definition at line 73 of file itkImageToRectilinearFEMObjectFilter.h.

Make a DataObject of the correct type to be used as the specified output.

Definition at line 126 of file itkImageToRectilinearFEMObjectFilter.h.

Definition at line 81 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef itk::fem::Element itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ElementBaseType

Definition at line 80 of file itkImageToRectilinearFEMObjectFilter.h.

Definition at line 72 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef FEMObjectType::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::FEMObjectPointer

Definition at line 71 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef itk::fem::FEMObject<NDimensions> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::FEMObjectType

Typedefs for Output FEMObject

Definition at line 70 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef InputImageType::ConstPointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageConstPointer

Definition at line 63 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef InputImageType::IndexType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageIndexType

Definition at line 67 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef InputImageType::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImagePointer

Definition at line 62 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef InputImageType::PointType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImagePointType

Definition at line 66 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef InputImageType::RegionType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageRegionType

Definition at line 64 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef InputImageType::SizeType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageSizeType

Definition at line 65 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef TInputImage itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::InputImageType

Typedefs for Input Image

Definition at line 61 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef MaterialType::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::MaterialPointerType

Definition at line 77 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef itk::fem::MaterialLinearElasticity itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::MaterialType

Some convenient typedefs.

Definition at line 76 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef SmartPointer<Self> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Pointer

Definition at line 49 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef ImageToRectilinearFEMObjectFilter itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Self

Standard class typedefs.

Definition at line 47 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
typedef ProcessObject itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Superclass

Definition at line 48 of file itkImageToRectilinearFEMObjectFilter.h.

Constructor & Destructor Documentation

template<typename TInputImage >
itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::ImageToRectilinearFEMObjectFilter ( )
protected
template<typename TInputImage >
virtual itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::~ImageToRectilinearFEMObjectFilter ( )
inlineoverrideprotectedvirtual

Definition at line 149 of file itkImageToRectilinearFEMObjectFilter.h.

Member Function Documentation

template<typename TInputImage >
virtual::itk::LightObject::Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::CreateAnother ( ) const
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.

template<typename TInputImage >
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Generate2DRectilinearMesh ( )
protected
template<typename TInputImage >
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::Generate3DRectilinearMesh ( )
protected
template<typename TInputImage >
virtual void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GenerateData ( )
overrideprotectedvirtual

Method invoked by the pipeline in order to trigger mesh generation

Reimplemented from itk::ProcessObject.

template<typename TInputImage >
virtual ElementBasePointerType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetElement ( )
virtual

Get/Set the element type used to generate the mesh

template<typename TInputImage >
InputImageType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetInput ( )
template<typename TInputImage >
InputImageType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetInput ( unsigned int  idx)
template<typename TInputImage >
virtual MaterialPointerType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetMaterial ( )
virtual

Get/Set the material used for the mesh

template<typename TInputImage >
virtual const char* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

template<typename TInputImage >
virtual vnl_vector<unsigned int> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetNumberOfElements ( )
virtual

Get the number of element in each dimension of the generated mesh

template<typename TInputImage >
FEMObjectType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetOutput ( )

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.

template<typename TInputImage >
FEMObjectType* itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetOutput ( unsigned int  idx)
template<typename TInputImage >
virtual vnl_vector<unsigned int> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::GetPixelsPerElement ( )
virtual

Get/Set the number of voxels/pixels in each dimension used during the mesh generation

template<typename TInputImage >
virtual DataObjectPointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::MakeOutput ( DataObjectPointerArraySizeType  idx)
overridevirtual

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.

template<typename TInputImage >
static Pointer itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::New ( )
static

Method for creation through the object factory.

template<typename TInputImage >
virtual void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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.

template<typename TInputImage >
virtual void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetElement ( ElementBasePointerType  _arg)
virtual

Get/Set the element type used to generate the mesh

template<typename TInputImage >
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetInput ( InputImageType image)
template<typename TInputImage >
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetInput ( unsigned  int,
InputImageType image 
)
template<typename TInputImage >
virtual void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetMaterial ( MaterialPointerType  _arg)
virtual

Get/Set the material used for the mesh

template<typename TInputImage >
virtual void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetPixelsPerElement ( vnl_vector< unsigned int >  _arg)
virtual

Get/Set the number of voxels/pixels in each dimension used during the mesh generation

template<typename TInputImage >
void itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::SetPixelsPerElement ( unsigned int  numPixels)
inline

Get/Set the number of voxels/pixels in each dimension used during the mesh generation

Definition at line 95 of file itkImageToRectilinearFEMObjectFilter.h.

Member Data Documentation

template<typename TInputImage >
ElementBasePointerType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::m_Element
private

Definition at line 165 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
MaterialPointerType itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::m_Material
private

Definition at line 164 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
vnl_vector<unsigned int> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::m_NumberOfElements
private

Definition at line 160 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
vnl_vector<unsigned int> itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::m_PixelsPerElement
private

Definition at line 163 of file itkImageToRectilinearFEMObjectFilter.h.

template<typename TInputImage >
const unsigned int itk::fem::ImageToRectilinearFEMObjectFilter< TInputImage >::NDimensions = TInputImage::ImageDimension
static

Definition at line 58 of file itkImageToRectilinearFEMObjectFilter.h.


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