33 #ifndef vtkPointLoad_h 34 #define vtkPointLoad_h 36 #include "vtkImagingHybridModule.h" 55 vtkSetMacro(LoadValue,
double);
56 vtkGetMacro(LoadValue,
double);
63 void SetSampleDimensions(
int i,
int j,
int k);
70 void SetSampleDimensions(
int dim[3]);
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()
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()
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()
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