#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 |
Definition at line 67 of file vtkMassProperties.h.
|
|
|
|
|
Definition at line 108 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 77 of file vtkMassProperties.h. |
|
Compute and return the volume projected on to each axis aligned plane. Definition at line 81 of file vtkMassProperties.h. |
|
Definition at line 82 of file vtkMassProperties.h. |
|
Definition at line 83 of file vtkMassProperties.h. |
|
Compute and return the weighting factors for the maximum unit normal component (MUNC). Definition at line 87 of file vtkMassProperties.h. |
|
Definition at line 88 of file vtkMassProperties.h. |
|
Definition at line 89 of file vtkMassProperties.h. |
|
Compute and return the area. Definition at line 92 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 97 of file vtkMassProperties.h. |
|
|
|
|
|
|
|
|
|
Definition at line 109 of file vtkMassProperties.h. |
|
Definition at line 111 of file vtkMassProperties.h. |
|
Definition at line 112 of file vtkMassProperties.h. |
|
Definition at line 113 of file vtkMassProperties.h. |
|
Definition at line 114 of file vtkMassProperties.h. |
|
Definition at line 115 of file vtkMassProperties.h. |
|
Definition at line 116 of file vtkMassProperties.h. |
|
Definition at line 117 of file vtkMassProperties.h. |
|
Definition at line 118 of file vtkMassProperties.h. |
|
Definition at line 119 of file vtkMassProperties.h. |
|
Definition at line 120 of file vtkMassProperties.h. |