Shallow copies the input into the output.
More...
#include <vtkPassThrough.h>
Inherits vtkPassInputTypeAlgorithm.
Shallow copies the input into the output.
The output type is always the same as the input object type.
- Tests:
- vtkPassThrough (Tests)
Definition at line 31 of file vtkPassThrough.h.
vtkPassThrough::vtkPassThrough |
( |
| ) |
|
|
protected |
vtkPassThrough::~vtkPassThrough |
( |
| ) |
|
|
protected |
static int vtkPassThrough::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPassThrough::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkPassThrough* vtkPassThrough::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkPassThrough::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPassThrough::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkPassThrough::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
Specify the first input port as optional
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 * |
|
|
) |
| |
|
protectedvirtual |
int vtkPassThrough::DeepCopyInput |
|
protected |
The documentation for this class was generated from the following file: