#include <vtkPassThrough.h>
The output type is always the same as the input object type.
Definition at line 30 of file vtkPassThrough.h.
Public Types | |
typedef vtkPassInputTypeAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | FillInputPortInformation (int port, vtkInformation *info) |
virtual void | SetDeepCopyInput (int) |
virtual int | GetDeepCopyInput () |
virtual void | DeepCopyInputOn () |
virtual void | DeepCopyInputOff () |
Static Public Member Functions | |
static vtkPassThrough * | New () |
static int | IsTypeOf (const char *type) |
static vtkPassThrough * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPassThrough () | |
~vtkPassThrough () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | DeepCopyInput |
vtkPassThrough::vtkPassThrough | ( | ) | [protected] |
vtkPassThrough::~vtkPassThrough | ( | ) | [protected] |
static vtkPassThrough* vtkPassThrough::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPassInputTypeAlgorithm.
virtual const char* vtkPassThrough::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPassInputTypeAlgorithm.
static int vtkPassThrough::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPassInputTypeAlgorithm.
virtual int vtkPassThrough::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPassInputTypeAlgorithm.
static vtkPassThrough* vtkPassThrough::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPassInputTypeAlgorithm.
void vtkPassThrough::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkPassInputTypeAlgorithm.
int vtkPassThrough::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [virtual] |
Specify the first input port as optional
Reimplemented from vtkPassInputTypeAlgorithm.
virtual void vtkPassThrough::SetDeepCopyInput | ( | int | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
virtual int vtkPassThrough::GetDeepCopyInput | ( | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
virtual void vtkPassThrough::DeepCopyInputOn | ( | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
virtual void vtkPassThrough::DeepCopyInputOff | ( | ) | [virtual] |
Whether or not to deep copy the input. This can be useful if you want to create a copy of a data object. You can then disconnect this filter's input connections and it will act like a source. Defaults to OFF.
virtual int vtkPassThrough::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkPassInputTypeAlgorithm.
int vtkPassThrough::DeepCopyInput [protected] |
Definition at line 59 of file vtkPassThrough.h.