ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Static Public 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 >:

Public Types

using CellsContainerIterator = typename InputMeshType::CellsContainerIterator
 
using CellsContainerPointer = typename InputMeshType::CellsContainerPointer
 
using CellType = typename InputMeshType::CellType
 
using ConstPointer = SmartPointer< const Self >
 
using DirectionType = typename OutputImageType::DirectionType
 
using DoubleArrayType = itk::Array< double >
 
using IndexType = typename TOutputImage::IndexType
 
using InputCellTraitsType = typename InputMeshType::MeshTraits::CellTraits
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInputMesh
 
using InputPixelType = typename InputMeshType::PixelType
 
using InputPointsContainer = typename InputMeshType::PointsContainer
 
using InputPointsContainerIterator = typename InputPointsContainer::Iterator
 
using InputPointsContainerPointer = typename InputPointsContainer::Pointer
 
using InputPointType = typename InputMeshType::PointType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename Superclass::OutputImageRegionType
 
using OutputImageType = TOutputImage
 
using Point1DArray = std::vector< std::vector< Point1D > >
 
using Point1DVector = std::vector< Point1D >
 
using Point2DArray = std::vector< std::vector< Point2DType > >
 
using Point2DType = itk::Point< double, 2 >
 
using Point2DVector = std::vector< Point2DType >
 
using PointArray = std::vector< std::vector< PointType > >
 
using Pointer = SmartPointer< Self >
 
using PointsContainer = typename PointSetType::PointsContainer
 
using PointSetType = itk::PointSet< double, 3 >
 
using PointType = itk::Point< double, 3 >
 
using PointVector = std::vector< PointType >
 
using Self = TriangleMeshToBinaryImageFilter
 
using SizeType = typename TOutputImage::SizeType
 
using SpacingType = typename OutputImageType::SpacingType
 
using StencilIndexVector = std::vector< int >
 
using Superclass = ImageSource< TOutputImage >
 
using ValueType = typename OutputImageType::ValueType
 
- Public Types inherited from itk::ImageSource< TOutputImage >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TOutputImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageSource
 
using Superclass = ProcessObject
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
OutputImageTypeGetOutput (unsigned int idx)
 
virtual void GraftOutput (DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
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 ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
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)
 
virtual void SetReleaseDataFlag (bool val)
 
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 SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) 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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
OutputImageTypem_InfoImage
 
IndexType m_Index
 
SizeType m_Size
 
SpacingType m_Spacing
 
PointType m_Origin
 
double m_Tolerance
 
ValueType m_InsideValue
 
ValueType m_OutsideValue
 
DirectionType m_Direction
 
StencilIndexVector m_StencilIndex
 
virtual void SetSpacing (SpacingType _arg)
 
virtual void SetSpacing (const double spacing[3])
 
virtual void SetSpacing (const float spacing[3])
 
virtual const SpacingTypeGetSpacing () const
 
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 SetOrigin (const float origin[3])
 
virtual const PointTypeGetOrigin () const
 
virtual void SetIndex (IndexType _arg)
 
virtual IndexType GetIndex () const
 
virtual void SetSize (SizeType _arg)
 
virtual SizeType GetSize () const
 
void SetInput (InputMeshType *input)
 
void SetInfoImage (OutputImageType *InfoImage)
 
InputMeshTypeGetInput ()
 
InputMeshTypeGetInput (unsigned int idx)
 
virtual void SetTolerance (double _arg)
 
virtual double GetTolerance () const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
 TriangleMeshToBinaryImageFilter ()
 
 ~TriangleMeshToBinaryImageFilter () override=default
 
void GenerateOutputInformation () override
 
void GenerateData () override
 
virtual void RasterizeTriangles ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
static int PolygonToImageRaster (PointVector coords, Point1DArray &zymatrix, int extent[6])
 
static bool ComparePoints2D (Point2DType a, Point2DType b)
 
static bool ComparePoints1D (Point1D a, Point1D b)
 

Additional Inherited Members

- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
 ImageSource ()
 
 ~ImageSource () override=default
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &region, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual void AfterThreadedGenerateData ()
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
virtual void DynamicMultiThreadingOff ()
 
- Protected Member Functions inherited from itk::ProcessObject
 ProcessObject ()
 
 ~ProcessObject () override
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void AddInput (DataObject *input)
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
virtual void SetPrimaryInput (DataObject *object)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual void SetPrimaryOutput (DataObject *object)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
virtual void AddOutput (DataObject *output)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
virtual void VerifyPreconditions () ITKv5_CONST
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void ThreaderUpdateProgressOff ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- 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 inherited from itk::ImageSource< TOutputImage >
static const ImageRegionSplitterBaseGetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ImageSource< TOutputImage >
bool m_DynamicMultiThreading
 
- Protected Attributes inherited from itk::ProcessObject
bool m_Updating
 
TimeStamp m_OutputInformationMTime
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

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 73 of file itkTriangleMeshToBinaryImageFilter.h.

Member Typedef Documentation

◆ CellsContainerIterator

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

Definition at line 109 of file itkTriangleMeshToBinaryImageFilter.h.

◆ CellsContainerPointer

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

Definition at line 108 of file itkTriangleMeshToBinaryImageFilter.h.

◆ CellType

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

Definition at line 107 of file itkTriangleMeshToBinaryImageFilter.h.

◆ ConstPointer

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

Definition at line 82 of file itkTriangleMeshToBinaryImageFilter.h.

◆ DirectionType

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

Definition at line 90 of file itkTriangleMeshToBinaryImageFilter.h.

◆ DoubleArrayType

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

Definition at line 121 of file itkTriangleMeshToBinaryImageFilter.h.

◆ IndexType

template<typename TInputMesh , typename TOutputImage >
using itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::IndexType = typename TOutputImage::IndexType

Definition at line 84 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputCellTraitsType

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

Definition at line 106 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputMeshPointer

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

Definition at line 103 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputMeshType

template<typename TInputMesh , typename TOutputImage >
using itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::InputMeshType = TInputMesh

Some convenient type alias.

Definition at line 102 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputPixelType

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

Definition at line 105 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputPointsContainer

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

Definition at line 111 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputPointsContainerIterator

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

Definition at line 113 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputPointsContainerPointer

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

Definition at line 112 of file itkTriangleMeshToBinaryImageFilter.h.

◆ InputPointType

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

Definition at line 104 of file itkTriangleMeshToBinaryImageFilter.h.

◆ OutputImagePointer

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

Definition at line 87 of file itkTriangleMeshToBinaryImageFilter.h.

◆ OutputImageRegionType

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

Superclass type alias.

Definition at line 99 of file itkTriangleMeshToBinaryImageFilter.h.

◆ OutputImageType

template<typename TInputMesh , typename TOutputImage >
using itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::OutputImageType = TOutputImage

Definition at line 86 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Point1DArray

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

Definition at line 124 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Point1DVector

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

Definition at line 123 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Point2DArray

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

Definition at line 127 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Point2DType

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

Definition at line 119 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Point2DVector

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

Definition at line 126 of file itkTriangleMeshToBinaryImageFilter.h.

◆ PointArray

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

Definition at line 130 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Pointer

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

Definition at line 81 of file itkTriangleMeshToBinaryImageFilter.h.

◆ PointsContainer

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

Definition at line 116 of file itkTriangleMeshToBinaryImageFilter.h.

◆ PointSetType

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

Definition at line 115 of file itkTriangleMeshToBinaryImageFilter.h.

◆ PointType

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

Definition at line 118 of file itkTriangleMeshToBinaryImageFilter.h.

◆ PointVector

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

Definition at line 129 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Self

template<typename TInputMesh , typename TOutputImage >
using itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::Self = TriangleMeshToBinaryImageFilter

Standard class type aliases.

Definition at line 79 of file itkTriangleMeshToBinaryImageFilter.h.

◆ SizeType

template<typename TInputMesh , typename TOutputImage >
using itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SizeType = typename TOutputImage::SizeType

Definition at line 85 of file itkTriangleMeshToBinaryImageFilter.h.

◆ SpacingType

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

Definition at line 89 of file itkTriangleMeshToBinaryImageFilter.h.

◆ StencilIndexVector

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

Definition at line 132 of file itkTriangleMeshToBinaryImageFilter.h.

◆ Superclass

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

Definition at line 80 of file itkTriangleMeshToBinaryImageFilter.h.

◆ ValueType

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

Definition at line 88 of file itkTriangleMeshToBinaryImageFilter.h.

Constructor & Destructor Documentation

◆ TriangleMeshToBinaryImageFilter()

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

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()

◆ ~TriangleMeshToBinaryImageFilter()

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

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()

Member Function Documentation

◆ ComparePoints1D()

template<typename TInputMesh , typename TOutputImage >
static bool itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ComparePoints1D ( Point1D  a,
Point1D  b 
)
staticprivate

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()

◆ ComparePoints2D()

template<typename TInputMesh , typename TOutputImage >
static bool itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::ComparePoints2D ( Point2DType  a,
Point2DType  b 
)
staticprivate

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()

◆ CreateAnother()

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.

◆ GenerateData()

template<typename TInputMesh , typename TOutputImage >
void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateData ( )
overrideprotectedvirtual

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()

Reimplemented from itk::ImageSource< TOutputImage >.

◆ GenerateOutputInformation()

template<typename TInputMesh , typename TOutputImage >
void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GenerateOutputInformation ( )
inlineoverrideprotectedvirtual

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()

Reimplemented from itk::ProcessObject.

Definition at line 227 of file itkTriangleMeshToBinaryImageFilter.h.

◆ GetDirection()

template<typename TInputMesh , typename TOutputImage >
virtual DirectionType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetDirection ( ) const
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()

◆ GetIndex()

template<typename TInputMesh , typename TOutputImage >
virtual IndexType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetIndex ( ) const
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()

◆ GetInput() [1/2]

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

Get the mesh input of this process object.

◆ GetInput() [2/2]

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

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()

◆ GetInsideValue()

template<typename TInputMesh , typename TOutputImage >
virtual ValueType itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetInsideValue ( ) const
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()

◆ GetNameOfClass()

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 >.

◆ GetOrigin()

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

◆ GetOutsideValue()

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

◆ GetSize()

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

◆ GetSpacing()

template<typename TInputMesh , typename TOutputImage >
virtual const SpacingType& itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetSpacing ( ) const
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()

◆ GetTolerance()

template<typename TInputMesh , typename TOutputImage >
virtual double itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::GetTolerance ( ) const
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()

◆ New()

template<typename TInputMesh , typename TOutputImage >
static Pointer itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ PolygonToImageRaster()

template<typename TInputMesh , typename TOutputImage >
static int itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PolygonToImageRaster ( PointVector  coords,
Point1DArray zymatrix,
int  extent[6] 
)
staticprotected

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()

◆ PrintSelf()

template<typename TInputMesh , typename TOutputImage >
void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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()

Reimplemented from itk::ImageSource< TOutputImage >.

◆ RasterizeTriangles()

template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::RasterizeTriangles ( )
protectedvirtual

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()

◆ SetDirection()

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.

◆ SetIndex()

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

Set/Get Index

◆ SetInfoImage()

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

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()

Definition at line 202 of file itkTriangleMeshToBinaryImageFilter.h.

◆ SetInput() [1/2]

template<typename TInputMesh , typename TOutputImage >
virtual void itk::ProcessObject::SetInput

Set the mesh input of this process object.

◆ SetInput() [2/2]

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

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()

◆ SetInsideValue()

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.

◆ SetOrigin() [1/3]

template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOrigin ( const double  origin[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()

◆ SetOrigin() [2/3]

template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetOrigin ( const float  origin[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()

◆ SetOrigin() [3/3]

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()

◆ SetOutsideValue()

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.

◆ SetSize()

template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetSize ( SizeType  _arg)
virtual

Set/Get Size

◆ SetSpacing() [1/3]

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()

◆ SetSpacing() [2/3]

template<typename TInputMesh , typename 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()

◆ SetSpacing() [3/3]

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()

◆ SetTolerance()

template<typename TInputMesh , typename TOutputImage >
virtual void itk::TriangleMeshToBinaryImageFilter< TInputMesh, TOutputImage >::SetTolerance ( double  _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()

Member Data Documentation

◆ m_Direction

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

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()

Definition at line 253 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_Index

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

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()

Definition at line 240 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_InfoImage

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

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()

Definition at line 238 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_InsideValue

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

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()

Definition at line 250 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_Origin

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

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()

Definition at line 246 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_OutsideValue

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

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()

Definition at line 251 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_Size

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

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()

Definition at line 242 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_Spacing

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

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()

Definition at line 244 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_StencilIndex

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

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()

Definition at line 255 of file itkTriangleMeshToBinaryImageFilter.h.

◆ m_Tolerance

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

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()

Definition at line 248 of file itkTriangleMeshToBinaryImageFilter.h.


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