|
GOFIGURE2
0.9.0
|
#include <Code/Filters/Mesh/itkvtkPolyDataToBinaryMaskImageFilter.h>
Public Types | |
| typedef BinaryMaskImageType::Pointer | BinaryMaskImagePointer |
| typedef TOutput | BinaryMaskImageType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef ImageImportType::Pointer | ImageImportPointer |
| typedef VTKImageImport < BinaryMaskImageType > | ImageImportType |
| typedef InputImageType::ConstPointer | InputImageConstPointer |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::SizeType | InputImageSizeType |
| typedef InputImageType::SpacingType | InputImageSpacingType |
| typedef TInput | InputImageType |
| typedef SmartPointer< Self > | Pointer |
| typedef vtkPolyDataToBinaryMaskImageFilter | Self |
| typedef ImageToImageFilter < TInput, TOutput > | Superclass |
Public Member Functions | |
| itkNewMacro (Self) | |
| itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
| itkTypeMacro (vtkPolyDataToBinaryMaskImageFilter, ImageToImageFilter) | |
| virtual void | SetPolyData (vtkPolyData *iMesh) |
Protected Member Functions | |
| virtual void | GenerateData () |
| vtkPolyDataToBinaryMaskImageFilter () | |
| ~vtkPolyDataToBinaryMaskImageFilter () | |
Protected Attributes | |
| vtkSmartPointer< vtkImageStencil > | m_ImageStencil |
| ImageImportPointer | m_ITKImporter |
| vtkPolyData * | m_Mesh |
| vtkSmartPointer < vtkPolyDataToImageStencil > | m_Pol2stenc |
| vtkSmartPointer< vtkImageExport > | m_VTKExporter |
| vtkSmartPointer< vtkImageData > | m_WhiteImage |
Private Member Functions | |
| void | operator= (const Self &) |
| vtkPolyDataToBinaryMaskImageFilter (const Self &) | |
Definition at line 52 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef BinaryMaskImageType::Pointer itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::BinaryMaskImagePointer |
Definition at line 77 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef TOutput itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::BinaryMaskImageType |
Definition at line 76 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef SmartPointer< const Self > itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::ConstPointer |
Definition at line 59 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef ImageImportType::Pointer itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::ImageImportPointer |
Definition at line 80 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef VTKImageImport< BinaryMaskImageType > itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::ImageImportType |
Definition at line 79 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef InputImageType::ConstPointer itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::InputImageConstPointer |
Definition at line 69 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef InputImageType::Pointer itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::InputImagePointer |
Definition at line 68 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef InputImageType::SizeType itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::InputImageSizeType |
Definition at line 70 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef InputImageType::SpacingType itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::InputImageSpacingType |
Definition at line 71 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef TInput itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::InputImageType |
Definition at line 67 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef SmartPointer< Self > itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::Pointer |
Definition at line 58 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef vtkPolyDataToBinaryMaskImageFilter itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::Self |
Definition at line 56 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
| typedef ImageToImageFilter< TInput, TOutput > itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::Superclass |
Definition at line 57 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
|
protected |
|
protected |
|
private |
|
protectedvirtual |
| itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
| itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned | int, | ||
| InputImageType::ImageDimension | |||
| ) |
| itk::vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput >::itkTypeMacro | ( | vtkPolyDataToBinaryMaskImageFilter< TInput, TOutput > | , |
| ImageToImageFilter | |||
| ) |
Run-time type information
|
private |
|
virtual |
|
protected |
Definition at line 91 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
|
protected |
Definition at line 93 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
|
protected |
Definition at line 88 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
|
protected |
Definition at line 90 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
|
protected |
Definition at line 92 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
|
protected |
Definition at line 89 of file itkvtkPolyDataToBinaryMaskImageFilter.h.
1.8.5