vtkgdcm
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkImagePlanarComponentsToComponents Class Reference

Converts planar comp to pixel comp. More...

#include <vtkImagePlanarComponentsToComponents.h>

Inherits vtkImageAlgorithm.

Public Types

typedef vtkImageAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkImagePlanarComponentsToComponentsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImagePlanarComponentsToComponentsSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkImagePlanarComponentsToComponents ()
 
 ~vtkImagePlanarComponentsToComponents ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Detailed Description

Converts planar comp to pixel comp.

See also
TODO: Can I make this filter threaded ? TODO: How do I handle the VTK-flipping (FileLowerLeft)?

Definition at line 51 of file vtkImagePlanarComponentsToComponents.h.

Member Typedef Documentation

◆ Superclass

Definition at line 56 of file vtkImagePlanarComponentsToComponents.h.

Constructor & Destructor Documentation

◆ vtkImagePlanarComponentsToComponents()

vtkImagePlanarComponentsToComponents::vtkImagePlanarComponentsToComponents ( )
protected

◆ ~vtkImagePlanarComponentsToComponents()

vtkImagePlanarComponentsToComponents::~vtkImagePlanarComponentsToComponents ( )
inlineprotected

Definition at line 62 of file vtkImagePlanarComponentsToComponents.h.

Member Function Documentation

◆ New()

static vtkImagePlanarComponentsToComponents* vtkImagePlanarComponentsToComponents::New ( )
static

◆ GetClassName()

virtual const char* vtkImagePlanarComponentsToComponents::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkImagePlanarComponentsToComponents::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkImagePlanarComponentsToComponents::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkImagePlanarComponentsToComponents* vtkImagePlanarComponentsToComponents::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkImagePlanarComponentsToComponents::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ RequestData()

virtual int vtkImagePlanarComponentsToComponents::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

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