Generic filter that has N inputs.
More...
#include <vtkImageMultipleInputOutputFilter.h>
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
vtkImageData * | GetOutput (int num) |
|
vtkImageData * | GetOutput () |
|
|
virtual void | ThreadedExecute (vtkImageData **inDatas, vtkImageData **outDatas, int extent[6], int threadId) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetInput (int num, vtkImageData *input) |
|
virtual void | AddInput (vtkImageData *input) |
|
virtual void | RemoveInput (vtkImageData *input) |
|
vtkImageData * | GetInput (int num) |
|
vtkImageData * | GetInput () |
|
virtual void | SetBypass (int) |
|
virtual int | GetBypass () |
|
virtual void | BypassOn () |
|
virtual void | BypassOff () |
|
virtual void | SetNumberOfThreads (int) |
|
virtual int | GetNumberOfThreads () |
|
virtual int | SplitExtent (int splitExt[6], int startExt[6], int num, int total) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SetOutput (vtkImageData *output) |
|
vtkImageData * | GetOutput () |
|
vtkImageData * | GetOutput (int idx) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | Update () |
|
virtual void | UpdateWholeExtent () |
|
virtual void | UpdateInformation () |
|
virtual void | PropagateUpdateExtent (vtkDataObject *output) |
|
virtual void | TriggerAsynchronousUpdate () |
|
virtual void | UpdateData (vtkDataObject *output) |
|
void | UnRegisterAllOutputs (void) |
|
int | GetOutputIndex (vtkDataObject *out) |
|
virtual void | SetExecutive (vtkExecutive *executive) |
|
virtual void | SetReleaseDataFlag (int) |
|
virtual int | GetReleaseDataFlag () |
|
virtual void | ReleaseDataFlagOn () |
|
virtual void | ReleaseDataFlagOff () |
|
vtkDataObject ** | GetOutputs () |
|
virtual int | GetNumberOfOutputs () |
|
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SqueezeInputArray () |
|
void | RemoveAllInputs () |
|
vtkDataObject ** | GetInputs () |
|
int | GetNumberOfInputs () |
|
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
|
virtual void | SetNumberOfInputConnections (int port, int n) |
|
|
| vtkImageMultipleInputOutputFilter () |
|
| ~vtkImageMultipleInputOutputFilter () |
|
void | ComputeInputUpdateExtents (vtkDataObject *output) |
|
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int whichInput) |
|
void | ExecuteData (vtkDataObject *out) |
|
virtual void | ThreadedExecute (vtkImageData **inDatas, vtkImageData *outData, int extent[6], int threadId) |
|
virtual void | ExecuteInformation (vtkImageData **, vtkImageData *) |
|
void | ExecuteInformation () |
|
virtual void | ExecuteInformation (vtkImageData **, vtkImageData **) |
|
| vtkImageMultipleInputFilter () |
|
| ~vtkImageMultipleInputFilter () |
|
void | MultiThread (vtkImageData **indatas, vtkImageData *outdata) |
|
virtual int | FillInputPortInformation (int, vtkInformation *) |
|
| vtkImageSource () |
|
| ~vtkImageSource () |
|
void | Execute () |
|
virtual void | Execute (vtkImageData *data) |
|
virtual vtkImageData * | AllocateOutputData (vtkDataObject *out) |
|
virtual int | FillOutputPortInformation (int, vtkInformation *) |
|
| vtkSource () |
|
| ~vtkSource () |
|
virtual void | MarkGeneratedOutputs (vtkDataObject *) |
|
void | SetNumberOfOutputs (int num) |
|
vtkDataObject * | GetOutput (int idx) |
|
virtual void | SetNthOutput (int num, vtkDataObject *output) |
|
virtual void | AddOutput (vtkDataObject *output) |
|
virtual void | RemoveOutput (vtkDataObject *output) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
int | FillOutputPortInformation (int, vtkInformation *) |
|
virtual void | SetNumberOfOutputPorts (int n) |
|
void | SetNumberOfInputs (int num) |
|
virtual void | SetNthInput (int num, vtkDataObject *input) |
|
void | AddInputInternal (vtkDataObject *input) |
|
void | RemoveInputInternal (vtkDataObject *input) |
|
void | SetupInputs () |
|
| vtkProcessObject () |
|
| ~vtkProcessObject () |
|
Generic filter that has N inputs.
vtkImageMultipleInputOutputFilter is a super class for filters that have any number of inputs. Streaming is not available in this class yet.
- See Also
- vtkImageToImageFilter vtkImageInPlaceFilter vtkImageTwoInputFilter
Definition at line 32 of file vtkImageMultipleInputOutputFilter.h.
vtkImageMultipleInputOutputFilter::vtkImageMultipleInputOutputFilter |
( |
| ) |
|
|
protected |
vtkImageMultipleInputOutputFilter::~vtkImageMultipleInputOutputFilter |
( |
| ) |
|
|
protected |
virtual const char* vtkImageMultipleInputOutputFilter::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkImageMultipleInputOutputFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageMultipleInputOutputFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkImageMultipleInputOutputFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
vtkImageData* vtkImageMultipleInputOutputFilter::GetOutput |
( |
int |
num | ) |
|
Get one input to this filter.
vtkImageData* vtkImageMultipleInputOutputFilter::GetOutput |
( |
| ) |
|
Get one input to this filter.
virtual void vtkImageMultipleInputOutputFilter::ThreadedExecute |
( |
vtkImageData ** |
inDatas, |
|
|
vtkImageData ** |
outDatas, |
|
|
int |
extent[6], |
|
|
int |
threadId |
|
) |
| |
|
virtual |
The execute method created by the subclass. This is kept public instead of protected since it is called from a non-member thread function.
void vtkImageMultipleInputOutputFilter::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output | ) |
|
|
protectedvirtual |
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.
Reimplemented from vtkImageMultipleInputFilter.
virtual void vtkImageMultipleInputOutputFilter::ComputeInputUpdateExtent |
( |
int |
inExt[6], |
|
|
int |
outExt[6], |
|
|
int |
whichInput |
|
) |
| |
|
protectedvirtual |
void vtkImageMultipleInputOutputFilter::ExecuteData |
( |
vtkDataObject * |
output | ) |
|
|
protectedvirtual |
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method
Reimplemented from vtkImageMultipleInputFilter.
virtual void vtkImageMultipleInputOutputFilter::ThreadedExecute |
( |
vtkImageData ** |
inDatas, |
|
|
vtkImageData * |
outData, |
|
|
int |
extent[6], |
|
|
int |
threadId |
|
) |
| |
|
protectedvirtual |
The execute method created by the subclass. This is kept public instead of protected since it is called from a non-member thread function.
Reimplemented from vtkImageMultipleInputFilter.
void vtkImageMultipleInputOutputFilter::ExecuteInformation |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: