vtkMergeFilter Class Reference
#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
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.
- Created by:
-
- CVS contributions (if > 5%):
- Schroeder, Will (48%)
- Martin, Ken (17%)
- Geveci, Berk (14%)
- Lorensen, Bill (13%)
- CVS logs (CVSweb):
.cxx (/Graphics/vtkMergeFilter
.cxx)
.h (/Graphics/vtkMergeFilter
.h)
- Examples:
- vtkMergeFilter (Examples)
- Tests:
- vtkMergeFilter (Tests)
Definition at line 50 of file vtkMergeFilter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkMergeFilter::vtkMergeFilter |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetToDataSetFilter. |
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 vtkDataSetToDataSetFilter. |
void vtkMergeFilter::SetGeometry |
( |
vtkDataSet * |
input |
) |
[inline] |
|
vtkDataSet* vtkMergeFilter::GetGeometry |
( |
|
) |
[inline] |
|
|
Specify object from which to extract scalar information. |
|
Specify object from which to extract scalar information. |
|
Set / get the object from which to extract vector information. |
|
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 normal information. |
|
Set / get the object from which to extract texture coordinates information. |
|
Set / get the object from which to extract texture coordinates information. |
|
Set / get the object from which to extract tensor data. |
|
Set / get the object from which to extract tensor data. |
void vtkMergeFilter::AddField |
( |
const char * |
name, |
|
|
vtkDataSet * |
input |
|
) |
|
|
|
Set the object from which to extract a field and the name of the field |
void vtkMergeFilter::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkMergeFilter::ComputeInputUpdateExtents |
( |
vtkDataObject * |
data |
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: