29#ifndef vtkParametricBohemianDome_h
30#define vtkParametricBohemianDome_h
32#include "vtkCommonComputationalGeometryModule.h"
45 vtkGetMacro(
A,
double);
46 vtkSetMacro(
A,
double);
49 vtkGetMacro(
B,
double);
50 vtkSetMacro(
B,
double);
52 vtkGetMacro(
C,
double);
53 vtkSetMacro(
C,
double);
76 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
a simple class to control print indentation
int GetDimension() override
Return the parametric dimension of the class.
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.
~vtkParametricBohemianDome() override
static vtkParametricBohemianDome * New()
vtkParametricBohemianDome()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
BohemianDome surface.