#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 | 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 Methods | |
vtkMassProperties * | New () |
int | IsTypeOf (const char *type) |
vtkMassProperties * | SafeDownCast (vtkObject *o) |
Protected Methods | |
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 |
Definition at line 76 of file vtkMassProperties.h.
|
|
|
|
|
Constructs with initial values of zero. Reimplemented from vtkProcessObject. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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 86 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 91 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 92 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 93 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 99 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 100 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 101 of file vtkMassProperties.h. |
|
Compute and return the area. Definition at line 105 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 111 of file vtkMassProperties.h. |
|
|
|
|
|
|
|
|
|
Definition at line 126 of file vtkMassProperties.h. |
|
Definition at line 127 of file vtkMassProperties.h. |
|
Definition at line 128 of file vtkMassProperties.h. |
|
Definition at line 129 of file vtkMassProperties.h. |
|
Definition at line 130 of file vtkMassProperties.h. |
|
Definition at line 131 of file vtkMassProperties.h. |
|
Definition at line 132 of file vtkMassProperties.h. |
|
Definition at line 133 of file vtkMassProperties.h. |
|
Definition at line 134 of file vtkMassProperties.h. |
|
Definition at line 135 of file vtkMassProperties.h. |