Outputs a single component.
More...
#include <vtkImageExtractComponents.h>
Inherits vtkThreadedImageAlgorithm.
Outputs a single component.
vtkImageExtractComponents takes an input with any number of components and outputs some of them. It does involve a copy of the data.
- See Also
- vtkImageAppendComponents
- Tests:
- vtkImageExtractComponents (Tests)
Definition at line 35 of file vtkImageExtractComponents.h.
vtkImageExtractComponents::vtkImageExtractComponents |
( |
| ) |
|
|
protected |
vtkImageExtractComponents::~vtkImageExtractComponents |
( |
| ) |
|
|
inlineprotected |
static int vtkImageExtractComponents::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageExtractComponents::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageExtractComponents::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageExtractComponents::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkImageExtractComponents::SetComponents |
( |
int |
c1 | ) |
|
Set/Get the components to extract.
void vtkImageExtractComponents::SetComponents |
( |
int |
c1, |
|
|
int |
c2 |
|
) |
| |
Set/Get the components to extract.
void vtkImageExtractComponents::SetComponents |
( |
int |
c1, |
|
|
int |
c2, |
|
|
int |
c3 |
|
) |
| |
Set/Get the components to extract.
virtual int* vtkImageExtractComponents::GetComponents |
( |
| ) |
|
|
virtual |
Set/Get the components to extract.
virtual void vtkImageExtractComponents::GetComponents |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
| |
|
virtual |
Set/Get the components to extract.
virtual void vtkImageExtractComponents::GetComponents |
( |
int |
[3] | ) |
|
|
virtual |
Set/Get the components to extract.
virtual int vtkImageExtractComponents::GetNumberOfComponents |
( |
| ) |
|
|
virtual |
Get the number of components to extract. This is set implicitly by the SetComponents() method.
virtual int vtkImageExtractComponents::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkImageExtractComponents::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
int vtkImageExtractComponents::NumberOfComponents |
|
protected |
int vtkImageExtractComponents::Components[3] |
|
protected |
The documentation for this class was generated from the following file: