#include <vtkMassProperties.h>
Inheritance diagram for vtkMassProperties:
vtkMassProperties estimates the volume, the surface area, and the normalized shape index of a triangle mesh. The algorithm implemented here is based on the discrete form of the divergence theorem. The general assumption here is that the model is of closed surface. For more details see the following reference (Alyassin A.M. et al, "Evaluation of new algorithms for the interactive measurement of surface area and volume", Med Phys 21(6) 1994.).
Definition at line 52 of file vtkMassProperties.h.
Public Types | |
typedef vtkProcessObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
double | GetVolume () |
double | GetSurfaceArea () |
void | Update () |
void | SetInput (vtkPolyData *input) |
vtkPolyData * | GetInput () |
double | GetVolumeX () |
double | GetVolumeY () |
double | GetVolumeZ () |
double | GetKx () |
double | GetKy () |
double | GetKz () |
double | GetNormalizedShapeIndex () |
Static Public Member Functions | |
vtkMassProperties * | New () |
int | IsTypeOf (const char *type) |
vtkMassProperties * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMassProperties () | |
~vtkMassProperties () | |
void | Execute () |
Protected Attributes | |
double | SurfaceArea |
double | Volume |
double | VolumeX |
double | VolumeY |
double | VolumeZ |
double | Kx |
double | Ky |
double | Kz |
double | NormalizedShapeIndex |
vtkTimeStamp | ExecuteTime |
|
Reimplemented from vtkProcessObject. Definition at line 58 of file vtkMassProperties.h. |
|
|
|
|
|
Constructs with initial values of zero. Reimplemented from vtkObject. |
|
Reimplemented from vtkProcessObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkProcessObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkProcessObject. |
|
Reimplemented from vtkProcessObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkProcessObject. |
|
Compute and return the volume. Definition at line 62 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 67 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 68 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 69 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 75 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 76 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 77 of file vtkMassProperties.h. |
|
Compute and return the area. Definition at line 81 of file vtkMassProperties.h. |
|
Compute and return the normalized shape index. This characterizes the deviation of the shape of an object from a sphere. A sphere's NSI is one. This number is always >= 1.0. Definition at line 87 of file vtkMassProperties.h. |
|
|
|
|
|
|
|
|
|
Definition at line 102 of file vtkMassProperties.h. |
|
Definition at line 103 of file vtkMassProperties.h. |
|
Definition at line 104 of file vtkMassProperties.h. |
|
Definition at line 105 of file vtkMassProperties.h. |
|
Definition at line 106 of file vtkMassProperties.h. |
|
Definition at line 107 of file vtkMassProperties.h. |
|
Definition at line 108 of file vtkMassProperties.h. |
|
Definition at line 109 of file vtkMassProperties.h. |
|
Definition at line 110 of file vtkMassProperties.h. |
|
Definition at line 111 of file vtkMassProperties.h. |