OGS
|
Definition of the VtkCompositeFilter class.
Definition in file VtkCompositeFilter.h.
#include "VtkAlgorithmProperties.h"
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... | |