#include <vtkPointLoad.h>
Inheritance diagram for vtkPointLoad:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetLoadValue (float) |
virtual float | GetLoadValue () |
void | SetSampleDimensions (int i, int j, int k) |
void | SetSampleDimensions (int dim[3]) |
virtual int * | GetSampleDimensions () |
virtual void | GetSampleDimensions (int data[3]) |
virtual void | SetModelBounds (float, float, float, float, float, float) |
virtual void | SetModelBounds (float[6]) |
virtual float * | GetModelBounds () |
virtual void | GetModelBounds (float data[6]) |
virtual void | SetPoissonsRatio (float) |
virtual float | GetPoissonsRatio () |
virtual void | SetComputeEffectiveStress (int) |
virtual int | GetComputeEffectiveStress () |
virtual void | ComputeEffectiveStressOn () |
virtual void | ComputeEffectiveStressOff () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkPointLoad * | SafeDownCast (vtkObject *o) |
vtkPointLoad * | New () |
Protected Methods | |
vtkPointLoad () | |
~vtkPointLoad () | |
vtkPointLoad (const vtkPointLoad &) | |
void | operator= (const vtkPointLoad &) |
void | Execute () |
Protected Attributes | |
float | LoadValue |
float | PoissonsRatio |
int | SampleDimensions [3] |
float | ModelBounds [6] |
int | ComputeEffectiveStress |
vtkPointLoad is a source object that computes stress tensors on a volume. The tensors are computed from the application of a point load on a semi-infinite domain. (The analytical results are adapted from Saada - see text.) It also is possible to compute effective stress scalars if desired. This object serves as a specialized data generator for some of the examples in the text.
Definition at line 64 of file vtkPointLoad.h.
|
|
|
Definition at line 103 of file vtkPointLoad.h. |
|
Definition at line 104 of file vtkPointLoad.h. |
|
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 vtkStructuredPointsSource. |
|
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 vtkStructuredPointsSource. |
|
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 vtkStructuredPointsSource. |
|
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 vtkStructuredPointsSource. |
|
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 vtkSource. |
|
Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), and LoadValue = 1. Reimplemented from vtkStructuredPointsSource. |
|
Set/Get value of applied load. |
|
|
|
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume. |
|
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume. |
|
|
|
|
|
Specify the region in space over which the tensors are computed. The point load is assumed to be applied at top center of the volume. |
|
|
|
|
|
|
|
Set/Get Poisson's ratio. |
|
|
|
Turn on/off computation of effective stress scalar. |
|
|
|
|
|
|
|
Definition at line 105 of file vtkPointLoad.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 109 of file vtkPointLoad.h. |
|
Definition at line 110 of file vtkPointLoad.h. |
|
Definition at line 111 of file vtkPointLoad.h. |
|
Definition at line 112 of file vtkPointLoad.h. |
|
Definition at line 113 of file vtkPointLoad.h. |