VTK
vtkTableFFT.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 /*=========================================================================
3 
4  Program: Visualization Toolkit
5  Module: vtkTableFFT.h
6 
7  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
8  All rights reserved.
9  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
10 
11  This software is distributed WITHOUT ANY WARRANTY; without even
12  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13  PURPOSE. See the above copyright notice for more information.
14 
15 =========================================================================*/
16 
17 /*-------------------------------------------------------------------------
18  Copyright 2009 Sandia Corporation.
19  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
20  the U.S. Government retains certain rights in this software.
21 -------------------------------------------------------------------------*/
22 
38 #ifndef vtkTableFFT_h
39 #define vtkTableFFT_h
40 
41 #include "vtkTableAlgorithm.h"
42 #include "vtkImagingFourierModule.h" // For export macro
43 #include "vtkSmartPointer.h" // For internal method.
44 
46 {
47 public:
49  static vtkTableFFT *New();
50  virtual void PrintSelf(ostream &os, vtkIndent indent);
51 
52 protected:
55 
56  virtual int RequestData(vtkInformation *request,
57  vtkInformationVector **inputVector,
58  vtkInformationVector *outputVector);
59 
60 //BTX
62 
64 //ETX
66 
67 private:
68  vtkTableFFT(const vtkTableFFT &); // Not implemented
69  void operator=(const vtkTableFFT &); // Not implemented
70 };
71 
72 
73 #endif //vtkTableFFT_h
vtkTableFFT::DoFFT
virtual vtkSmartPointer< vtkDataArray > DoFFT(vtkDataArray *input)
vtkTableFFT::vtkTableFFT
vtkTableFFT()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
VTKIMAGINGFOURIER_EXPORT
#define VTKIMAGINGFOURIER_EXPORT
Definition: vtkImagingFourierModule.h:15
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSmartPointer
Hold a reference to a vtkObjectBase instance.
Definition: vtkSmartPointer.h:35
vtkDataArray
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:55
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkTableFFT::New
static vtkTableFFT * New()
vtkTableFFT::~vtkTableFFT
~vtkTableFFT()
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition: vtkTableAlgorithm.h:48
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSmartPointer.h
vtkImagingFourierModule.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkTableFFT::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkTableFFT
FFT for table columns.
Definition: vtkTableFFT.h:46
vtkTableAlgorithm.h
vtkTableFFT::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)