Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction > Class Template Reference
[Mesh Filters]

#include <itkInteriorExteriorMeshFilter.h>

Inheritance diagram for itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >:

Inheritance graph
[legend]
Collaboration diagram for itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef InteriorExteriorMeshFilter Self
typedef MeshToMeshFilter<
TInputMesh, TOutputMesh > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputMesh InputMeshType
typedef TOutputMesh OutputMeshType
typedef InputMeshType::Pointer InputMeshPointer
typedef OutputMeshType::Pointer OutputMeshPointer
typedef TInputMesh::CoordRepType CoordRepType
typedef TSpatialFunction SpatialFunctionType

Public Member Functions

virtual const char * GetClassName () const
virtual void SetSpatialFunction (SpatialFunctionType *_arg)
virtual SpatialFunctionTypeGetSpatialFunction ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

 InteriorExteriorMeshFilter ()
 ~InteriorExteriorMeshFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual void GenerateData (void)

Protected Attributes

SpatialFunctionType::Pointer m_SpatialFunction

Detailed Description

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
class itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >

InteriorExteriorMeshFilter takes an itk::Mesh and extracts from it a Sub-Mesh such that all its points Evaluate > 0 in an itk::SpatialFunction provided by the user.

This filter is templated over the Input Mesh type, the Output Mesh type and the SpatialFunctionType. However the only requirement for the Spatial function is to support SmartPointers and to provide an Execute() method, along with a typedef for OutputType (for the type returned by Execute() ).

The additional content of the mesh is passed untouched. Including the connectivity and the additional information contained on cells and points. However, attention should be paid to the cells because some of their points could not exist in the output mesh, if they did not satisfy the criterion imposed by the spatial function.

Definition at line 46 of file itkInteriorExteriorMeshFilter.h.


Member Typedef Documentation

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef SmartPointer<const Self> itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::ConstPointer
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 54 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef TInputMesh::CoordRepType itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::CoordRepType
 

Type for representing coordinates. Definition at line 62 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef InputMeshType::Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InputMeshPointer
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 58 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef TInputMesh itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InputMeshType
 

Some convenient typedefs.

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 56 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef OutputMeshType::Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::OutputMeshPointer
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 59 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef TOutputMesh itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::OutputMeshType
 

Reimplemented from itk::MeshSource< TOutputMesh >.

Definition at line 57 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef SmartPointer<Self> itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Pointer
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 53 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef InteriorExteriorMeshFilter itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Self
 

Standard class typedefs.

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 51 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef TSpatialFunction itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SpatialFunctionType
 

Type of the transform. Definition at line 65 of file itkInteriorExteriorMeshFilter.h.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
typedef MeshToMeshFilter<TInputMesh,TOutputMesh> itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::Superclass
 

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

Definition at line 52 of file itkInteriorExteriorMeshFilter.h.


Constructor & Destructor Documentation

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::InteriorExteriorMeshFilter  )  [protected]
 

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::~InteriorExteriorMeshFilter  )  [inline, protected]
 

Definition at line 81 of file itkInteriorExteriorMeshFilter.h.


Member Function Documentation

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
virtual void itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::GenerateData void   )  [protected, virtual]
 

Generate requested data.

Reimplemented from itk::ProcessObject.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
virtual const char* itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
virtual SpatialFunctionType* itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::GetSpatialFunction  )  [virtual]
 

Get the spatial function.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
void itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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::MeshSource< TOutputMesh >.

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
virtual void itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::SetSpatialFunction SpatialFunctionType _arg  )  [virtual]
 

Set the spatial function.


Member Data Documentation

template<class TInputMesh, class TOutputMesh, class TSpatialFunction>
SpatialFunctionType::Pointer itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >::m_SpatialFunction [protected]
 

Transform applied to all the mesh points. Definition at line 88 of file itkInteriorExteriorMeshFilter.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:55:32 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000