Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkMergeFilter Class Reference
extract separate components of data from different datasets.
More...
#include <vtkMergeFilter.h>
Inheritance diagram for vtkMergeFilter:
[legend]Collaboration diagram for vtkMergeFilter:
[legend]List of all members.
Detailed Description
extract separate components of data from different datasets.
-
Date:
-
2000/12/10 20:08:43
-
Revision:
-
1.47
vtkMergeFilter is a filter that extracts separate components of data from different datasets and merges them into a single dataset. The output from this filter is of the same type as the input (i.e., vtkDataSet.) It treats both cell and point data set attributes.
-
Examples:
-
vtkMergeFilter (examples)
Definition at line 60 of file vtkMergeFilter.h.
Constructor & Destructor Documentation
vtkMergeFilter::vtkMergeFilter |
( |
|
) |
[protected] |
|
vtkMergeFilter::~vtkMergeFilter |
( |
|
) |
[protected] |
|
vtkMergeFilter::vtkMergeFilter |
( |
const vtkMergeFilter & |
|
) |
[inline, protected] |
|
Member Function Documentation
vtkMergeFilter* vtkMergeFilter::New |
( |
|
) |
[static] |
|
|
Instantiate object with no start, end, or progress methods.
Reimplemented from vtkDataSetSource. |
virtual const char* vtkMergeFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkMergeFilter::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkDataSetToDataSetFilter. |
virtual int vtkMergeFilter::IsA |
( |
const char * |
type |
) |
[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 vtkDataSetToDataSetFilter. |
vtkMergeFilter* vtkMergeFilter::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
void vtkMergeFilter::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 vtkSource. |
void vtkMergeFilter::SetGeometry |
( |
vtkDataSet * |
input |
) |
[inline] |
|
|
Specify object from which to extract geometry information.
Definition at line 68 of file vtkMergeFilter.h. |
vtkDataSet* vtkMergeFilter::GetGeometry |
( |
|
) |
[inline] |
|
|
Specify object from which to extract scalar information. |
void vtkMergeFilter::SetScalars |
( |
vtkImageData * |
cache |
) |
[inline] |
|
|
Set / get the object from which to extract vector information. |
|
Set / get the object from which to extract normal information. |
|
Set / get the object from which to extract texture coordinates information. |
|
Set / get the object from which to extract tensor data. |
void vtkMergeFilter::SetFieldData |
( |
vtkDataSet * |
|
) |
|
|
|
Set / get the object from which to extract field data. |
void vtkMergeFilter::operator= |
( |
const vtkMergeFilter & |
|
) |
[inline, protected] |
|
void vtkMergeFilter::Execute |
( |
|
) |
[protected, virtual] |
|
void vtkMergeFilter::ComputeInputUpdateExtents |
( |
vtkDataObject * |
data |
) |
[protected, virtual] |
|
The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:53:00 2001 for VTK by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001