ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Private Member Functions | List of all members
itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage > Class Template Reference

#include <itkTriangleMeshToBinaryImageFilter.h>

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

Detailed Description

template<typename TInputMesh, typename 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,
Examples:
SphinxExamples/src/Core/Mesh/ConvertTriangleMeshToBinaryImage/Code.cxx.

Definition at line 71 of file itkTriangleMeshToBinaryImageFilter.h.

Public Types

typedef
InputMeshType::CellsContainerIterator 
CellsContainerIterator
 
typedef
InputMeshType::CellsContainerPointer 
CellsContainerPointer
 
typedef InputMeshType::CellType CellType
 
typedef SmartPointer< const SelfConstPointer
 
typedef
OutputImageType::DirectionType 
DirectionType
 
typedef itk::Array< double > DoubleArrayType
 
typedef TOutputImage::IndexType IndexType
 
typedef
InputMeshType::MeshTraits::CellTraits 
InputCellTraitsType
 
typedef InputMeshType::Pointer InputMeshPointer
 
typedef TInputMesh InputMeshType
 
typedef InputMeshType::PixelType InputPixelType
 
typedef
InputMeshType::PointsContainer 
InputPointsContainer
 
typedef
InputPointsContainer::Iterator 
InputPointsContainerIterator
 
typedef
InputPointsContainer::Pointer 
InputPointsContainerPointer
 
typedef InputMeshType::PointType InputPointType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef std::vector
< std::vector< Point1D > > 
Point1DArray
 
typedef std::vector< Point1DPoint1DVector
 
typedef std::vector
< std::vector< Point2DType > > 
Point2DArray
 
typedef itk::Point< double, 2 > Point2DType
 
typedef std::vector< Point2DTypePoint2DVector
 
typedef std::vector
< std::vector< PointType > > 
PointArray
 
typedef SmartPointer< SelfPointer
 
typedef
PointSetType::PointsContainer 
PointsContainer
 
typedef itk::PointSet< double, 3 > PointSetType
 
typedef itk::Point< double, 3 > PointType
 
typedef std::vector< PointTypePointVector
 
typedef
TriangleMeshToBinaryImageFilter 
Self
 
typedef TOutputImage::SizeType SizeType
 
typedef
OutputImageType::SpacingType 
SpacingType
 
typedef std::vector< int > StencilIndexVector
 
typedef ImageSource< TOutputImage > Superclass
 
typedef OutputImageType::ValueType ValueType
 
- Public Types inherited from itk::ImageSource< TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
Superclass::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef ImageSource 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
 
InputMeshTypeGetInput ()
 
InputMeshTypeGetInput (unsigned int idx)
 
virtual const char * GetNameOfClass () const
 
virtual const PointTypeGetOrigin () const
 
virtual const SpacingTypeGetSpacing () const
 
virtual double GetTolerance () const
 
void SetInfoImage (OutputImageType *InfoImage)
 
void SetInput (InputMeshType *input)
 
virtual void SetOrigin (const float origin[3])
 
virtual void SetSpacing (const float spacing[3])
 
virtual void SetTolerance (double _arg)
 
virtual void SetSpacing (SpacingType _arg)
 
virtual void SetSpacing (const double spacing[3])
 
virtual void SetDirection (DirectionType _arg)
 
virtual DirectionType GetDirection () const
 
virtual void SetInsideValue (ValueType _arg)
 
virtual ValueType GetInsideValue () const
 
virtual void SetOutsideValue (ValueType _arg)
 
virtual ValueType GetOutsideValue () const
 
virtual void SetOrigin (PointType _arg)
 
virtual void SetOrigin (const double origin[3])
 
virtual void SetIndex (IndexType _arg)
 
virtual IndexType GetIndex () const
 
virtual void SetSize (SizeType _arg)
 
virtual SizeType GetSize () const
 
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- 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 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 ()
 

Protected Member Functions

virtual void GenerateData () override
 
virtual void GenerateOutputInformation () override
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void RasterizeTriangles ()
 
 TriangleMeshToBinaryImageFilter ()
 
 ~TriangleMeshToBinaryImageFilter () override
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual ~ImageSource () 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 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 ()
 

Static Protected Member Functions

static int PolygonToImageRaster (PointVector coords, Point1DArray &zymatrix, int extent[6])
 
- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 

Protected Attributes

DirectionType m_Direction
 
IndexType m_Index
 
OutputImageTypem_InfoImage
 
ValueType m_InsideValue
 
PointType m_Origin
 
ValueType m_OutsideValue
 
SizeType m_Size
 
SpacingType m_Spacing
 
StencilIndexVector m_StencilIndex
 
double m_Tolerance
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Static Private Member Functions

static bool ComparePoints1D (Point1D a, Point1D b)
 
static bool ComparePoints2D (Point2DType a, Point2DType b)
 

Additional Inherited Members

- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Member Typedef Documentation

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

Definition at line 105 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 104 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 103 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 78 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
typedef OutputImageType::DirectionType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::DirectionType

Definition at line 86 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 117 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 80 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 102 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 99 of file itkTriangleMeshToBinaryImageFilter.h.

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

Some convenient typedefs.

Definition at line 98 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 101 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 107 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 109 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 108 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 100 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 83 of file itkTriangleMeshToBinaryImageFilter.h.

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

Superclass typedefs.

Definition at line 92 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 82 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 120 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 119 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 123 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 115 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 122 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 126 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 77 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 112 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 111 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 114 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 125 of file itkTriangleMeshToBinaryImageFilter.h.

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

Standard class typedefs.

Definition at line 75 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 81 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 85 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 128 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 76 of file itkTriangleMeshToBinaryImageFilter.h.

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

Definition at line 84 of file itkTriangleMeshToBinaryImageFilter.h.

Constructor & Destructor Documentation

template<typename TInputMesh , typename TOutputImage >
itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::TriangleMeshToBinaryImageFilter ( )
protected
template<typename TInputMesh , typename TOutputImage >
itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::~TriangleMeshToBinaryImageFilter ( )
overrideprotected

Member Function Documentation

template<typename TInputMesh , typename TOutputImage >
static bool itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ComparePoints1D ( Point1D  a,
Point1D  b 
)
staticprivate
template<typename TInputMesh , typename TOutputImage >
static bool itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ComparePoints2D ( Point2DType  a,
Point2DType  b 
)
staticprivate
template<typename TInputMesh , typename TOutputImage >
virtual::itk::LightObject::Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::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 TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateData ( )
overrideprotectedvirtual

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<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation ( )
inlineoverrideprotectedvirtual

Generate the information describing 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 214 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
virtual DirectionType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetDirection ( ) const
virtual

The Direction is a matix of direction cosines that specify the direction between samples.

template<typename TInputMesh , typename TOutputImage >
virtual IndexType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetIndex ( ) const
virtual

Set/Get Index

template<typename TInputMesh , typename TOutputImage >
InputMeshType* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInput ( )

Get the mesh input of this process object.

template<typename TInputMesh , typename TOutputImage >
InputMeshType* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInput ( unsigned int  idx)
template<typename TInputMesh , typename TOutputImage >
virtual ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInsideValue ( ) const
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<typename TInputMesh , typename TOutputImage >
virtual const char* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageSource< TOutputImage >.

template<typename TInputMesh , typename TOutputImage >
virtual const PointType& itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetOrigin ( ) const
virtual
template<typename TInputMesh , typename TOutputImage >
virtual ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetOutsideValue ( ) const
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<typename TInputMesh , typename TOutputImage >
virtual SizeType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetSize ( ) const
virtual

Set/Get Size

template<typename TInputMesh , typename TOutputImage >
virtual const SpacingType& itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetSpacing ( ) const
virtual
template<typename TInputMesh , typename TOutputImage >
virtual double itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetTolerance ( ) const
virtual
template<typename TInputMesh , typename TOutputImage >
static Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<typename TInputMesh , typename TOutputImage >
static int itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PolygonToImageRaster ( PointVector  coords,
Point1DArray zymatrix,
int  extent[6] 
)
staticprotected
template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::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 TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::RasterizeTriangles ( )
protectedvirtual
template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetDirection ( DirectionType  _arg)
virtual

The Direction is a matix of direction cosines that specify the direction between samples.

template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetIndex ( IndexType  _arg)
virtual

Set/Get Index

template<typename TInputMesh , typename TOutputImage >
void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetInfoImage ( OutputImageType InfoImage)
inline

Definition at line 192 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetInput ( InputMeshType input)
template<typename TInputMesh , typename 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<typename TInputMesh , typename 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<typename TInputMesh , typename 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<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOrigin ( const float  origin[3])
virtual
template<typename TInputMesh , typename 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<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSize ( SizeType  _arg)
virtual

Set/Get Size

template<typename TInputMesh , typename 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<typename TInputMesh , typename 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<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSpacing ( const float  spacing[3])
virtual
template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetTolerance ( double  _arg)
virtual

Member Data Documentation

template<typename TInputMesh , typename TOutputImage >
DirectionType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Direction
protected

Definition at line 236 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
IndexType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Index
protected

Definition at line 223 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
OutputImageType* itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_InfoImage
protected

Definition at line 221 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_InsideValue
protected

Definition at line 233 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
PointType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Origin
protected

Definition at line 229 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_OutsideValue
protected

Definition at line 234 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
SizeType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Size
protected

Definition at line 225 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
SpacingType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Spacing
protected

Definition at line 227 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
StencilIndexVector itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_StencilIndex
protected

Definition at line 238 of file itkTriangleMeshToBinaryImageFilter.h.

template<typename TInputMesh , typename TOutputImage >
double itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::m_Tolerance
protected

Definition at line 231 of file itkTriangleMeshToBinaryImageFilter.h.


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