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

itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage > Class Template Reference

3D Rasterization algorithm Courtesy of Dr David Gobbi of Atamai Inc. More...

#include <itkTriangleMeshToBinaryImageFilter.h>

Inheritance diagram for itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef TriangleMeshToBinaryImageFilter Self
typedef ImageSource< TOutputImage > Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TOutputImage::IndexType IndexType
typedef TOutputImage::SizeType SizeType
typedef TOutputImage OutputImageType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::ValueType ValueType
typedef OutputImageType::SpacingType SpacingType
typedef Superclass::OutputImageRegionType OutputImageRegionType
typedef TInputMesh InputMeshType
typedef InputMeshType::Pointer InputMeshPointer
typedef InputMeshType::PointType InputPointType
typedef InputMeshType::PixelType InputPixelType
typedef InputMeshType::MeshTraits::CellTraits InputCellTraitsType
typedef InputMeshType::CellType CellType
typedef InputMeshType::CellsContainerPointer CellsContainerPointer
typedef InputMeshType::CellsContainerIterator CellsContainerIterator
typedef InputMeshType::PointsContainer InputPointsContainer
typedef InputPointsContainer::Pointer InputPointsContainerPointer
typedef InputPointsContainer::Iterator InputPointsContainerIterator
typedef itk::PointSet< double, 3 > PointSetType
typedef PointSetType::PointsContainer PointsContainer
typedef itk::Point< double, 3 > PointType
typedef itk::Point< double, 2 > Point2DType
typedef itk::Array< double > DoubleArrayType
typedef std::vector< Point1DPoint1DVector
typedef std::vector< std::vector<
Point1D > > 
Point1DArray
typedef std::vector< Point2DTypePoint2DVector
typedef std::vector< std::vector<
Point2DType > > 
Point2DArray
typedef std::vector< PointTypePointVector
typedef std::vector< std::vector<
PointType > > 
PointArray
typedef std::vector< int > StencilIndexVector

Public Member Functions

virtual const char * GetNameOfClass () const
void SetInput (InputMeshType *input)
virtual void SetTolerance (double _arg)
virtual double GetTolerance ()
virtual void SetSpacing (SpacingType _arg)
virtual void SetSpacing (const double spacing[3])
virtual void SetSpacing (const float spacing[3])
virtual const SpacingTypeGetSpacing ()
virtual void SetInsideValue (ValueType _arg)
virtual ValueType GetInsideValue ()
virtual void SetOutsideValue (ValueType _arg)
virtual ValueType GetOutsideValue ()
virtual void SetOrigin (PointType _arg)
virtual void SetOrigin (const double origin[3])
virtual void SetOrigin (const float origin[3])
virtual const PointTypeGetOrigin ()
virtual void SetIndex (IndexType _arg)
virtual IndexType GetIndex ()
virtual void SetSize (SizeType _arg)
virtual SizeType GetSize ()
InputMeshTypeGetInput (void)
InputMeshTypeGetInput (unsigned int idx)

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Static Protected Member Functions

int PolygonToImageRaster (PointVector coords, Point1DArray &zymatrix, int extent[6])

Protected Attributes

IndexType m_Index
SizeType m_Size
SpacingType m_Spacing
PointType m_Origin
double m_Tolerance
ValueType m_InsideValue
ValueType m_OutsideValue
StencilIndexVector StencilIndex

Detailed Description

template<class TInputMesh, class TOutputImage>
class itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >

3D Rasterization algorithm Courtesy of Dr David Gobbi of Atamai Inc.

Author:
Leila Baghdadi, MICe, Hospital for Sick Childern, Toronto, Canada,

Definition at line 73 of file itkTriangleMeshToBinaryImageFilter.h.


Member Typedef Documentation

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::CellsContainerIterator itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::CellsContainerIterator
 

Definition at line 105 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::CellsContainerPointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::CellsContainerPointer
 

Definition at line 104 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::CellType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::CellType
 

Definition at line 103 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef SmartPointer<const Self> itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ConstPointer
 

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 80 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef itk::Array<double> itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::DoubleArrayType
 

Definition at line 119 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef TOutputImage::IndexType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::IndexType
 

Definition at line 81 of file itkTriangleMeshToBinaryImageFilter.h.

Referenced by itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation().

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::MeshTraits::CellTraits itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputCellTraitsType
 

Definition at line 102 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputMeshPointer
 

Definition at line 99 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef TInputMesh itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputMeshType
 

Some convenient typedefs.

Definition at line 98 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::PixelType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputPixelType
 

Definition at line 101 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::PointsContainer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputPointsContainer
 

Definition at line 107 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputPointsContainer::Iterator itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputPointsContainerIterator
 

Definition at line 109 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputPointsContainer::Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputPointsContainerPointer
 

Definition at line 108 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef InputMeshType::PointType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputPointType
 

Definition at line 100 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef OutputImageType::Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::OutputImagePointer
 

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 84 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef Superclass::OutputImageRegionType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::OutputImageRegionType
 

Superclass typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 95 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef TOutputImage itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::OutputImageType
 

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 83 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef std::vector< std::vector< Point1D> > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Point1DArray
 

Definition at line 122 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef std::vector< Point1D > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Point1DVector
 

Definition at line 121 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef std::vector< std::vector< Point2DType > > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Point2DArray
 

Definition at line 125 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef itk::Point< double, 2> itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Point2DType
 

Definition at line 117 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef std::vector< Point2DType > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Point2DVector
 

Definition at line 124 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef std::vector< std::vector< PointType > > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PointArray
 

Definition at line 128 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef SmartPointer<Self> itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Pointer
 

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 79 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef PointSetType::PointsContainer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PointsContainer
 

Definition at line 113 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef itk::PointSet< double , 3 > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PointSetType
 

Definition at line 111 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef itk::Point< double, 3> itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PointType
 

Definition at line 116 of file itkTriangleMeshToBinaryImageFilter.h.

Referenced by itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation().

template<class TInputMesh, class TOutputImage>
typedef std::vector< PointType > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PointVector
 

Definition at line 127 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef TriangleMeshToBinaryImageFilter itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 77 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef TOutputImage::SizeType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SizeType
 

Definition at line 82 of file itkTriangleMeshToBinaryImageFilter.h.

Referenced by itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation().

template<class TInputMesh, class TOutputImage>
typedef OutputImageType::SpacingType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SpacingType
 

Definition at line 86 of file itkTriangleMeshToBinaryImageFilter.h.

Referenced by itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation().

template<class TInputMesh, class TOutputImage>
typedef std::vector< int > itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::StencilIndexVector
 

Definition at line 130 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef ImageSource<TOutputImage> itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Superclass
 

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 78 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
typedef OutputImageType::ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ValueType
 

Definition at line 85 of file itkTriangleMeshToBinaryImageFilter.h.

Referenced by itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation().


Constructor & Destructor Documentation

template<class TInputMesh, class TOutputImage>
itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::TriangleMeshToBinaryImageFilter  )  [protected]
 

template<class TInputMesh, class TOutputImage>
itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::~TriangleMeshToBinaryImageFilter  )  [protected]
 


Member Function Documentation

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateData  )  [protected, virtual]
 

A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.

See also:
ThreadedGenerateData()

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation  )  [inline, protected, virtual]
 

Generate the information decribing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.

Reimplemented from itk::ProcessObject.

Definition at line 195 of file itkTriangleMeshToBinaryImageFilter.h.

References itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::IndexType, itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PointType, itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SizeType, itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SpacingType, and itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ValueType.

template<class TInputMesh, class TOutputImage>
virtual IndexType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetIndex  )  [virtual]
 

Set/Get Index

template<class TInputMesh, class TOutputImage>
InputMeshType* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInput unsigned int  idx  ) 
 

Get the mesh input of this process object.

Reimplemented from itk::ProcessObject.

template<class TInputMesh, class TOutputImage>
InputMeshType* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInput void   ) 
 

Get the mesh input of this process object.

template<class TInputMesh, class TOutputImage>
virtual ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInsideValue  )  [virtual]
 

Set/Get the value for pixels inside the spatial object. By default, this filter will return an image If this "inside" value is changed to a non-null value, the output produced by this filter will be a mask with inside/outside values specified by the user.

template<class TInputMesh, class TOutputImage>
virtual const char* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputMesh, class TOutputImage>
virtual const PointType& itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetOrigin  )  [virtual]
 

The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.

See also:
GetOrigin()

template<class TInputMesh, class TOutputImage>
virtual ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetOutsideValue  )  [virtual]
 

Set/Get the value for pixels outside the spatial object. By default, this filter will return an image If this "outside" value is changed to a non-null value, the output produced by this filter will be a mask with inside/outside values specified by the user.

template<class TInputMesh, class TOutputImage>
virtual SizeType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetSize  )  [virtual]
 

Set/Get Size

template<class TInputMesh, class TOutputImage>
virtual const SpacingType& itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetSpacing  )  [virtual]
 

Spacing (size of a pixel) of the output image. The spacing is the geometric distance between image samples. It is stored internally as double, but may be set from float.

See also:
GetSpacing()

template<class TInputMesh, class TOutputImage>
virtual double itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetTolerance  )  [virtual]
 

template<class TInputMesh, class TOutputImage>
Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputMesh, class TOutputImage>
int itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PolygonToImageRaster PointVector  coords,
Point1DArray zymatrix,
int  extent[6]
[static, protected]
 

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::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::ProcessObject.

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::RasterizeTriangles  )  [protected, virtual]
 

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetIndex IndexType  _arg  )  [virtual]
 

Set/Get Index

template<class TInputMesh, class TOutputImage>
void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetInput InputMeshType input  ) 
 

Set the mesh input of this process object.

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetInsideValue ValueType  _arg  )  [virtual]
 

Set/Get the value for pixels inside the spatial object. By default, this filter will return an image If this "inside" value is changed to a non-null value, the output produced by this filter will be a mask with inside/outside values specified by the user.

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOrigin const float  origin[3]  )  [virtual]
 

The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.

See also:
GetOrigin()

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOrigin const double  origin[3]  )  [virtual]
 

The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.

See also:
GetOrigin()

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOrigin PointType  _arg  )  [virtual]
 

The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.

See also:
GetOrigin()

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOutsideValue ValueType  _arg  )  [virtual]
 

Set/Get the value for pixels outside the spatial object. By default, this filter will return an image If this "outside" value is changed to a non-null value, the output produced by this filter will be a mask with inside/outside values specified by the user.

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSize SizeType  _arg  )  [virtual]
 

Set/Get Size

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSpacing const float  spacing[3]  )  [virtual]
 

Spacing (size of a pixel) of the output image. The spacing is the geometric distance between image samples. It is stored internally as double, but may be set from float.

See also:
GetSpacing()

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSpacing const double  spacing[3]  )  [virtual]
 

Spacing (size of a pixel) of the output image. The spacing is the geometric distance between image samples. It is stored internally as double, but may be set from float.

See also:
GetSpacing()

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSpacing SpacingType  _arg  )  [virtual]
 

Spacing (size of a pixel) of the output image. The spacing is the geometric distance between image samples. It is stored internally as double, but may be set from float.

See also:
GetSpacing()

template<class TInputMesh, class TOutputImage>
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetTolerance double  _arg  )  [virtual]
 


Member Data Documentation

template<class TInputMesh, class TOutputImage>
IndexType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Index [protected]
 

Definition at line 202 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_InsideValue [protected]
 

Definition at line 207 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
PointType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Origin [protected]
 

Definition at line 205 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_OutsideValue [protected]
 

Definition at line 208 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
SizeType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Size [protected]
 

Definition at line 203 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
SpacingType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Spacing [protected]
 

Definition at line 204 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
double itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Tolerance [protected]
 

Definition at line 206 of file itkTriangleMeshToBinaryImageFilter.h.

template<class TInputMesh, class TOutputImage>
StencilIndexVector itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::StencilIndex [protected]
 

Definition at line 209 of file itkTriangleMeshToBinaryImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:31:48 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000