39 #ifndef vtkMassProperties_h
40 #define vtkMassProperties_h
42 #include "vtkFiltersCoreModule.h"
107 {this->
Update();
return this->NormalizedShapeIndex;}
121 double VolumeProjected;
128 double NormalizedShapeIndex;
a simple class to control print indentation
estimate volume, area, shape index of triangle mesh
double GetSurfaceArea()
Compute and return the area.
double GetVolumeProjected()
Compute and return the projected volume.
double GetNormalizedShapeIndex()
Compute and return the normalized shape index.
double GetVolumeX()
Compute and return the volume projected on to each axis aligned plane.
double GetMinCellArea()
Compute and return the min cell area.
static vtkMassProperties * New()
Constructs with initial values of zero.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double GetVolume()
Compute and return the volume.
~vtkMassProperties() override
double GetKx()
Compute and return the weighting factors for the maximum unit normal component (MUNC).
double GetMaxCellArea()
Compute and return the max cell area.
Superclass for algorithms that produce only polydata as output.