VTK
vtkDeformPointSet.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile$
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 =========================================================================*/
64 #ifndef vtkDeformPointSet_h
65 #define vtkDeformPointSet_h
66 
67 #include "vtkFiltersGeneralModule.h" // For export macro
68 #include "vtkPointSetAlgorithm.h"
69 
70 #include "vtkSmartPointer.h" // For protected ivars
71 
72 class vtkDoubleArray;
73 class vtkPolyData;
74 
75 
77 {
78 public:
80 
83  void PrintSelf(ostream& os, vtkIndent indent);
85 
87 
89  void SetControlMeshData(vtkPolyData *controlMesh);
92 
96 
98 
104  vtkSetMacro(InitializeWeights, int);
105  vtkGetMacro(InitializeWeights, int);
106  vtkBooleanMacro(InitializeWeights, int);
108 
109 protected:
112 
114 
115  // Keep track of information between execution passes
121 
124 
125 private:
126  vtkDeformPointSet(const vtkDeformPointSet&); // Not implemented.
127  void operator=(const vtkDeformPointSet&); // Not implemented.
128 
129 };
130 
131 #endif
vtkDeformPointSet::SetControlMeshConnection
void SetControlMeshConnection(vtkAlgorithmOutput *algOutput)
vtkPointSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkPointSetAlgorithm.h:43
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkDeformPointSet
use a control polyhedron to deform an input vtkPointSet
Definition: vtkDeformPointSet.h:77
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSmartPointer< vtkDoubleArray >
vtkPointSetAlgorithm.h
vtkDeformPointSet::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDeformPointSet::InitialNumberOfControlMeshCells
vtkIdType InitialNumberOfControlMeshCells
Definition: vtkDeformPointSet.h:117
vtkDeformPointSet::InitialNumberOfControlMeshPoints
vtkIdType InitialNumberOfControlMeshPoints
Definition: vtkDeformPointSet.h:116
vtkFiltersGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkDeformPointSet::vtkDeformPointSet
vtkDeformPointSet()
vtkSmartPointer.h
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDeformPointSet::SetControlMeshData
void SetControlMeshData(vtkPolyData *controlMesh)
vtkDeformPointSet::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkDeformPointSet::New
static vtkDeformPointSet * New()
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition: vtkAlgorithmOutput.h:39
vtkDeformPointSet::GetControlMeshData
vtkPolyData * GetControlMeshData()
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkDeformPointSet::InitialNumberOfPointSetPoints
vtkIdType InitialNumberOfPointSetPoints
Definition: vtkDeformPointSet.h:118
vtkDoubleArray
dynamic, self-adjusting array of double
Definition: vtkDoubleArray.h:49
vtkDeformPointSet::Weights
vtkSmartPointer< vtkDoubleArray > Weights
Definition: vtkDeformPointSet.h:120
vtkDeformPointSet::InitialNumberOfPointSetCells
vtkIdType InitialNumberOfPointSetCells
Definition: vtkDeformPointSet.h:119
vtkDeformPointSet::InitializeWeights
int InitializeWeights
Definition: vtkDeformPointSet.h:113
vtkDeformPointSet::~vtkDeformPointSet
~vtkDeformPointSet()