Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkPointLoad Class Reference
#include <vtkPointLoad.h>
Inheritance diagram for vtkPointLoad:
[legend]Collaboration diagram for vtkPointLoad:
[legend]List of all members.
Detailed Description
compute stress tensors given point load on semi-infinite domain
- Date:
-
2002/08/05 17:29:13
- Revision:
-
1.36
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.
- See also:
-
vtkTensorGlyph, vtkHyperStreamline
- Created by:
-
- CVS contributions (if > 5%):
-
- Schroeder, Will (60%)
- Martin, Ken (23%)
- Geveci, Berk (6%)
- CVS logs (CVSweb):
-
- .
h
(/Imaging/vtkPointLoad.h)
- .
cxx
(/Imaging/vtkPointLoad.cxx)
- Tests:
-
vtkPointLoad (Tests)
Definition at line 53 of file vtkPointLoad.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPointLoad::vtkPointLoad |
( |
|
) |
[protected] |
|
vtkPointLoad::~vtkPointLoad |
( |
|
) |
[inline, protected] |
|
Member Function Documentation
virtual const char* vtkPointLoad::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPointLoad::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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 vtkImageSource. |
virtual int vtkPointLoad::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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 vtkImageSource. |
vtkPointLoad* vtkPointLoad::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
void vtkPointLoad::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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 vtkImageSource. |
vtkPointLoad* vtkPointLoad::New |
( |
|
) |
[static] |
|
|
Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), and LoadValue = 1.
Reimplemented from vtkObject. |
virtual void vtkPointLoad::SetLoadValue |
( |
float |
|
) |
[virtual] |
|
|
Set/Get value of applied load. |
virtual float vtkPointLoad::GetLoadValue |
( |
|
) |
[virtual] |
|
|
Set/Get value of applied load. |
void vtkPointLoad::SetSampleDimensions |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k |
|
) |
|
|
|
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume. |
void vtkPointLoad::SetSampleDimensions |
( |
int |
dim[3] |
) |
|
|
|
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume. |
virtual int* vtkPointLoad::GetSampleDimensions |
( |
|
) |
[virtual] |
|
|
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume. |
virtual void vtkPointLoad::GetSampleDimensions |
( |
int |
data[3] |
) |
[virtual] |
|
|
Specify the dimensions of the volume. A stress tensor will be computed for each point in the volume. |
virtual void vtkPointLoad::SetModelBounds |
( |
float |
, |
|
|
float |
, |
|
|
float |
, |
|
|
float |
, |
|
|
float |
, |
|
|
float |
|
|
) |
[virtual] |
|
|
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. |
virtual void vtkPointLoad::SetModelBounds |
( |
float |
[6] |
) |
[virtual] |
|
|
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. |
virtual float* vtkPointLoad::GetModelBounds |
( |
|
) |
[virtual] |
|
|
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. |
virtual void vtkPointLoad::GetModelBounds |
( |
float |
data[6] |
) |
[virtual] |
|
|
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. |
virtual void vtkPointLoad::SetPoissonsRatio |
( |
float |
|
) |
[virtual] |
|
virtual float vtkPointLoad::GetPoissonsRatio |
( |
|
) |
[virtual] |
|
void vtkPointLoad::SetComputeEffectiveStress |
( |
int |
|
) |
[inline] |
|
|
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 96 of file vtkPointLoad.h. |
int vtkPointLoad::GetComputeEffectiveStress |
( |
|
) |
[inline] |
|
|
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 97 of file vtkPointLoad.h. |
void vtkPointLoad::ComputeEffectiveStressOn |
( |
|
) |
[inline] |
|
|
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 98 of file vtkPointLoad.h. |
void vtkPointLoad::ComputeEffectiveStressOff |
( |
|
) |
[inline] |
|
|
Turn on/off computation of effective stress scalar. These methods do nothing. The effective stress is always computed.
Definition at line 99 of file vtkPointLoad.h. |
virtual void vtkPointLoad::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
virtual void vtkPointLoad::ExecuteData |
( |
vtkDataObject * |
|
) |
[protected, virtual] |
|
Member Data Documentation
float vtkPointLoad::LoadValue [protected]
|
|
float vtkPointLoad::PoissonsRatio [protected]
|
|
int vtkPointLoad::SampleDimensions[3] [protected]
|
|
float vtkPointLoad::ModelBounds[6] [protected]
|
|
The documentation for this class was generated from the following file: