33 #ifndef vtkPointLoad_h
34 #define vtkPointLoad_h
37 #include "vtkImagingHybridModule.h"
60 vtkSetMacro(LoadValue,
double);
61 vtkGetMacro(LoadValue,
double);
69 void SetSampleDimensions(
int dim[3]);
70 void SetSampleDimensions(
int i,
int j,
int k);
71 vtkGetVectorMacro(SampleDimensions,
int, 3);
79 vtkSetVector6Macro(ModelBounds,
double);
80 vtkGetVectorMacro(ModelBounds,
double, 6);
87 vtkSetMacro(PoissonsRatio,
double);
88 vtkGetMacro(PoissonsRatio,
double);
111 int SampleDimensions[3];
112 double ModelBounds[6];
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