OGS
VtkCompositeFilter.h File Reference

Detailed Description

Definition of the VtkCompositeFilter class.

Author
Lars Bilke
Date
2010-10-19

Definition in file VtkCompositeFilter.h.

Include dependency graph for VtkCompositeFilter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VtkCompositeFilter
 Is used to combine several filter in one VtkVisPipelineItem. You can use vtk filter and custom filter. To subclass this you have to implement the init() function. There you combine the filters. Make sure to set the members _inputDataObjectType, _outputDataObjectType and _outputAlgorithm. Make also sure to implement VtkAlgorithmProperties::SetUserProperty() and VtkAlgorithmProperties::SetUserVectorProperty(). More...