21 #ifndef vtkPointLoad_h
22 #define vtkPointLoad_h
25 #include "vtkImagingHybridModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
49 vtkSetMacro(LoadValue,
double);
50 vtkGetMacro(LoadValue,
double);
58 void SetSampleDimensions(
int dim[3]);
59 void SetSampleDimensions(
int i,
int j,
int k);
60 vtkGetVectorMacro(SampleDimensions,
int, 3);
68 vtkSetVector6Macro(ModelBounds,
double);
69 vtkGetVectorMacro(ModelBounds,
double, 6);
76 vtkSetMacro(PoissonsRatio,
double);
77 vtkGetMacro(PoissonsRatio,
double);
100 int SampleDimensions[3];
101 double ModelBounds[6];
108 VTK_ABI_NAMESPACE_END
void SetComputeEffectiveStress(int)
Turn on/off computation of effective stress scalar.
void ComputeEffectiveStressOff()
Turn on/off computation of effective stress scalar.
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
compute stress tensors given point load on semi-infinite domain
void ComputeEffectiveStressOn()
Turn on/off computation of effective stress scalar.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
int GetComputeEffectiveStress()
Turn on/off computation of effective stress scalar.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data