43 #ifndef SVK_IMAGE_ALGORITHM_WITH_PORT_MAPPER_H
44 #define SVK_IMAGE_ALGORITHM_WITH_PORT_MAPPER_H
47 #include <vtkObject.h>
48 #include <vtkObjectFactory.h>
49 #include <vtkInformation.h>
83 virtual void SetInputPortsFromXML( vtkXMLDataElement* element );
89 void PrintSelf( ostream &os, vtkIndent indent );
98 virtual int FillInputPortInformation(
int port, vtkInformation* info );
99 virtual int FillOutputPortInformation(
int port, vtkInformation* info );
112 #endif //SVK_IMAGE_ALGORITHM_WITH_PORT_MAPPER_H
Definition: svkImageAlgorithmWithPortMapper.h:73
Definition: svkImageAlgorithm.h:70
Definition: svkAlgorithmPortMapper.h:99