#include <itkPolylineMaskImageFilter.h>
Inheritance diagram for itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >:
Public Types | |
typedef PolylineMaskImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef Point< double, 3 > | PointType |
typedef Point< double, 2 > | ProjPlanePointType |
typedef Matrix< double, itkGetStaticConstMacro(InputDimension), itkGetStaticConstMacro(InputDimension) | MatrixType ) |
typedef TVector | VectorType |
typedef TPolyline | PolylineType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::PixelType | OutputImagePixelType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (NDimensions, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (InputDimension, unsigned int, 3) | |
void | GenerateRotationMatrix () |
ProjPlanePointType | TransformProjectPoint (PointType inputPoint) |
void | GenerateData (void) |
void | SetInput1 (const InputImageType *image) |
void | SetInput2 (const PolylineType *polyline) |
virtual void | SetViewVector (VectorType _arg) |
virtual VectorType | GetViewVector () const |
virtual void | SetUpVector (VectorType _arg) |
virtual VectorType | GetUpVector () const |
virtual void | SetCameraCenterPoint (PointType _arg) |
virtual PointType | GetCameraCenterPoint () const |
virtual void | SetFocalDistance (double _arg) |
virtual double | GetFocalDistance () const |
virtual void | SetFocalPoint (ProjPlanePointType _arg) |
virtual ProjPlanePointType | GetFocalPoint () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
PolylineMaskImageFilter () | |
virtual | ~PolylineMaskImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class is parameterized over the types of the input image, polyline, vector and output image.
Definition at line 37 of file itkPolylineMaskImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 44 of file itkPolylineMaskImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkPolylineMaskImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 60 of file itkPolylineMaskImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 61 of file itkPolylineMaskImageFilter.h. |
|
Some convenient typedefs for input image Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 59 of file itkPolylineMaskImageFilter.h. |
|
Standard matrix type for this class. Definition at line 67 of file itkPolylineMaskImageFilter.h. Referenced by itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >::~PolylineMaskImageFilter(). |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 79 of file itkPolylineMaskImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 77 of file itkPolylineMaskImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 78 of file itkPolylineMaskImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 76 of file itkPolylineMaskImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 43 of file itkPolylineMaskImageFilter.h. |
|
Definition at line 63 of file itkPolylineMaskImageFilter.h. Referenced by itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >::~PolylineMaskImageFilter(). |
|
Definition at line 73 of file itkPolylineMaskImageFilter.h. |
|
Definition at line 64 of file itkPolylineMaskImageFilter.h. Referenced by itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >::~PolylineMaskImageFilter(). |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 41 of file itkPolylineMaskImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 42 of file itkPolylineMaskImageFilter.h. |
|
typedef for the vector type Definition at line 70 of file itkPolylineMaskImageFilter.h. Referenced by itk::PolylineMaskImageFilter< TInputImage, TPolyline, TVector, TOutputImage >::~PolylineMaskImageFilter(). |
|
|
|
|
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.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
|
|
Set/Get camera center point |
|
Set/Get focal distance |
|
Set/Get focal point center point |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set/Get in up vector |
|
Set/Get view vector |
|
|
|
Number of dimensions. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set/Get camera center point |
|
Set/Get focal distance |
|
Set/Get focal point center point |
|
Read in image and polyline inputs |
|
Read in image and polyline inputs |
|
Set/Get in up vector |
|
Set/Get view vector |
|
|