#include <vtkMassProperties.h>
Inheritance diagram for vtkMassProperties:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
double | GetVolume () |
double | GetVolumeX () |
double | GetVolumeY () |
double | GetVolumeZ () |
double | GetKx () |
double | GetKy () |
double | GetKz () |
double | GetSurfaceArea () |
double | GetNormalizedShapeIndex () |
void | Execute () |
void | Update () |
void | SetInput (vtkPolyData *input) |
vtkPolyData * | GetInput () |
Static Public Methods | |
vtkMassProperties * | New () |
int | IsTypeOf (const char *type) |
vtkMassProperties * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkMassProperties () | |
~vtkMassProperties () | |
vtkMassProperties (const vtkMassProperties &) | |
void | operator= (const vtkMassProperties &) |
Protected Attributes | |
double | SurfaceArea |
double | Volume |
double | VolumeX |
double | VolumeY |
double | VolumeZ |
double | Kx |
double | Ky |
double | Kz |
double | NormalizedShapeIndex |
vtkTimeStamp | ExecuteTime |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProcessObject. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). |
|
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. |
|
Compute and return the area. |
|
Compute and return the volume. |
|
Compute and return the volume projected on to each axis aligned plane. |
|
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 vtkTypeMacro found in vtkSetGet.h. 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProcessObject. |
|
Constructs with initial values of zero. 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. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkProcessObject. |