VTK  9.3.0
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
22 #ifndef vtkParametricPluckerConoid_h
23 #define vtkParametricPluckerConoid_h
24 
25 #include "vtkCommonComputationalGeometryModule.h" // For export macro
26 #include "vtkParametricFunction.h"
27 
28 VTK_ABI_NAMESPACE_BEGIN
29 class VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT vtkParametricPluckerConoid
30  : public vtkParametricFunction
31 {
32 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
37 
40  vtkGetMacro(N, int);
41  vtkSetMacro(N, int);
43 
54 
58  int GetDimension() override { return 2; }
59 
68  void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override;
69 
74  double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override;
75 
76 protected:
79 
80  // Variables
81  int N;
82 
83 private:
85  void operator=(const vtkParametricPluckerConoid&) = delete;
86 };
87 
88 VTK_ABI_NAMESPACE_END
89 #endif
a simple class to control print indentation
Definition: vtkIndent.h:29
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....