43 #ifndef SVK_GENERIC_ALGORITHM_WITH_PORT_MAPPER_H
44 #define SVK_GENERIC_ALGORITHM_WITH_PORT_MAPPER_H
47 #include <vtkObject.h>
48 #include <vtkObjectFactory.h>
49 #include <vtkInformation.h>
82 void SetInputPortsFromXML( vtkXMLDataElement* element );
88 void PrintSelf( ostream &os, vtkIndent indent );
96 virtual int FillInputPortInformation(
int port, vtkInformation* info );
99 virtual int FillOutputPortInformation(
int port, vtkInformation* info );
102 virtual int ProcessRequest(vtkInformation* request,
103 vtkInformationVector** inputVector,
104 vtkInformationVector* outputVector);
107 virtual int RequestData(
108 vtkInformation* request,
109 vtkInformationVector** inputVector,
110 vtkInformationVector* outputVector ) = 0;
124 #endif //SVK_GENERIC_ALGORITHM_WITH_PORT_MAPPER_H
Definition: svkGenericAlgorithmWithPortMapper.h:74
svkAlgorithmPortMapper * portMapper
The port mapper used to set the input port parameters.
Definition: svkGenericAlgorithmWithPortMapper.h:114
Definition: svkAlgorithmPortMapper.h:99