12 #ifndef vtkMinkowskiFilter_h 13 #define vtkMinkowskiFilter_h 15 #include "vtkPVVTKExtensionsCosmoToolsModule.h" 49 double compute_G(
double X);
50 double compute_T(
double V,
double S);
51 double compute_B(
double S,
double C);
52 double compute_L(
double C,
double G);
53 double compute_P(
double B,
double L);
54 double compute_F(
double B,
double T);
56 void compute_normal(
vtkCell* face,
double normal[3]);
58 double compute_face_area(
vtkCell* face);
59 double compute_edge_length(
vtkCell* edge);
63 #endif // vtkMinkowskiFilter_h virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Given as input a voronoi tessellation, stored in a vtkUnstructuredGrid, this filter computes the Mink...
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void operator=(const vtkObjectBase &)