Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkImageDotProduct.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    $RCSfile: vtkImageDotProduct.h,v $
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00025 #ifndef __vtkImageDotProduct_h
00026 #define __vtkImageDotProduct_h
00027 
00028 
00029 
00030 #include "vtkThreadedImageAlgorithm.h"
00031 
00032 class VTK_IMAGING_EXPORT vtkImageDotProduct : public vtkThreadedImageAlgorithm
00033 {
00034 public:
00035   static vtkImageDotProduct *New();
00036   vtkTypeRevisionMacro(vtkImageDotProduct,vtkThreadedImageAlgorithm);
00037 
00039 
00040   virtual void SetInput1(vtkDataObject *in) { this->SetInput(0,in); }
00041   virtual void SetInput2(vtkDataObject *in) { this->SetInput(1,in); }
00043 
00044 protected:
00045   vtkImageDotProduct();
00046   ~vtkImageDotProduct() {};
00047 
00048   virtual int RequestInformation (vtkInformation *, 
00049                                   vtkInformationVector **,
00050                                   vtkInformationVector *);
00051   
00052   virtual void ThreadedRequestData(vtkInformation *request, 
00053                                    vtkInformationVector **inputVector, 
00054                                    vtkInformationVector *outputVector,
00055                                    vtkImageData ***inData, 
00056                                    vtkImageData **outData,
00057                                    int extent[6], int threadId);
00058 
00059 private:
00060   vtkImageDotProduct(const vtkImageDotProduct&);  // Not implemented.
00061   void operator=(const vtkImageDotProduct&);  // Not implemented.
00062 };
00063 
00064 #endif
00065 
00066 
00067 

Generated on Mon Jan 21 23:07:29 2008 for VTK by  doxygen 1.4.3-20050530