OGS
VtkCompositeFilter.h File Reference
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...