VTK  9.3.20240329
vtkParametricPluckerConoid.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
41 #ifndef vtkParametricPluckerConoid_h
42 #define vtkParametricPluckerConoid_h
43 
44 #include "vtkCommonComputationalGeometryModule.h" // For export macro
45 #include "vtkParametricFunction.h"
46 
47 VTK_ABI_NAMESPACE_BEGIN
48 class VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT vtkParametricPluckerConoid
49  : public vtkParametricFunction
50 {
51 public:
53  void PrintSelf(ostream& os, vtkIndent indent) override;
54 
56 
59  vtkGetMacro(N, int);
60  vtkSetMacro(N, int);
62 
73 
77  int GetDimension() override { return 2; }
78 
87  void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override;
88 
93  double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override;
94 
95 protected:
98 
99  // Variables
100  int N;
101 
102 private:
104  void operator=(const vtkParametricPluckerConoid&) = delete;
105 };
106 
107 VTK_ABI_NAMESPACE_END
108 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
abstract interface for parametric functions
Generate Plucker's conoid surface.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetDimension() override
Return the parametric dimension of the class.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Plucker's conoid surface.
~vtkParametricPluckerConoid() override
double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.
static vtkParametricPluckerConoid * New()
Construct Plucker's conoid surface with the following parameters: (MinimumU, MaximumU) = (0....