VTK
vtkImageToStructuredPoints.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageToStructuredPoints.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
29 #ifndef vtkImageToStructuredPoints_h
30 #define vtkImageToStructuredPoints_h
31 
32 #include "vtkCommonExecutionModelModule.h" // For export macro
33 #include "vtkImageAlgorithm.h"
34 
35 class vtkImageData;
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
50 
53 
54 protected:
57 
58  // to translate the wholeExtent to have min 0 ( I do not like this hack).
59  int Translate[3];
60 
64 
67 
68 private:
69  vtkImageToStructuredPoints(const vtkImageToStructuredPoints&); // Not implemented.
70  void operator=(const vtkImageToStructuredPoints&); // Not implemented.
71 };
72 
73 
74 #endif
75 
76 
vtkStructuredPoints
A subclass of ImageData.
Definition: vtkStructuredPoints.h:39
vtkImageToStructuredPoints::~vtkImageToStructuredPoints
~vtkImageToStructuredPoints()
vtkImageToStructuredPoints::FillInputPortInformation
virtual int FillInputPortInformation(int, vtkInformation *)
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkImageToStructuredPoints
Attaches image pipeline to VTK.
Definition: vtkImageToStructuredPoints.h:39
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkImageToStructuredPoints::GetStructuredPointsOutput
vtkStructuredPoints * GetStructuredPointsOutput()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageAlgorithm.h
vtkImageToStructuredPoints::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageToStructuredPoints::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCommonExecutionModelModule.h
vtkImageAlgorithm
Generic algorithm superclass for image algs.
Definition: vtkImageAlgorithm.h:40
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkImageToStructuredPoints::GetVectorInput
vtkImageData * GetVectorInput()
vtkImageToStructuredPoints::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkImageToStructuredPoints::FillOutputPortInformation
virtual int FillOutputPortInformation(int, vtkInformation *)
vtkImageData
topologically and geometrically regular array of data
Definition: vtkImageData.h:45
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkImageToStructuredPoints::vtkImageToStructuredPoints
vtkImageToStructuredPoints()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkImageToStructuredPoints::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageToStructuredPoints::New
static vtkImageToStructuredPoints * New()
vtkImageToStructuredPoints::SetVectorInputData
void SetVectorInputData(vtkImageData *input)